David Sancho
David Sancho
Can you describe which steps you did? What versions of tools are you using? It's very hard to help otherwise. Thanks
I didn't want to jump into this issue since I wanted to do first https://github.com/davesnx/styled-ppx/issues/433 and then see if this is actually a problem? Since If we just generate a...
For ppx usages, we could detect the ppx execution and flag those styles with unique ids. For style calls, via direct API should push those into a global one
Preferred solution would be to showcase both playgrounds: [sketch.sh](https://sketch.sh/) and [melange.re](https://melange.re/unstable/playground) as a page. and remove/deprecated the current playground/refmt.js
Once we fix this issue, totally!
Installing simple_httpd (from main) in Mac got the issue with `conf-linux-libc-dev` not being available on the OS, which makes sense, but it would be nice to install it correct ```...
Found `polly` relies on `conf-linux-libc-dev` since they are bindings for the Linux epoll system call. Any chance to use kqueue (https://github.com/anuragsoni/kqueue-ml) in Mac or another solution?
`let%client` and `let%server` can potentially collide with RSC ppx design thought. Personally, the `_only` suffix makes the intention clearer, so would rather keep `let%client_only` and `server_only`
We totally agree, but we might not add `let%client` for RSC. If we *can* align both, it would be massive, but I'm afraid that isn't the case. Current browser_only discards...
Worth sharing that there's a package called `server-only` that you import at the toplevel to enforce your bundler to not include those functions as server actions https://www.npmjs.com/package/server-only And causes those...