donid

Results 10 comments of donid

Since Dominik Reichl wasn't too keen on [porting to .net Core](https://sourceforge.net/p/keepass/discussion/329220/thread/e15805a8/), I searched and found [ModernKeePassLib](https://www.nuget.org/packages/ModernKeePassLib/). It seems to be maintained and worked quite well in a short test (if...

@Rpinski Thanks, but something is weird: VS loads the PDB, but when I double-click on the call-stack it prompts "The source file is different from when the module was build"!...

I just tried it on a different machine (VM) with the same result as before. I am using the same method that you have described - except: why do you...

The priority of VS2019 compatibility should be increased, since the GA-Version has been around for quite a while (April 2nd).

I agree that having IDisposable on HttpTileSource is annoying, especially when providing a tileFetcher where HttpClient is not even used.

Hi, I receive the same error in the TeensyKeyboard-example as described above and this discussion hasn't described a way to solve this yet, has it? My guess would be that...

So, HID-Project doesn't support different language layouts? Or is there another way to achieve the described goal?

As far as I understand the existing code, I would only have to modify ImprovedKeylayouts.h like this: ``` c++ #if !defined(LAYOUT_US_ENGLISH) && !defined(LAYOUT_GERMAN) #error This API does only support US...

@NiKiZe Thanks for that info - I had found the same HID-code just before I saw your comment with the method described [here](https://thinkognito.wordpress.com/2016/09/13/hid-scancodes-einer-usb-tastatur-ermitteln/) (german blog post).

Please see [my comment in issue 22](https://github.com/NicoHood/HID/issues/22#issuecomment-248208465)