Maciej Klemarczyk

Results 20 issues of Maciej Klemarczyk

It is hard to read dashboard when you use yellow theme, there is a yellow fond on white background. Contrast is too low.

bug

In the file: https://github.com/melanchall/drywetmidi/blob/71bc4cabe87e8c69cba90a4f2211753cfe838118/DryWetMidi/Devices/Clock/TickGenerator/MidiTimerWinApi.cs Library uses obsolete Windows function: ```csharp public static extern uint timeSetEvent(uint uDelay, uint uResolution, TimeProc lpTimeProc, IntPtr dwUser, uint fuEvent); ``` https://docs.microsoft.com/en-us/previous-versions/dd757634(v=vs.85) https://docs.microsoft.com/en-us/windows/win32/multimedia/starting-a-single-timer It would be...

feature request

Hello, ### Problem description I have an issue using coverlet and xUnit to test and compute coverage on .NET Framework 4.8 project. (I use the coverlet console as entry point)...

enhancement
as-designed

**Is your feature request related to a problem? Please describe.** The feature is not related to any problem. It is request for simplification. The question is: Is it possible to...

enhancement

**Is your feature request related to a problem? Please describe.** Currently the JSON files can contain anything, what can lead to (1) errors on load time once add-on wants to...

enhancement
Research

**Is your feature request related to a problem? Please describe.** Current version of add-on is not tested by anything. It ends up with problems like: missing include, not existing variable,...

### What steps will reproduce the problem? Create model based on database table. ### What's expected? Check a checkbox to implement timestamp behavior in generated class. ### What do you...

type:enhancement

To simplify usage of the ArduinoBLE, I added the definitions for format types. In the future I would like to add also known services and characteristics uuid codes. I check...

type: enhancement
topic: code

Fixed the names and comments to not confuse the users. The BLE central can start connection to peripheral, not vice versa. The most confusing one was that we wait for...

type: imperfection
topic: documentation

Is it possible to add new characteristic or remove characteristic from the service that has been registered in BLELocalDevice? I have a use case that depending on the device state...