Robert Jacobson
Robert Jacobson
That answer is much more interesting than I could have hoped for! Super cool. I'm staring so I can check back in. I see the repo is ~3 years old....
> There has been a lot to do! Of course, that seems obvious now. I assume your language will necessarily take a different approach to Kaitai and other similar efforts....
Does the file exist in the right directory? Take a look at this issue and see if any of it helps: https://github.com/rljacobson/Levenshtein/issues/5 I'm sorry I can't be of more help....
@FlorianEMKA41 Take a look at the fix in issue #11 (quoted from #8). You seem to be getting a different error message, but maybe it's related.
I think this is a very sensible request, though I object to the tone with which it was made. It is pretty standard to not bundle dependencies in the Python...
I don't know if this is the same issue as yours, but I had to modify the import in `artwork.py` to be: ```python import gi gi.require_version('GdkPixbuf', '2.0') from gi.repository import...
You obviously don't need my advice, especially given my ignorance of the details, but... Never underestimate the power of ham-fisted regex/parser transformations. I've wasted too much of my life trying...
This is probably what @NoCheroot was saying above, but just in case: The "Repository" link in the VS Code extension marketplace points to a repo that no longer exists. Thanks...
@IntergatedCircuits I totally understand! Feel free to close this issue if you'd like, or if you want to leave it open to be visible to potential contributors, that's fine to....
The cheap STM32F103C8T6 "Blue Pill" dev board has a known bug in its USB implementation. It has a 10kΩ or 4.7kΩ pull-up resistor on D+ (R10 on the PCB) instead...