Matt Rossman

Results 73 comments of Matt Rossman

When I try running https://github.com/zerodytrash/TikTok-Chat-Reader with Bun the websocket connection fails ``` Error event triggered: Upgrade to websocket failed, Websocket connection failed, Error: Server responded with a non-101 status: 200...

Thank you for the suggestion. You're correct that within onRest, `result` contains and AnimationResult as expected. I'm specifically trying to use onChange here though, as I want to read intermediate...

`prettier-plugin-astro` supports Prettier v3 as of v0.11.0 https://github.com/withastro/prettier-plugin-astro/releases/tag/v0.11.0

@CodyJasonBennett That looks almost exactly like what I want! The only difference I see is the caching behavior. For example, in this case: ```jsx useLoader.preload(gltfLoader, [URL_A, URL_B]) function ComponentA() {...

> If component renders different content on server and client sides, it would result in React failing to hydrate content and throw an error. @cyberalien Couldn't this be solved with...

Good idea. I suppose solving the hydration problem is still necessary for folks who want to use it in Client Components and/or other frameworks with latest React. I believe `useId()`...

Perhaps it was a mistake in their example. On my end when using the latest Next.js with app router: 1. `@iconify/react` throws an error [linking here](https://nextjs.org/docs/messages/class-component-in-server-component) when I use the...

I wish there was a solution that wasn't quite so intrusive to use. Although it renders the desired SVG output, with Unplugin Icons I have to: * Inject a plugin...

This would be very helpful for our CI/CD pipeline on GitLab. We have followed the official guide ["Using GitLab CI/CD with Railway"](https://blog.railway.app/p/gitlab-ci-cd) which recommends using the `-d` option on `railway...

`railway up --ci` is short and sweet. I'm coming from the Node.js ecosystem which has [`npm ci`](https://docs.npmjs.com/cli/v8/commands/npm-ci) (technically "clean install" but doubles as "continuous integration" in practice) and [`jest --ci`](https://jestjs.io/docs/cli#--ci)...