Peder G. Landsverk
Peder G. Landsverk
Sorry for not understanding this: In the primes.l example, the output SQL uses a function called GENERATE_ARRAY, which is Standard SQL specific? What would be the Postgres equivalent? ``` SELECT...
Wow, that's great! I have wanted to get into logic programming for so long, I think Logica seems like a cool "gateway language". Thank you so much @EvgSkv ;)
This would be great! Love using Typora, but i just got some flak for not referencing properly. Might write a simple regex-script to do this myself, but would definitely prefer...
Heres' a reprex: ``` import pandas as pd import numpy as np data = pd.DataFrame(np.zeros((10,10)),columns=list(string.ascii_letters[:10])) data["a"].values ``` This raises the above error.
Using konch 4.3.0
Same. Just installed dependencies and tried to serve.
Hey! Seems like there is something more going wrong. Using your fork, i get an "Error writing to cache" after updating the code _two_ times (predictable). The error is: ```...
Hmm, weird, hot-reload still doesn't work after two reloads. The page just doesn't update along with the code, even though it is refreshed. Error is gone though, thanks! P
Hey! Would be awesome to have this feature. What would it take for it to be supported? I could maybe help out if you point me in the right direction.
It is not implemented as far as I can see, and I agree it would be awesome to `gd` to see my module definitions.