Craig Campbell
Craig Campbell
For example if you have some markdown text with: ``` md Check out this link: https://en.wikipedia.org/wiki/St._Lucia_(musician) ``` The final markup ends up being ``` html Check out this link: https://en.wikipedia.org/wiki/St._Lucia_(musician)...
When in read only mode, trying to export using `x` or `X` fails with error `database not open` or `Error Exporting to file {filePath}`. It would be nice if there...
Just putting this here so there is a public record of this change and in case anyone runs into problems after upgrading 😄
See #4 for additional information There is a checkbox in the chrome dev tools `Preserve log upon navigation`, but people who have tried it have had mixed results.
Right now plugins let you override the callbacks that get bound in the browser using `addEventListener`, but not callbacks bound using `gator.on`. For example if you wanted to make a...
if you are using a javascript manifest file with classes and ids listed as constants the script should throw warnings if you hardcode classes and ids in your javascript without...
This is a difficult thing to explain, but basically if you have an interface containing multiple input channels and you record in stereo on only one of the channels, the...
Pretty self explanatory, but whenever I put my computer to sleep and wake it up, the ticker is gone from my menu bar. Perhaps related to #35
Right now when you call `$this->request()->getParam('whatever')` in a controller it defaults to getting the router param or the param passed into the controller from another view/subview. You would do `$this->request()->getParam('whatever',...
This is kind of a big undertaking because a lot of the core parts of the app are touched when rendering views/controllers in turbo mode, but it would be a...