Simon Curtis

Results 9 comments of Simon Curtis

Which version are you using? 2.3.0 (current nuget version) or 3.0.0 (current repo version)

> Hello, I encountered the same issue with the Docker Desktop GUI not loading. I managed to resolve it by navigating to /opt/docker-desktop/bin in the file system, right-clicking on com.docker.backend,...

Worked for me, just running `systemctl --user restart docker-desktop` after: ```console $ sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0 $ systemctl --user restart docker-desktop ``` and docker deskop UI pops up immediately. Thank...

This is very important to point out, thank you. The workaround should only be temporary and used with caution. On the flip side, the setting `kernel.apparmor_restrict_unprivileged_userns=0` is still the default...

Agreed, I think it would make more sense to be able to pass this into a generic factory method and it returns `ISurrealDbClient`. `SurrealDbClient.New("ws://localhost:8000/rpc")` should return a `SurrealDbWsClient` I also...

Is anyone working on this? I'd like to have a go?

https://github.com/dotnet/EntityFramework.Docs/issues/681 - ongoing discussion around DbProviders

I have had a look into this, and got some scaffolding going but the work that needs to be done is not trivial. I might try my hand at helping...

Yeah that looks like a good place to start