Paul Merrill
Paul Merrill
In a minor variation, putting these lines in my stack.yaml file worked for me: ``` extra-include-dirs: - /usr/local/opt/openssl/include extra-lib-dirs: - /usr/local/opt/openssl/lib ```
Hmm, interesting idea. Personally, I do not feel that I know enough to opine very strongly on this type of thing. Wonder if it would be possible to [find open...
Looks like Chalk has done this in v5 https://github.com/chalk/chalk/releases
If I can find the time to test it, would love to! 😀
Another situation where files are not writable, albiet for a different reason. This one because the files are owned by a different user. https://github.com/golang/go/issues/30185
Of course! Hopefully the list https://pdm.me/example-filters.txt could help. It contains one rule which should make the footer at the bottom of GitHub pages disappear, making them visibly shorter.
Just wondering... having a hard time seeing the interaction of #287 and `Window#tick`... What happened there?
Also, the vsync issue could be achieved by going the very un-Gosu-like route 😮 of having a global `Gosu::tick` function that ticks each Gosu window and only syncs on the...
Oh, that's very interesting. Thank you. I'm looking at the 0.10.2 release and it says that `tick` is experimental... would it be reasonable to question its type signature? Because `tick`...
I think the third window state of `CLOSING` would not be necessary if the `tick` function only had two of the three (or one of the three 🙂) responsibilities.