Evan Jacobs

Results 416 comments of Evan Jacobs

> fwiw I think that this is redundant and a bit abusing of namespaces Why's that? I strongly feel it's a primitive that the ecosystem would massively benefit from. Also,...

One tweak I might add to this strategy is prefixing generated namespaces with a character so they don't conflict with similarly-named props. ```jsx createElement(Comp, { normal: "prop", $theme: { foo:...

How so? ```js createElement('div', { $style: { border: '1px solid black', color: 'red', }, }) ``` And then you could do an inline style if you want too: ```jsx createElement('div',...

Basically a namespace is a different concept than an object - the prop representation _is_ an object, but they're meant to be separate collections of props.

Alright after more digging it seems like under some circumstances, all the child processes don't get killed and what I'm seeing is a phantom process emitting to its original terminal...

@paulpflug That branch insta fails for me with error code 7

Why was this closed @pooyaj? I'm seeing the issue actively.

The error is in a protected part of our website, so I can't link. The reproduction though is loading the heap client via segment and then calling `heap.identify()` which internally...

Check out my patch @nexflo https://github.com/iamvdo/pleeease-cli/pull/11