progmars
progmars
I, too, got curious and played with GANSpace a bit. The conclusions are as follows. While limiting components to layers helps a lot for disentangling some minor features (color, background(,...
@fubar-coder Thanks, that makes sense. I had assumptions that, without connection, `rollback to` and `migrate down` would generate the script pretending that the schema is at the latest version available...
I currently don't feel experienced enough to create a quality PR. But for now I managed to implement a workaround using `VersionLoader` to trick `MigrationRunner` into thinking it has the...
Thank you for the advice. For now, we deliver often enough, so, fortunately, our "patch batches" are not very large; usually about 20 - 50 SQL statements in 10-20 migration...
https://github.com/tom-n96/avatarify-desktop-cuda-11.8 this one works, also on 40 series, if somebody still needs one.
Losing "Web service URL" is a roadblock for me too. It would be nice to have some field to specify it in the task itself. But there's a workaround -...
I found that shadow causes undesired coloring in the corners. I had to remove the code: ``` DrawHelper.DrawSquareShadow(g, ClientRectangle); ``` for the button to get rid of this.
Thanks @valimaties , you are right, it's time to move on. I'm also looking at MAUI as it seems to be a "cross-platform WPF", but it still lacks some important...
I have similar problem when my form grows in size every time I restore it from minimized state. I tried different FormBorderStyle - FixedDialog, Sizable, the same thing happens.