Results 7 issues of Cole Granof

When going into fullscreen (with the green button) and then exiting fullscreen, the window gets strangely disconnected from the titlebar as seen in this screenshot: ![Screen Shot 2022-01-15 at 6...

bug

I changed all the generated code to use template strings because I think it makes it a little bit easier to see what's going on and make changes. The generated...

It appears that the preprocessor tests need their respective build tools to be installed globally with the way the tests are implemented (or I'm doing something wrong). `babel-cli` and `coffee-script`...

From my understanding, nearley getting stuck in an infinite loop despite the grammar being malformed is considered a bug based on this previous issue: https://github.com/kach/nearley/issues/167 This is the grammar: ```...

I got this failure when running `opam init` for the first time. I have an x86 Macbook Pro, running macOS Monterey Version 12.2.1. The error message prompted me to file...

bug

I was investigating [this issue](https://github.com/glfw/glfw/issues/2249) and I don't know if it's entirely related, but I noticed that the OpenGL rotating triangle example looks suspiciously choppy on Mac. I added some...

bug
macOS
OpenGL

It's great to see that someone took up the much needed task of porting this to typescript! I used nearley for my master's thesis after trying out PEG.js and some...