David Bushell

Results 8 issues of David Bushell

Implementing the **Quora Follow Button** in Socialite may be tricky. The normal embed code looks like this: ``` Follow David Bushell on Quora ``` This is awful (edit: that's a...

[JSR](https://jsr.io/) is a new package registry. It would be useful to have the Node and Deno packages (and WASM variants) published there if possible. Deno in particular does not allow...

The signal for browser support for a package is ternary; a yes/no/unknown toggle for the Firefox, Chrome, and Safari icons. I think more nuanced compatibility options are necessary. JavaScript API...

For issue #1 - this PR allows an optional `ReadableStream` input to the `parse` function instead of a URL. Current URL example: ```js const parser = parse('https://feed.syntax.fm/rss'); ``` Stream example:...

Bun is missing `TextDecoderStream` that is used from v0.5.0 onwards. https://github.com/oven-sh/bun/issues/5648 Temporary fix 1: use v0.4.0 for now. Temporary fix 2: add a polyfill based on [Node's implementation](https://github.com/nodejs/node/blob/main/lib/internal/webstreams/encoding.js). I don't...

The tc39 [Uint8Array to/from base64 and hex](https://github.com/tc39/proposal-arraybuffer-base64) proposal is stage 3. Support for this would significantly reduce boilerplate code. Examples: ```js let arr = new Uint8Array([72, 101, 108, 108, 111,...

feat
upstream

The `setNoDelay` method for [Deno.TcpConn](https://docs.deno.com/api/deno/~/Deno.TcpConn.setNoDelay) states: > TcpConn.setNoDelay(noDelay?: boolean): void > Enable/disable the use of Nagle's algorithm. This suggests calling `setNoDelay(true)` would **enable** the algorithm. `true` = enable, `false` =...

question
discussion

On the [new website blog index](https://dexie.org/blog) all the articles link to a 404 "This page could not be found" page https://github.com/user-attachments/assets/cc69e6bf-2da2-4192-83b5-6c0847e1e7fd