Charles Cabergs
Charles Cabergs
I had this error once with philo_one: ``` DEATH TIMING [2 MS] [3 MS] [2 MS] [2 MS] Traceback (most recent call last): File "./socrates.py", line 281, in exit(socrates(args.path, args.philo))...
Change the tested arguments from the command line (changing in the file is too cumbersome). e.g: `./socrates ../philosophers 4 410 200 200` Select the infinite tests, if I know that...
When a fail occurs the test should continue the next tests to show more feed back to the user. For the infinity test, the user would be able to see...
I am failing to make a response struct that will parse to my desired URC: ```rust #[derive(AtatUrc)] pub enum Urc { #[at_urc("+QIND")] OTAStatus(OTAStatus), } #[derive(AtatResp)] pub struct OTAStatus { bytes:...
I'm trying to make a small script to have a keybinding to toggle the litra on and off but there is no toggle command or a command to check the...
It happens often that I cannot kill `espflash monitor` with `Ctrl-C` or `Ctrl-\` and the logs stop coming aswell. I'm not sure if my code crashed or if it's the...
This is what I get when I run this package: ``` $ pipx run bump-my-version -h Usage: bump-my-version [OPTIONS] COMMAND [ARGS]... Version bump your Python project. Γò¡ΓöÇ Options ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓò« ```...
I get the following assertion when receiving on a pull socket: ``` Assertion failed: pfd.revents & POLLIN (C:\Users\...\vcpkg\buildtrees\zeromq\src\v4.3.5-37c87b6b8c.clean\src\signaler.cpp:238) ``` Here is the code that raises the assertion: ```cpp void Foo::run(std::stop_token...