Caleb Meyer

Results 19 issues of Caleb Meyer
trafficstars

## 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...

bug report :bug:

Chrome changed their css

Everything appears to be working now: ![image](https://user-images.githubusercontent.com/3342777/195964004-e49013c4-1e5c-4371-b6cf-c804220aaf22.png)

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. ![2017-01-19 11_22_43-photos](https://cloud.githubusercontent.com/assets/3342777/22117466/c6e5f1de-de39-11e6-8a34-606b85e22088.png) 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....

gpui