Jonathan Snyder

Results 37 comments of Jonathan Snyder

Is there any updates on this? Full coverage is not necessary, it would just be nice to have some tests to ensure my own internal tweaks don't break anything.

I just found this issue because I'm running into this exact problem. I use `init=False` attributes to create a "type" field to help with serialization. I don't want users to...

It looks like I don't need to have the type field anymore using your example in #140 Thanks again! However, I would still vote for supporting `init=False`. I also had...

Can confirm it doesn't work on Fedora 35. On startup I get a blank gray box for 2 seconds and then crashes.

I noticed this specific UnboundLocalError occurs because it is failing to show the proper traceback. It is actually erroring out on https://github.com/joxeankoret/diaphora/blob/master/diaphora_ida.py#L2612 because the exception is being caught before it...

Well this sucks, I was all ready to integrate cmd2 into a project, with grandiose ideas of allowing piping from one command to another in a modularized data manipulation library....

Would love to see this as well. I use car thing to have separate controls for what I'm playing. But it relies on spotify connect to work. If Spot had...

One QoL feature I would like to see: I find it tedious to have to manually define the `tokens` set in the beginning of the Lexer class. And can be...

Another feature that I would like to see based on an issue I ran into, would be to have a way to generate more than one token during error handling...

This looks cool. It would be helpful to have this for debugging complex grammars. I've found myself needing to manually add print statements into sly to help figure out conflicts,...