Sam El-Borai

Results 25 comments of Sam El-Borai

Hmm, my experiments trying to use `main` aren't conclusive. I get to a point where the program starts correctly, but no window seem to be ever drawn. ## Version with...

Oh yeah, I forgot to add my `dub.sdl` to my previous comment. Silly me. ### File `dub.sdl` ```sdl name "test-win32" authors "dgellow" libs "user32" "gdi32" ``` ### Verbose build +...

Just so you're aware, the `EISDIR` error is likely to be a misreported error due to [a bug](https://github.com/facebook/metro/pull/567/files) in metro that has been fixed in metro 0.65. The underlying error...

I submitted a manifest for the version 1.5.255402, see https://github.com/microsoft/winget-pkgs/pull/36291.

For reference, once this PR is merged that should fix https://github.com/dlang-community/D-Scanner/issues/240.

That would be great, yes! Do you already have a plan? I would be happy to contribute.

Ok, if I have some free time (and don't forget) I will make a few PRs to unit tests.

Hi @cliedeman. Do you see a reason to not merge this pull request? Looks quite good to me, and that's also a component I was looking for :)

Hi guys. Any news on this topic?

What about something similar to what we currently have for `querier.Select` methods: ```go tail := "on conflict do nothing" querier.Insert(record, tail) ``` Though that would work for postgres, but not...