Max
Max
Here is a related issue in jupyter lab. It seems that jupyter has a standard pop-up for getting user input. Presumably the bash kernel needs a way of invoking that...
Update: By dumping the eeprom with --save I can see that changing the power level changes one byte, so power==byte x 2ma. Changing other values doesn't change the eeprom. Loading...
Hello @adjivas , Thank you for getting back to me. My goal is to be able to visualise almost any rust crate. I see two challenges: * Scaling a project...
I have started testing crates using the command line version of your tool, just on crates in my home dir. Works on most, on some I have "error: expected identifier,...
Update: If I replace every instance `use crate::` with `use something::` in every file then parsing works for the handful of top and most recent crates on crates.io that I...
Apropos website hosting: - A github website would probably be the fastest way of getting started, but that is tied to GitHub so is probably not a long term solution....
Hello, I really like the premise of lit. A fair bit of the code I write and use is, however, private and lives on an company repository, not on github,...
@zhao-lang 's code seems correct and runs for me in debug mode. Unsafe does need to be added to `src/11-usart/src/main.rs` but after that I think all is correct. We might...
Same symptoms, solution and openocd version here. 0.10.0 is also the default version of openocd for Ububtu 20.04. I note that for programming Blue Pills I also use stlink-v2-1.cfg
I see that you already [back off in base-commands.ts](https://github.com/feinoujc/gh-search-cli/blob/main/src/base-command.ts#L143). Maybe there just needs to be a longer backoff, or a way for the user to extend the backoff. A very...