Re: Installation of some packages don't work with Nimble

2017-12-20 Thread grazil
> This kind of thing can be very frustrating to people exploring a new language @jackmott : Yes, i think so. @dom96 : Don't you think that add an information message (explaining the git workaround) in complement of the error message could be interesting ?

Re: websockets server example won't compile: type mismatch:

2017-12-15 Thread grazil
I have no problem to compile the server example, but i have not change the last line: waitFor server.serve(Port(8080), cb) Could it be the reason of your error ?

Re: Installation of some packages don't work with Nimble

2017-12-12 Thread grazil
Thanks a lot for your answer ! I take this opportunity to thank you for your great work with the book **Nim in action**.

Installation of some packages don't work with Nimble

2017-12-08 Thread grazil
Hello, Some Nimble packages can't be install because of some characters in there name: $ nimble install easy-bcrypt Downloading https://github.com/flaviut/easy-bcrypt.git using git Tip: 2 messages have been suppressed, use --verbose to show them. Error:

Missing methods/properties/objects in JS Backend

2017-11-04 Thread grazil
Hello, I have detect two missing things in JS Backend. First the method **removeEventListener**, that i have wrote taking **addEventListener** as example: proc removeEventListener*(et: EventTarget, ev: cstring, cb: proc(ev: Event), useCapture: bool = false) {.importcpp.}