Doug Coleman
Doug Coleman
Are you using Visual Studio Code? It might have something to do with the way we open VSCode, which I changed a bit lately. I also noticed VSCode writes some...
I would like to help fix it, but I can't reproduce it. Have you let it hang for 5m and is it still hung? -- Just read the issue again,...
Does .97 have this issue for you? (I have been using Windows Factor pretty heavily and I don't see any hangs ever.)
http://downloads.factorcode.org/releases/
You can also add a bunch of printfs at all stages of opening a new window. I usually do something like this so it shows in the repl: ``` [...
@AlexIljin Does this still happen?
We should fix this for .99 so that it doesn't crash on startup.
Oh yeah! I just fixed a bunch of USING: errors and the vocab name on docs/tests is just like the real vocab.
I merged @bpollack 's code and added a compile target that shows the DPI. The last steps are fixing the DPI to be correct and then adding the manifest to...
There is a ``PerMonitorV2`` for Windows 1607. If we want backwards compatibility there's a dynamic way. https://docs.microsoft.com/en-us/previous-versions/windows/desktop/legacy/mt846517(v%3Dvs.85)