Refaktor
Refaktor
Hi, I have added loading of data over ajax and some other things like onSelect (that I needed for my use). I won't post it yet since it's not finished...
Hi, thank you for writing this peg-parser. I am using it in my programming language (https://github.com/refaktor/rye). I have one problem now with column and line returned on syntax error. If...
left join now returns only the number of rows of the left table, but if there are two join matches in the right table it should return 2 rows for...
We need to detect or retrieve the number of colums so that line wrapping will work in browser based console too.
Thank you for this library. We're making a language and it helps us make a console/REPL for it. I looked at the sources and I see that this combination doesn't...
You made a great Rye example! I just tried to tune it in a little more, and use some more already available (but some updated) functions like `group` and `contains`...
We got proposal on the email to add support for mqtt protocol. This was already in longterm plan so basic MQTT client should be added to Rye. It's always much...
From the Lobste.rs thread: > So regarding argparsing: It's a spectrum and everything has tradeoffs, additionally it's a matter of taste. Take python for example. You can construct quite complex...