Ico Doornekamp
Ico Doornekamp
I'm not sure what causes the limitation, but the "two clients" examples jumps through hoops to make sure only one `connect()` is running at a time: https://github.com/hbldh/bleak/blob/develop/examples/two_devices.py#L40-L41
> One thing I that will agree with, is that `index-of` should not be used if you don't actually mean `index-of`. ```janet > (if (not (index-of val items)) ``` vs...
Brilliant, I'm very happy to hear that what started out as a silly toy is actually making people's lives better!
No, I still remove them one by one until I find the offending combination :)
Is this something we could bring up with the solvespace people? I don't know a single thing about the CAD sketcher implementation, but I guess it would be a sensible...
I just tried Solvespace for the first time, using it is a breeze because I already know how to use CAD sketcher :) However, Solvespace actually is able to indicate...
People smarter than me (@sqmedeiros) have thought hard about this problem, and there seems to be a viable solution for this, described in this paper: https://github.com/zevv/npeg/blob/master/doc/papers/Left_recursion_in_parsing_expression_grammars.pdf I've been trying to...
Hi @sqmedeiros, thanks for taking the time to respond, much appreciated. After chewing some more time on the paper, rereading a few times and and spending the evening at the...
Ah, what a shame I did not find the updated paper before: I think chapter 5 of the updated version (A Parsing Machine for Left-recursive PEGs) is going to help...
That's a good one, and I never gave it a thought. In theory I'd say that there is no reason why this should not work, as there is no global...