rrrnld

Results 84 comments of rrrnld

Thanks for the quick reply! I tried aliasing `react` and `react-dom` to `@preact/compat` like so, but that didn't change anything: Click to view diff ``` diff diff --git a/package-lock.json b/package-lock.json...

This is the output of running `npm run vite build` in the respository linked above. I can at least find references to `Symbol.for("react.element")`, but I don't really know what to...

OK, I figured out how to view the code (for future reference: Run `vitest --ui`, navigate to the test you're interested in, click on the "module graph" tab and click...

I would love to see this too, is there any progress on this?

I have created a test suite to get a better visual impression what my PR does, in addition to the tests running on the command line. You can find a...

I think I have a similar issue with this device: ```ShellSession $ lsusb Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 003: ID 8087:0a2b...

I think an interface that works well on mobile would be really nice. The way I imagine using airsonic (listening to my own music in my browser / on my...

> This is what continues to confuse me! Your role/user's access control directly determines what columns are available in a table through the API. So if you generate a "global...

Thank you for the quick response! This tool has already been quite helpful to me as is. I'm using Cypher-migrations personally, and providing a `$migration-name.down.cypher` next to the original migration...

It's java 11 at the moment, but I control the environments so I'm free to update whenever it makes sense.