Can Rau

Results 227 comments of Can Rau

I'm in the same boat, was missing Vite, or at least more configurability with Remix and React alternatives. vite-plugin-ssr is definitely amazing though also missing some of Remix's simplicity 😇

Tried the same yesterday and got "invalid URL" it's a pity 🥺

Would also love to get CouchDB going using IPv6 to be able to deploy a cluster on [Fly.io](https://fly.io/)

Trying that I get ``` {conn_failed,{error,nxdomain}} ``` when using `a899cafd.vm.crcouchdb1.internal` as remote host, this is [fly's private networking](https://fly.io/docs/reference/private-networking/#fly-internal-addresses) and `::` as bind address. I'm also trying to debug with the...

Sorry I don't know as I'm not working on this anymore, so at least for me it's not and could be closed.

[react-head](https://github.com/tizmagik/react-head) might be an interesting alternative, haven't tried it myself, yet, but it uses React Portals and says it's SSR ready. [Medium article](https://jeremygayed.com/making-head-tag-management-thread-safe-with-react-head-323654170b45) Still didn't had the time to test...

@dandv no reference at hand, yet I believe it's actually the opposite and by semantic they mean more HTML like.

same here, token provided by `-t` flag

Even after `ALTER USER postgres SET search_path TO "$user", public, auth` I get the same error How do I revert the `ALTER USER ..` statement? I'm trying to use it...

would love this too :D and as a side note, I tried to [vueify](https://www.vuejs.org) it but couldn't get require.resolve to work so far because I'm using webpack and it's returning...