Rickard Natt och Dag

Results 19 comments of Rickard Natt och Dag

Awesome that you want to contribute! `apt` is more of a Linux thing as far as I know. You can install Node (which contains `npm`) by downloading an installer from...

Ahh great, thanks @IwanKaramazow!

@arthurfiorette Hey! Thanks for creating your fork, it works great. I had to adjust the getting started steps slightly to get it working (it might be because I'm using Bun?)....

@arthurfiorette Thanks for the quick update, but I still can't get it to work. If I only use `jsx` and `reactNamespace` in `tsconfig.json` from the README I get `Can't find...

It seems like the issue happens here: https://github.com/marklawlor/nativewind/blob/main/packages/react-native-css-interop/src/runtime/native/globals.ts#L123 `addChangeListener` gets called with the wrong color scheme when the app is sent to the background. This might happen because iOS [takes...

Tested with `4.0.29` and I'm not seeing the issue anymore. Thanks for the fix!

This started happening for us when we upgraded Tailwind from `v3.4.1` to `v3.4.3`. Could it be same for you? Our solution was to revert the upgrade for now.

I'm using the regular `tailwindcss-language-server` installed with Mason and it works correctly with the `className` property. What's your setup like? I've only had to add some [special settings](https://github.com/believer/dotfiles/blob/d75c84b4e5f95e77a2822cd0d055cf48e55317d3/nvim/lua/plugins/lsp.lua#L187) to get...

I wasn't too excited about the underscores either, but I didn't have a better idea at the time. Two other options could be: - `/,|(root)|(threshold)/` to match comma or one...

@1cg any thoughts on the updated parsing proposal above?