L0laapk3

Results 27 issues of L0laapk3

Hi there I've noticed that, when using GPIO 0, using fastled with RMT mode messes up this pin. After a little digging I've come to the conclusion that the problem...

It would be nice to make the program start before logon, so the task bar is right from the start instead of a couple seconds after logging in. One way...

enhancement
wontfix

When the game turns to overtime, `is_round_active` is not False in the pre-kickoff countdown period. This only happens on the overtime kickoff, not on normal kickoffs.

bug

I've noticed that the quick chat system is plagued with a host of bugs: - Messages are received out of order - Messages are received multiple times - Messages are...

bug
enhancement

Hi! I am trying to generate the following code using an external function that has multiple return values: https://godbolt.org/z/WG4nqqsaP. When I compile it using wasi-sdk-12, it generates an invalid .wasm...

After doing some testing and comparing the results to external programs like matlab, I came to the conclusion that the gaussian library used is not very accurate. I especially experienced...

I have tried two different extensions by two different authors: * https://marketplace.visualstudio.com/items?itemName=nopeslide.vscode-drawio-plugin-wavedrom * https://marketplace.visualstudio.com/items?itemName=dzylikecode.vscode-drawio-plugin-markdown Both worked in a windows native environment, but neither worked in a WSL environment (using the...

Hello I've tried using this project to sniff targeted packets coming to a target mac address by setting the ESP's mac address to the targets mac. This works perfectly fine...

Currently the allowed display rates are: items/second items/minute items/hour I propose the following extra options: Blue belts Red belts Yellow belts

Run the command on a file that does not exist: `pyright foo.py` The program will print `File or directory "foo.py" does not exist.`, however no exit code is set (`echo...