Mark Knapp
Mark Knapp
I am using efcore 3 + postgresql with npgsql that supports translating the `Regex.IsMatch` function. Every time a hot reload happens, the query that uses `Regex.IsMatch` fails with the same...
For clone-deep, see #1688.
The clone-deep package is only used in one spot where is it completely unnecessary. It looks like clone-deep was not even added as a dependency. It is in node_modules only...
Based on the descriptions of `refCount()` and the `resetOnRefCountZero` option of `share()`, it sounds like `resetOnRefCountZero:true` is the same(ish) as `refCount()`. Why does the guide say to use `resetOnRefCountZero:false` every...
No news, but I have been using `resetOnRefCountZero:true` in replace of `refCount()` for multiple projects and things are working correctly.
This was some time ago, but I believe I renamed the constraint to remove the prefix so that the migration had something to do. Something like this for postgresql: ```ALTER...
There is a `MockWebSocket` in `webSocket-spec.ts` to write tests with. There seems to be only [one test](https://github.com/ReactiveX/rxjs/blob/master/spec/observables/dom/webSocket-spec.ts#L398) for deserializer errors, and it does not check for ws.close. There are certainly...
Note that https://github.com/dotnet/aspnetcore/issues/40229 is for [output caching](https://learn.microsoft.com/en-us/aspnet/core/performance/caching/overview?view=aspnetcore-7.0#output-caching), not response caching. These are two separate things - output caching ignores cache-control headers. I do not see any plans to add data...