Ryan Johnston

Results 9 comments of Ryan Johnston

I was about to create this very issue, Headwind orders correctly but on one line breaking the multi-line consistency. It would be amazing if it respected multi-line classes, especially for...

It looks like `Nan::AsyncWorker` is an abstraction of `uv_queue_work()`. Definitely a good idea to implement this suggestion.

I really like the proposed syntax ```svelte export let color: 'primary' | 'danger' = 'primary'; ``` Because https://github.com/tailwindlabs/prettier-plugin-tailwindcss and https://github.com/tailwindlabs/tailwindcss-intellisense will easily adapt to it too.

What's your thoughts @Rich-Harris and @adamwathan?

I agree with @Rich-Harris and @bwklein. ```html ... ``` HTML doesn't have/need a plural form for multi-class either so I don't think anyone would be upset if they had the...

Will there be an Android version anytime soon mgcrea?

``` node:internal/modules/cjs/loader:986 throw new ERR_REQUIRE_ESM(filename, true); ^ Error [ERR_REQUIRE_ESM]: require() of ES Module /home/ryan/.cache/firebase/emulators/ui-v1.11.8/server/server.mjs not supported. Instead change the require of /home/ryan/.cache/firebase/emulators/ui-v1.11.8/server/server.mjs to a dynamic import() which is available in...

>try installing a version prior to 13.5.1 and see if that fixes the issue https://github.com/firebase/firebase-tools/releases/tag/v13.5.0 fixes the issue.