Guy Sviry

Results 33 comments of Guy Sviry

I kinda lacked creativity with the flag name :^), feel free to offer alternatives.

I'd guess that json.lua is not in nginx's (maybe special) `$LUA_PATH`?

Well, for the C backend, implementation is simple. All we need to do is to define some syntax that maps between oak's types and C types, and generate C function...

Yes! I was thinking about generalizing the new behavior too! So, to summerize: 1. define a new syntax to call "native" functions 2. every backend gets to define what "native"...

>Warning: Input is not to a terminal (fd=0). Maybe this hints that your input should emulate a tty?

That is indeed confusing :O why the hell did it start downloading every version ever published. I'd try: 1. force specific version (`ilua==0.2.1`) 2. update pip, something is seriously wrong...

maybe try installing twisted first? any version will do.

hmm, im pretty sure I patched that on 0.2.0, but ill give it a look!

~~works for me on 0.2.1:~~ ~~are you sure you're using the latest release?~~ ~~if not, what's your lua's version?~~ ``` C:\Users\User>ilua Jupyter console 5.3.0dev ILua 0.2.1 In [1]: string.find? Signature:...

Wait, my bad. I was actually using a modified version of jupyter_console that fixed this bug here is my upstream PR: https://github.com/jupyter/jupyter_console/pull/177 Unfortunately, Jupyter is yet to merge that PR,...