Thomas Guzman

Results 12 comments of Thomas Guzman

Any info related to this ? The generator does not work on recent Vulkan Specs because of multiple parsing errors

Still not fixed ? Did you find a workaround ?

Because GIF is limited to 256 colors May it be possible to implement dithering to hide the banding ?

+1 So damn slow... Considering the speed of my network, the fact that both phones are quite recent (iPhone 13 Pro -> iPhone 15 Pro), and the data transfered, I...

Tbh I really think nobody at signal is even interested Almost a year since this issue has been opened and not a single answer explaining why or giving a solution...

Did you find the solution ? A sample for ImGuizmo would be helpful !

I don't know how to give you my Test Code I just added this to tests/CreateTableTest.cs ``` private class Issue36_MyObject1 { [PrimaryKey] public string UniqueId { get; set; } public...

I just reviewed your code. "CreateTable" checks the result of "Execute" to know whether the table has been created or not. "Execute" returns "ISQLiteApi.Changes". "ISQLiteApi.Changes" accumulates since the opening of...

Sorry, didn't come here for a while... No it doesn't seem to be a regression: sqlite.net take "SQLite3.Changes" result as "affected rows" count... And it accumulates... But it's obviously a...

I personnally forked the repo and removed the "if" on the version I'm using Ever if this bug is also present in SQLite.Net, it have obviously to be corrected ![screen...