Devin Rhode

Results 293 comments of Devin Rhode

With that approach, no developers actually need to know about or use git-subrepo. It's simply used one time to convert from submodules. In theory you could also remove the .gitrepo...

No, nothing ever happened here, I moved off windows pretty quickly

I have googled “qwik web components” a few times now, and for the second time, I am looking at this thread. I would love to be able to roll with...

Hot reloading can greatly help https://github.com/toranb/ember-cli-hot-loader

Would love to get a notification when the build finishes for `ember server`, although it actually takes longer for me for the app to load, so I may consider modifying...

For searchability, I'm assuming this is the error you two are referring to: ``` ERROR in ./src/pages/Popup/Popup.css (./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/pages/Popup/Popup.css) Module build failed (from ./node_modules/css-loader/dist/cjs.js): Error: PostCSS received undefined instead of CSS...

Does ejecting help? On Thu, Mar 21, 2019, 2:59 AM snoopy1412 wrote: > "babel": { > "presets": [ > "react-app" > ], > "plugins": [ > [ > "auto-import", >...

oooo nifty, yeah you should build it, it's a pretty darn small library imo Be sure to do `typeof ()` with parens. Thanks for the feedback and ideas!

Basically what you want is a pure function to normalize the exception object - we should do a `TraceKit.normalize(ex);` function. I kinda actually wanted/expected this when I re-discovered TraceKit recently.

It's new, but I recommend you try using this: https://github.com/devinrhode2/shield.js/blob/master/src/shield.js Just define a `onuncaughtException` function that takes in one parameter, `e`, the exception from `catch`. Wrap your program code with...