Chris Schlensker
Chris Schlensker
In my rails 3 project I setup my barista_config so that js files would get compiled to public/js c.output_root = Rails.root.join("public", "js") This works fine but then I changed it...
The strategy here would be to separate out the color picking logic into a separate modules so they could be used in non sass environments (postcss, css in js, etc...)....
**Describe/explain the bug** The dropdown for the motionConfig preset goes off the bottom of the screen and I can't read or select all of the options. **To Reproduce** 1. Go...
It would be nice to have this CocoaPods support for KIF https://github.com/CocoaPods/CocoaPods See the instructions for creating a podspec file https://github.com/CocoaPods/CocoaPods/wiki/A-pod-specification Also submit pull request to Spec project https://github.com/CocoaPods/Specs
I'm trying to setup [dynamic import](https://github.com/ef4/ember-auto-import#dynamic-import) in a brand new ember application and I get this error when I run ember serve. Has anyone run into this? ``` Build Error...
Routing?
I'm wondering if a section on routing options would be in scope for this project. Seems like it would fit well before the "Data Management" section in the table of...
Please add code folding based on indentation level.
It would be nice if you could run `:ArcLint` and have it populate the vim quickfix list.
It would be nice to support the ability to run the command on an entire directory recursively similar to how prettier or decaffeinate work. In these cases we would want...
It should be relatively easy to support piping input and output through depercolator so it could be hooked up to other CLI tools. Example: `some-command myfile.cjsx | depercolator | some-other-thing`...