Matt
Matt
You can use the Microsoft docker images (https://hub.docker.com/_/microsoft-dotnet) with QuestPDF with minor narrowing of distro choice to Ubuntu and some apt-get/apt extra packages (part of the default repos) Just replace...
### Describe the bug Works with DOM API: https://playground.solidjs.com/anonymous/05d9ad70-852d-40ca-8134-544ed1a6c21a Doesn't work with Solid: https://playground.solidjs.com/anonymous/4f293905-4892-478a-b6ba-ad4dd5912df7 Click Make Indeterminate a few times, should be able to toggle on and off, doesnt work...
### Describe the bug https://playground.solidjs.com/anonymous/551fc377-eef8-4688-a32e-d136eb295d83 Weather updating onchange is a good idea, or even supported, in my case a bug where by untrack wasn't used at the callsite, it is...
When defining a model in EF Core 8.0. .HasConversion on PropertyBuilder has many overloads. These twos call do different things.: builder.HasConversion(instanceOfValueComparer) v.s. builder.HasConversion((ValueConverter)null, instanceOfValueComparer) contrary to first guesses perhaps, the...
https://tailscale.com/blog/tailscale-ssh/ Have to issue tailscale up with --ssh there may (from memory) be a browser prompt on the first call though so stdout/stderr will need parsing for the https:// rather...
A few errors about failure to unmount as last step in build.sh -d /dev/whatever, but then build.sh mount step doesnt works and suggests dmesg, nothing clear in dmesg, tried 3...