snake-4
snake-4
**Test case** ```systemverilog module main(); struct { logic test1; // end of line comment logic test2; } test3; struct { logic test4; } test5; endmodule ``` **Actual output** ``` test.sv:...
Updated most package major versions. I've checked most of the code and there were no breaking changes that I could find. Changed the places where the now deprecated Electron functions...
Fixes #593 Removed some unused and useless code. Changed all instances of `app.exit()` calls to `app.quit()` and fixed app quit event handler that prevented the app from quitting. Fixed a...
My GPU reports the range of the fan controls as [30, 100] as in ISensor.Control.MinSoftwareValue is 30 and ISensor.Control.MaxSoftwareValue is 100. The FanControl program should rescale the values in this...
- Fixed the race condition in StreamingWebSocketClient - Made `StreamingWebSocketClient.StopAsync` and `StreamingWebSocketClient.StartAsync` thread-safe - Included the changes in #738 - Fixed the problem where the _listener task exited immediately thus...
So, as the title says, the pkg-config files for the libraries have the wrong paths if the PothosSDR is installed in a non-default path. I get something like this in...
Added Windows support with building instructions in the README.md
https://github.com/lontivero/Open.NAT/blob/328b6eebdbaa0bccf968ad43dc698cb768a94a5c/Open.Nat/NatDiscoverer.cs#L196 this line throws an exception that says `Task cancelled` if a searcher task finds a device before the other task quits.
For modules marked with ⚠️, additional steps may be necessary. Modules marked with ❌ are incompatible. #### [⚠️] Font modules - To prevent crashes, install [HusykDG's FontLoader](https://github.com/HuskyDG/Zygisk-FontLoader). - If you're...
### Answers checklist. - [X] I have read the documentation for esp-protocols [components](https://github.com/espressif/esp-protocols#readme) and the issue is not addressed there. - [X] I have updated my esp-protocols branch (master or...