Ford Peprah
Ford Peprah
Good to hear!
1. You can use `restart()` and pass `skip_breakpoints=True`; see [documentation here](https://pylink.readthedocs.io/en/latest/pylink.html#pylink.jlink.JLink.restart). 2. Reading local variables is tricky. You need to know what the compiled assembly is to see if the...
I would play around with the arguments to `restart()` if you haven't yet; I think `restart(num_instructions=1, skip_breakpoints=True)` should continue on by jumping over the breakpoint instruction, and continue running your...
No current ETA on this, unfortunately. But we welcome patches.
Feel free to create a PR; submissions are always welcome.
I will check this later (and go over `keyring`'s changelog). As I understand it, the issue is when the Quest ID and the username are the same, the users list...
Sorry about the late handle on this. Reviewing it now.
Might be good to just make a helper function instead of add the prefix in every instance, makes it easier to modify if anything. ``` python def getuser(): return CONFIG_PREFIX...
Read `keyring`'s `CHANGELOG` from `4.0` to `3.3`, things seem fine on that end.
This project is a couple years old at this point. I'm not sure if it still runs, but you're welcome to try it.