Kevin Hahn
Kevin Hahn
@josephmyers I was seeing some tests hang when working on my writing systems tests, there's now a timeout in dotnet test to detect that so if it happens you should...
this would also help support usage in svelte kit as global state can easily leak into requests that happen at the same time. This would give a path to avoiding...
Thanks Graham, I'm on the same team as myieye. Thanks for your help. I'll go ahead and set the application group. But if that was the case wouldn't the crash...
It looks like this was an out of memory issue, we increased the memory available on that k8s pod and it seems to be working better.
@imnasnainaec done
@tombogle this is fixing a change in #1358 how would I check if that went out in a release?
Alright, I've added a changelog entry recording that we removed linux support
Sure thing, in this case that call is just transformed from an Expression by Linq2Db into SQL. But I can come up with a simple reproduction to make it easy...
@alirezanet here's a working example: ```C# var query = new GridifyQuery() { Filter = "MetaDataDefined[CreatedOn]=false" }; var mapper = new GridifyMapper(); mapper.Configuration.DisableCollectionNullChecks = false;//true works around the issue mapper.AddMap("MetaDataDefined", (person,...
Yeah that's definitely something that can be improved. Those fields are all MultiStrings. They are deserialized into JSON objects, the field name is the writing system code, and the value...