Andrew Martin
Andrew Martin
Can you merge this? :)
@cjoudrey sure! Just food for thought. Here's a sample eslint file: https://github.com/standard/eslint-config-standard/blob/master/eslintrc.json#L73-L105 Simply put, we'd need to restructure the config to allow objects in addition to simple strings: ```json {...
Just curious if anyone has had any updates or figured out how to get this working. I'd love to learn how to use a React App with SPA and omniauth....
Really big bummer, this is occurring in my app right now. I wasted a bunch of time implementing against your API, only to find you have 3rd class support for...
Right, so I am actually using hashing to invalidate caches… Actually, that’s the issue. Since I’m generating unique filenames each time, it’s basically just adding more and more files to...
Cool! I'll look into it. I know someone has a sync plugin out there. > On Jun 17, 2017, at 14:16, Mika Kalathil wrote: > > Sadly no, though I...
@wootencl I got sidetracked on it, ended up leaving it for now. Would love to hear if you / anyone came up with a solution...
Added a comment, great addition and I think it'd be cool to see this in a shared helper or util somewhere. Seems like a common use case to avoid spreading...
Same issue here: ST2: ``` /bin/sh: js2coffee: command not found ``` My terminal output: ``` $ which js2coffee /usr/local/bin/js2coffee ```