Cheap exceptions, opinionated error handling

2024-05-31 Thread alexeypetrushin
Dealign with errors, from my experience - usually there are two cases: 1. you ether don't care about it, and handle at the top level, like intercept it and show message "Error happens, bla bla". In this case, you don't care about any annotations or error types or codes, whatever will work fine

Cheap exceptions, opinionated error handling

2024-05-31 Thread alexeypetrushin
> Yes canOverflow can produce NameNotFound in theory. It means, when using library function `proc someFn() {.raises: ErrorCode.}` \- there's no way to understand what are the special cases (errors) for this proc and how they should be handled. Basically it's as good as using `int` instead of `E

Why not use AI to create momentum in Nim?

2024-05-31 Thread kobi
it's like a huge knowledge base without any ideas. when you state your intention and ideas, or tell it an example and to find similar themes, then it's working. I think it can save a lot of time, but you have to be the product manager, and do the proof-reading. it's verbose and you need to corre

Why not use AI to create momentum in Nim?

2024-05-31 Thread kobi
PS: Usually it may refuse to cooperate. for example, if you want to see prototype ideas for a military defense system that uses high speed drones to physically tackle a drone attack, (hey I'm from Israel, it's on our minds...) Then, you ask it about how to track thousands of flies simultaneously

karax, input: readonly; textarea: set and get cursor position

2024-05-31 Thread pegra4
My last example about simulate 'type=number' for a textarea is wrong, especially the part with "Alphanumeric".

https://www.facebook.com/ActiveKETOGummiesAustralia.NZ

2024-05-31 Thread krit932
Facebook_Page@Facebook_Page>> Active Keto Gummies: An inventive and cutting-edge weight-reduction product, Active Keto Gummies Australia has taken the weight loss industry by storm. These candies are intended to facilitate faster and more e

Hot Code Reloading viability for Jupyter-Notebook like Nim IDE

2024-05-31 Thread stisa
> Does the stdlib HCR work at all? I tested the program in the docs (making > sure that the logic was in a separate file), and on 2.0.2 and 2.0.4 it > produced bad codegen. On 1.16.14 it compiled, but it didn't actually work. Yeah it used to kind of work before 2.0 (but crashed even just printin

The Ultimate Guide to Zappify: Reviews and Updates

2024-05-31 Thread josesmilan
Zappify Reviews :- The Zappify Reviews also comes with numerous unique features that make it stand out amongst regular bug control devices out there. Zappify Reviews 2.0 comes with a powerful rechargeable battery that can last for over thirteen hours before needing to be recharged. Official webs

Nexalyn Prijs Mannelijke verbetering Verbeter het uithoudingsvermogen Haal het vandaag nog!

2024-05-31 Thread nexalynverbeteren
Nawerkingen? Nee, er is geen nawerking bij het gebruik van Nexalyn-snoepjes. Het is gemaakt met normale bevestigingen die helpen bij het werken aan uw seksuele welzijn en uw lichaam meer gegrond maken. Puravive Het is zonder substantie en je kunt het gebruiken zonder te bedenken dat de nawerkin

Hot Code Reloading viability for Jupyter-Notebook like Nim IDE

2024-05-31 Thread termer
Does the stdlib HCR work at all? I tested the program in the [docs](https://nim-lang.org/docs/hcr.html) (making sure that the logic was in a separate file), and on 2.0.2 and 2.0.4 it produced bad codegen. On 1.16.14 it compiled, but it didn't actually work.

karax, input: readonly; textarea: set and get cursor position

2024-05-31 Thread pegra4
Thank you for your help again. ## Set the cursor of a 'textarea' to a position given in an 'input' field # From javascript proc setSelectionRange(elem: Element; selectionStart, selectionEnd: int) {.importjs: "#.setSelectionRange(#, #)".} # For 'onkeyupenter = se