Joe Pea

Results 1897 comments of Joe Pea

Would you mind making a tiny demo that shows a button that when clicked increments a number in the DB and displays it, just to see what the basic pattern...

Cool. Yeah, I'm thinking to use [Gulp](https://gulpjs.com). I already use it in my other flows. I like how easy it is to define watchable tasks with it.

Oops, I pressed enter too fast. I cloned the repo, then ran `meteor npm install` and it ends with errors: full output ``` Vulcan-Starter git:master ❯ meteor npm install >...

The reason is probably that `ShadowDOM` is complex to implement. I wonder if sticking a polyfill into the worker might work. I wonder, because the polyfill relies on the existing...

I haven't looked at the implementation, but you'd need to get a reference to the Worker object that the lib creates.

@hyusetiawan What was the problem you experienced? The main thread will still do the SVG rendering work (in the SVG engine) regardless if you use this lib or not. The...

@pleerock can you please chime in on this problem with the new standard decorators, and the proposed solution, and whether the current design makes it harder to migrate to new...

Ah, I see, it's [Shallow Rendering in Enzyme](https://github.com/airbnb/enzyme/blob/master/docs/api/shallow.md)

Is this suggesting that web developers should not be trusted to write secure code, so we should stop the Raw Sockets proposal? It's the same problem any non-web app author...

Adding `.js` to every import is redundant. Can this feature cover a simple way to automatically make it so all extension-less specifiers use `.js`?