Fabian Becker
Fabian Becker
Add support for padrinorb http://www.padrinorb.com/
I'm using the hooks to handle docker-composing up / down containers as I create or switch between worktrees. The only issue I have is that there's no pre-delete hook that...
The switch and delete hook receive the absolute path to the worktree whereas the Create hook only receives the relative path. This is inconsistent. It's useful to consolidate this to...
fixes #102
The Jison parser provides useful location information to its `parseError` function - the lexer currently does not provide any location information to `parseError` at all. https://github.com/zaach/jison/blob/5e13d8563c306c66cc00b9fe22ff6da74617e792/lib/jison.js#L1037-L1043 While implementing https://github.com/TryGhost/GQL/issues/4 the...
Support WebM streaming.
It would be great if we could have a keyboard shortcut available on the editor screen that will run the tests.
It would be fantastic if I could access the latest mentoring notes and the automatically produced warnings directly in the editor. Currently, I have to keep a separate tab/window open...
Hi @parroty, We're using exvcr in our test suite and I was looking through latest changes and noticed that the package could use some updating. Trying to build things locally...
This PR includes and supersedes https://github.com/mroth/exmoji/pull/10. More testing needs to be done since this generates a lot of code with macros and compilation is kind of slow.