luni64

Results 9 issues of luni64

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...

enhancement

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

enhancement

![image](https://user-images.githubusercontent.com/12611497/76471327-a5049d80-63f2-11ea-883f-c4e3d5572dde.png) ![image](https://user-images.githubusercontent.com/12611497/76697121-385bfe00-6693-11ea-923f-8a9327837822.png) ![image](https://user-images.githubusercontent.com/12611497/76795071-a9510200-67c8-11ea-9307-d262856b0b5e.png) ![image](https://user-images.githubusercontent.com/12611497/77443269-40cadc00-6deb-11ea-9bbc-1af0ceca361d.png) ![image](https://user-images.githubusercontent.com/12611497/78664988-64a31d00-78d5-11ea-8816-f4e0c1896e01.png) ![image](https://user-images.githubusercontent.com/12611497/80285586-57d05700-8726-11ea-9ca6-4e80cdf913f1.png)

### Pictures for WIKI page: [Better Callbacks](https://github.com/TeensyUser/doc/wiki/Better-Callbacks) ![image](https://user-images.githubusercontent.com/12611497/76678531-169e4080-65d9-11ea-970e-a7e63e53e3d2.png)

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 ![image](https://cloud.githubusercontent.com/assets/12611497/9837613/7196ba34-5a45-11e5-9510-18449e95ce23.png) 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...