Robin Lindner
Robin Lindner
Hello all, I've been working with EF Core using the Code First approach with migrations. As I move towards deploying in a Kubernetes cluster, I've encountered challenges related to handling...
It would really nice, if a copy command or a backup command exists eg. /mv save world It should make a copy of the world and save it as zip...
What are the terms of using this API? Am I allowed to distribute the data to customers?
See https://github.com/github/linguist/issues/5838 ## Describe the enhancement Currently not all syntax features of C# are highlighted. My suggestion includes the following (if you would find something missing, feel free to add):...
Is there some documentation for common library functions? Or a simple guide how to decompile something over C-ABI/FFI instead of invoking the binary?
Hey, in my rust infra I currently schedule some Deno-"tasks". Is there a way to manually throttle the Deno execution without using OS APIs?
pgroll looks very interesting to me. It solves a persistent problem. I usually use EFCore in the .NET environment as ORM. Also in the Node environment there are ORMs like...
### Describe the bug I want to publish a Docker image behind a corporate proxy using `dotnet publish`. I had to find out, however, that the proxy settings (via for...
It would really nice, if the multiverse commands supporting are tabcomplete.
I would be in favor of implementing u48 and i48. There are few CPUs that support [48-bit integers](https://en.wikipedia.org/wiki/48-bit_computing) otherwise you could represent it as 16-bit and 32-bit numbers internally. But...