evbo

Results 191 comments of evbo

As a long time controller/joystick user with the original D2 (with the right mods), I just want to add that the limiting factor is with quality of life (QoL): -...

@woldie cool! Similarly I'm looking into [Rekapi](https://github.com/jeremyckahn/rekapi). Although this is a CSS-in-JS approach, it actually spits the results back out as CSS, so it would afford me the opportunity to...

I think this is a cool idea! I see OP appears to have lost their account. Do any maintainers agree with the proposal? I'd contribute the changes necessary if there...

@Marwes would there be a way for all of the children of a single parent to be parsed _and then_ parse the parent next (rather than moving on to parsing...

Unfortunately it parses all children like the OP says, so if you rely on state to increment and set an id representing the parent that child belongs to, they will...

The only problem I've seen with using small tokens is they are more likely to collide with other tokens. In general, the bigger the token the better chance of it...

@Marwes what about the best practice of using Arenas in Lalrpop? Under what circumstances does that become a performance optimization that makes sense to do? My intuition tells me this...

Interestingly, when I had only 3 GB of RAM this issue NEVER occurred. Today, immediately after upgrading to 8 GB, this started happening! Even doing `from jnius import autoclass` causes...

Also, note this fork: https://github.com/kivy/pyjnius/pull/110 It provides a means of limiting the VM heap size before you import jnius. After installing from this fork: https://github.com/abrasive/pyjnius (using the usual `python setup.py...

I'm noticing now there's a bug reported for certain regexes not respecting priority. Is this one of those cases?: https://github.com/maciejhirsz/logos/issues/181 Also, this bug might be closer to what I'm experiencing,...