Matt DesLauriers

Results 224 comments of Matt DesLauriers

Thanks @delucis! I made a small example here as a proof of concept. It's not bullet-proof but I may use something like this in my future sketches. :smile: https://gist.github.com/mattdesl/447feabf4c819889a5e73de0da37abc0

In addition to supporting `.ts` files, I like the idea of adding types for things like the settings object via JSDoc comments, rather than trying to keep a type definition...

Always default right now. Maybe we could explore a shell flag / env var for this though.

@ArtskydJ I think it depends on use case. For browserify (and my own app [devtool](https://github.com/Jam3/devtool)) the assumption is the source is not top-level (wrapped in Node's closure). Perhaps it could...

Cool tip! I think it's a bit too VSCode specific to add to the core but I'll consider it. It would be great if I could somehow document all of...

@kolya-ay — passing a bundler might seem great but it introduces a lot of room for errors. It would actually have to be written like this for it to work...

I think canvas-sketch has a few issues importing ES modules from node_modules. Best thing to do for now is import the `three/examples/js` (legacy) folder like the canvas sketch ThreeJS template...

Thanks for testing. I'm not even sure how to go about debugging this, but I'd be happy to look into it further. In the past I've run into memory issues...

Are you running budo in production? Never tried ssh with budo, it was more designed to be run locally.

Cool, thanks for PR! I've never used proxies, can you give an example of when it would come in handy? How do I test for it? Is that dependency going...