Lutz Niggl
Lutz Niggl
Is it possible to do the equivalent of `git submodule add repo path` with libgit2sharp? Looks like the provided functionality only provides a read only access to the list of...
> I could find it interesting to create a complete standalone development system (not only core, but also all the libraries) so there are no multiple dependency issues. @WMXZ-EU https://forum.pjrc.com/threads/57245-VisualTeensy-upgraded-to-support-Teensy-4-projects?p=232320&viewfull=1#post232320...
Suggested by @WMXZ-EU https://forum.pjrc.com/threads/57245-VisualTeensy-upgraded-to-support-Teensy-4-projects?p=232318&viewfull=1#post232318 Might be good to have a warning/info explaining that the *ino has to be c++ standard compliant
     
### Pictures for WIKI page: [Better Callbacks](https://github.com/TeensyUser/doc/wiki/Better-Callbacks) 
Would be nice if `HidDevice.Capabilities.UsagePage` and `HidDevice.Capabilities.Usage` would be declared as ushort instead of short. Currently an ugly cast is required to check for large values: ```c# var device= HidDevices.Enumerate(VID,PID)...
How can I change the alignmnet of the column header of a m:ui datagrid? The default centered alignment doesn't look very nice for broad colums  If I restyle it...
I tried your smalloc in an embedded environment (PJRC Teensy) which so far works perfectly. Ultimately I want to use it to access an externally attached memory chip which I'm...
I try to read a gedcom file exported from ancestry.com. Unfortuantely the WWW tags in the source citations are not read. Probably this is a nonstandard Ancestry extension. Any chance...