Swizec Teller

Results 9 comments of Swizec Teller

Today I Learned what's a PID controller! This looks amazing. Gonna have to try it over the weekend. I've also noticed that sometimes the cpu eating processes finish before the...

I like these @micahstubbs . I'm pretty new to typescript still so not sure what the standard approach is. Do people usually export a `Props` and `State` type? Might be...

I just spent two hours debugging the same [or similar] issue. I wans't using Gulp though. The packaged JS threw the same error, `Uncaught TypeError: __webpack_require__(...).call is not a function`...

I ran into this problem and figured out what the error means. So at least I can fix it in user-land code, but a more helpful message would be nice....

Also looks like there's something with index re-exports this doesn't work: ```typescript // src/index.ts import { customTheme } from './themes' // src/themes/index.ts export * from './customTheme' // src/themes/customTheme.ts export const...

Oh hey I totally missed this. This lambda should work now. I had the same issue a few months ago

I also would love upsert support. Sometimes I have an error when making calls and I end up creating hundreds of copies of the same Lead for our sales team....

Personally I am of the opinion that a template string, regardless of what’s in there, is a single expression. People putting too much logic in there is an antipattern and...

Happy to hear you like it @codyebberson. Is the best next step to make a pull request?