Z 🏴‍☠️

Results 64 comments of Z 🏴‍☠️

I found I can get a working build by doing the following steps: 1. npm create solid@next 2. Initialized as `bare`, `ssr=false`, `ts=true` 3. `npm i` 4. `npm i --save-dev...

Wanted to follow-up and add an issue I’ve been experiencing where using array syntax such as ` !curr]}>` prevents ``’s internal `onClick` handler from being invoked. Here is a repro...

Found this! https://marvelapp.com/blog/optical-adjustment-logic-vs-designers

@Andrew-Webb I don’t know how much help this would be but I noticed Aleph.js — a Next.js-like framework for Deno — recently added support for Sass (Dart Sass). Looks like...

It’s probably not good practice but this worked for me: ``` $ rm -rf node_modules yarn.lock $ yarn ``` Basically purge `node_modules` and regenerate `yarn.lock`. _This is probably not good...

It looks like the following works the same: ```rm yarn.lock && yarn``` Again, _this is probably not good practice._

Hey Dominik, this is pretty interesting. Thank you for creating an issue and documenting your experience. If anything I think this could be added as a feature for framework libraries....

I’m actually going to keep this open (as a reminder for me) because I want to add this feature at a later time. Thanks for all your hard work. ❤️

@dferber90 I'd love to get this implemented now that I've just pulled off a major refactor. Do you have a JSON artifact or or something similar? I do see the...

@dferber90 Ah good point. OK will follow-up here when I make progress on this front. Thank you for your work. :)