Constantine Molchanov

Results 84 comments of Constantine Molchanov

Just FYI I've ported Norm's SQLite backend to ndb and it worked beautifully. The transition was smooth and now we have proper support for NULL values through Option. Can't wait...

@willemt thank you so much for the contribution! May I ask you to add a few words about autocompletion to the docs? Like, what is autocompleted, how to enable the...

Don't you think it would make sense to pass an event loop explicitly? Like `loop = asyncio.get_event_loop(); listen_for_requests() |> async_map$(loop, handle_request)`. This would allow to decouple from asyncio module (which...

It returns an asynchronous function, which in essence is a generator. The key difference between a regular generator and an async func is that the latter can pass control to...

I remember that it was originally my suggestion, but now I fail to recall how exactly I had envisioned it implemented, sorry :-(

You can run Emojicode in Bash on Ubuntu on Windows. I just installed it and compiled a few programs. No issues noticed, just like regular Linux.

@idmean Yeah, exactly. Here's some info from Microsoft: https://msdn.microsoft.com/en-us/commandline/wsl/about

It's literally the instructions from http://www.emojicode.org/docs/guides/#-magic-installation, without any modification. The only thing worth noticing is that I had to run `./install.sh` under sudo in order to write to /usr/local/, but...

@cmd410 escaping is a different operation than quoting. It replaces chars with other chars, we don't want that. Instead, you could just use "\"" & fld & "\"".

Pls update the tests.