Caleb Meyer
Caleb Meyer
## Summary Our ERB files currently end in .json and .html. If we rename them to .json.erb and .html.erb then Atom, Github, and other places that display the code will...
## Steps to Reproduce 1. Add the following to your init.coffee: ```coffee atom.commands.add 'atom-text-editor', 'custom:run-rspec-for-line': (event) -> target = atom.views.getView(atom.workspace) atom.commands.dispatch(target, 'termination:new') atom.commands.dispatch(target, 'termination:insert-custom-text-1') ``` 2. Set custom text 1...
Chrome changed their css
Everything appears to be working now: 
First off, thanks for these awesome scripts! I went to install fedora today from the windows store, found out everyone's been waiting for like a year. I'm on windows version...
I'm trying to use this package on windows. There's no mention of the dependency on curses and fcntl in the readme or in a requirements.txt/Pipfile. I was able to get...
# Issue Description Terra uses a crazy (to me) number of plugins for CSS. For javascript, it's basically just babel and react, but for CSS we have all of these:...
The clock is beautiful, and I love the skinny font, but it's very hard to read against certain backgrounds.  I'd love to have the option to make it...
### Summary Zed crashes frequently while working on a medium sized (140k LOC) javascript (Next.js and React) project. ### Description Steps to trigger the problem: 1. Open the repo 2....