rcmosher
rcmosher
The solution from @KnoP-01 leaves the `shell` as cmd.exe after running any of the custom MyPlug commands. I tried saving off `shell` and restoring it before and after each command,...
This doesn't happen all the time for me, but it does happen frequently. I speculate it happens after hitting Ctrl-t, which I do by mistake a lot. @paparent I have...
I should add we've seen this patch ignored, probably due to deleting and recreating the SpiceDbCluster. And we've seen the spicedb-operator try to use a Windows node, which I don't...
One option for providing a default value is to use a [ValueConverter](https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.storage.valueconversion.valueconverter.-ctor?view=efcore-6.0) with `convertsNulls` set to `true`. An example for a boolean that defaults to `false` when undefined or null....