Minh Nguyen

Results 6 comments of Minh Nguyen
trafficstars

Wanted to pop in and say I was excited to upgrade from v1.3 and that this is being continually supported! However I immediately noticed the jiggery animation and for whatever...

https://github.com/File-New-Project/EarTrumpet/pull/473 Looks like there's already a PR out for this! How do you link PRs?

@riverar I just disabled the fade and set the animation offset to 10, makes the animation smooth, but doesn't animate the whole way. It's still personally a lot better than...

npm has a --userconfig=/path/to/.npmrc flag you can pass, is there an option to add additional paramaters to the npm install command or npm build?

@lopesdasilva , npm will try to load the ~/.npmrc file, if you want a more specific path then you would do --userconfig=/path/to/your/.npmrc

@AndriySvyryd [#13131](https://github.com/dotnet/efcore/issues/13131) doesn't really explain what EF core does or should do to support this use case (supporting non-nullable values by allowing defaults) https://github.com/dotnet/efcore/issues/17722 and https://github.com/dotnet/efcore/issues/17746 also don't directly enable...