Corey Kaylor
Corey Kaylor
This will help lock the row up front for updates if we already know updates are planned via change tracking. This may or may not be that big of a...
It would be great to have a CSS-based way of handling animations. I'm guessing it would be possible to delegate to the underlying Animated api?
It would be great to have a CSS-based solution for linear-gradient. Possibly relying on this community project? https://github.com/react-native-community/react-native-linear-gradient
After spending some time with golang. One of my favorite things with vim-go was the seamless way you were able to 'gd' into core packages. This is easy with golang...
CoffeeScript fails to compile on mono. With the following error. Missing method System.Numerics.BigInteger::TryParse(string,NumberStyles,IFormatProvider,BigInteger&) The code works on .NET, although extremely slow on the first run (around 60 sec).
I'm catching up on some of the improvements made over the last few versions of .NET. I noticed that 7 has a new LibraryImport attribute that I could possibly leverage....
The current test is failing. Initially I thought it was the update to compile with out debug for the native lib, but reverting has no affect. Separately, this feature has...
Optimizations suggested by @sebastienros in https://github.com/CoreyKaylor/Lightning.NET/issues/191 I've only compared to v0.20.0, not the previous comparer implementations. The current branch outperforms the baseline v0.20.0 between 5% and 20% Separately, it feels...