Sam El-Borai

Results 25 comments of Sam El-Borai

Hmm, my solution isn't really one, because the conflict isn't handled on the SQL side any existing transaction is invalidated. Edit: that's also valid for @AlekSi's suggestion using the `CheckDuplicate`.

@AlekSi Have you already try out [migrate](https://github.com/golang-migrate/migrate)? I think it does what you want. I've used it for the past ~3 years to manage migrations and that has been quite...

Any update?

Hello @butnet, Could you provide more context?

If macOS isn't supported, shouldn't the README be updated to specify that's the case? Currently I can read: > Works on any OS with full shared library support by DMD...

I face the same problem using Windows. The functions `dup` and `dup2` that are causing issues are from `core.sys.posix.unistd`. From what I can see, they are missing in Windows, and...

hello, any news? I'm interested in using a more recent version via cljsjs.

Could we reopen this issue? It was stale but the issue still exists.

I was able to work around the issue by using a `IDocumentFilter` that modifies the generated document. ```csharp public class OpenApiOptions : DefaultOpenApiConfigurationOptions { public OpenApiOptions() { OpenApiVersion = OpenApiVersionType.V3;...

@VisenDev Your link doesn't return any result, did you mean https://ziglang.org/documentation/master/std/#std.io.AnyReader?