Paul Schoenfelder
Paul Schoenfelder
That's interesting. AppleScript must be providing the current active resolution, not the configured resolution. I'll have to see if there is a way to work around that.
I'm unable to reproduce this on an x86_64 machine that I run my Docker builds on - the multi-arch build completes successfully without the patch, and that includes both the...
Could you take a look at 0.3.0? I've fixed the handling of `--` in that release. Sorry for the delay!
Unless I'm mistaken, `pipe` already handles this kind of composition, but in an unrestricted fashion, i.e. you can compose many parsers and only invoke the transformation function if all of...
Yeah it's a hard problem to solve. I've taken a couple of cracks at the performance problem, but always end up hitting something I don't like. I did a lot...
Good points. I think #1 at least gives us a path for tackling the problem in the near term, even if it's not ideal, since it gives us room to...
Nice! One thing I've been exploring recently is implementing an Earley parser (I'm building one for my little language, and found that some interesting things could potentially be used here)....
I'm certainly interested in supporting it. Could you maybe throw together a small example of some input (let's use `leex` output) with the grammar defined with `combine`, and what you'd...
I would like to support this yes. I'd like some thoughts on the best approach to implementing this though, since we want a single source config file, but produce two...
Just to be clear, are you all using PS Core to run the release? If you are using an older version of Powershell, the scripts may not be compatible. The...