Results 51 comments of Jono M

Just to note that this affects server responses and bun:sqlite as well (I assume for the same reason). For example: ```ts import { Database } from "bun:sqlite" const db =...

Maybe related, something else I discovered investigating #1184 Calling toString with `binary`/`latin1` returns wildly different results than Node: In Node: ```ts Buffer.from('{"alg":"RS256","typ":"JWT"}', 'latin1').toString('latin1') // '{"alg":"RS256","typ":"JWT"}' ``` In Bun: ```ts Buffer.from('{"alg":"RS256","typ":"JWT"}',...

Hi, I'm also working on making this accessible - the main change I've made so far is adding aria-activedescendant to the search input and that seems to improve things a...

I've got a PR (which may not be completely working yet) open for #3735 and another couple of fixes which I'm trying to find time to test and submit. Not...

Not sure why the Chromatic checks aren't showing up here (there are pending changes to the storybook in this PR). And I can't link the repo on Chromatic for some...

There seems to be a catch-22 here, where * You can't add SSL certificates to the `data` directory before creating the service, because if the data directory exists you get...

After looking at how this plugin works I finally managed to get SSL working with some awful hacks, so let me explain that first for reference: 1. Patch the plugin,...

Personally I was trying to set it up for external access (running database-ish things on a separate server so we could easily scale and swap out the app servers). Although...

The ones which are nowhere near full-width (e.g. links, collaborators) are low-res in the repo (~1000px wide instead of ~2000px) so it won't look good if we just maximize the...

@tsahil01 The images should all be large enough now if you're interested in opening another PR!