Waters

Results 8 issues of Waters

I've taken the idea of your framework and expanded on it by allowing for multiple years. My updated project structure is as follows: ``` +---AdventOfCode | AdventOfCode.csproj | GlobalUsings.cs |...

Feature

Using 32fee.NET v3.5.0 from Nuget (using .NET 4.5) I am having some issues getting bytes from the device I am connecting to. # Connecting to device ```csharp var client =...

- [ ] [main-types.ts](https://github.com/gateware-ts/gateware-ts/blob/master/src/main-types.ts) - [ ] [signals.ts](https://github.com/gateware-ts/gateware-ts/blob/master/src/signals.ts) - [ ] [block-statements.ts](https://github.com/gateware-ts/gateware-ts/blob/master/src/block-statements.ts) (comment) - [ ] [constants.ts](https://github.com/gateware-ts/gateware-ts/blob/master/src/constants.ts) possibly in other locations as well. Only viewed via Github, did not use...

Ledger exercise tests fail upon initial download if PC locale settings (en-US) are different than default. Given this is a refactoring exercise they should initially pass if I am not...

![image](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor/assets/5531999/c1409dda-d036-4d56-b413-833702e10980) Over time the single CPU temperature icon I set in the system tray gets hidden and it seems a new one is created somehow. After a while most of...

OS: Windows 7 64 Bit Python: 3.3 (32 bit) Cython: 0.19.2 Compiling using VS 2010 Express Result of "python setup-windows.py build": running build running build_ext skipping 'hid.c' Cython extension (up-to-date)...

Want to be able to connect, disconnect, and then reconnect from BLE devices in a longer running process. Currently the code only calls `BluetoothDevice.DisposeAllNativeObjects` in a deconstructor I can't manually...