George Birbilis
George Birbilis
Thanks for the tip, hadn't noticed the export dialog had those options - if it remembers them (haven't tried) it's similar effect to having config options for those. So one...
I think on Silverlight for example you only had integer positions you could specify on a Canvas, but I might remember wrong (maybe it was instead that actual calculated positions...
Probably should use windows 10 feedback center to let MS know in case it's their bug
this seems to be related to https://github.com/NetLogo/Galapagos/issues/348 when it freezes there, if I navigate to http://netlogoweb.org/launch it starts (and remains) with small UI
The problem I have is that winget upgrade --all is broken anyway in that it downloads and reinstalls the same known version packages again and again (including huge ones like...
Is there some documentation on how WinGet detects those "unknown version" installations? Do the publishers of packages prescribe (declaratively I guess) how they are detected and how the "version" (when...
could just fork the repo, build one and create a release at that repo
why not use MSYS2 with MINGW-W64 (that one also supports 32-bit btw, the name just implies it's an evolution of the old MINGW) with GNU tooling instead of having to...
just noticed this page does list those two monitors missing from the wiki page: https://github.com/emcrisostomo/fswatch in a bit of a different order from the http://emcrisostomo.github.io/fswatch/ page
Also https://github.com/emcrisostomo/fswatch/wiki/How-to-Choose-a-Monitor speaks of FSEvents and inotify and kqueue but doesn't have any recommendations about other monitors, instead suggests using the poll monitor if the previous 3 aren't available at...