Aaron Sherber

Results 118 comments of Aaron Sherber

Also, you shouldn't squash or otherwise change commits that have already been merged somewhere else. One usual use case is to make local commits and squash them before pushing. Another,...

Since there no conflicts between @Curlack 's branch and the base branch, I would recommend not rebasing, unless there's reason to think that recent changes in `development` will have a...

Same here. It looks like the app is still hooking CapsLock even though `UseCapslock` is set to `0` in the ini file.

@leafo Can you please update this to node 20?

@thenik It's not clear to me what that image is showing. Can you please describe what you think is being leaked, and provide a minimal repro?

If I had to guess, I'd say that this is something being kept in PocoData's cache rather than something being leaked. Are you running queries with thousands of different types?...

Technically, .NET Standard isn't a version of .NET -- it's an API specification which is supported by multiple runtimes (.NET Core 2.0+, .NET Framework 4.6.1+, .NET 5+). The usual advice...

@faddiv That may be useful in the future, but at the moment there are no newer language features needed by this library -- it can continue to support netstandard 2.0...