Alan North

Results 59 comments of Alan North

@hendrikheil Did you also have the zombie process issue? I tried switching to parcel and had the same issue, but maybe I was doing something wrong (I tried so many...

Can also now confirm the parcel watcher works.

Aaaah, I get it now, though if you have a link to where you use it like this that would be helpful. Maybe it was me (am still learning terraform)...

Any news on this? This would save me soooo much space. Many times I have ternary expressions on top of this and I end up formatting them like this to...

Question, what's the reasoning behind layers not having a shared folder? It would be really nice to be able to provide shared utility functions and such from layers.

> layers do have/support a shared folder Sorry first time using the shared folder and I didn't read the docs right 🙈, I didn't realize that it's `shared/utils/function`, I accidentally...

I also second this. This overriding used to exist pre v3 and was changed to merging which I agree usually makes more sense, but when customizing having to negate a...

I'm not that familiar with tailwind variants, looking at the code, maybe something like this where stripOverrides will return a version of the theme with styles removed when the app...

I'm running into something similar. I import with the `.js` extension and the output .d.ts file imports from `.js.js` !??? I did not realize this until I actually started using...