William Tange

Results 12 issues of William Tange

### Summary I'm really confused about the `ImageData` struct. Is it meant to be read-only? An example from MDN ought to also be possible with WASM, right? ```javascript const imageData...

question

- The server will now generate a 1024-bit certificate and corresponding private key at startup which is used during the encryption handshake (the certificates public key is sent to the...

feature

### Basic info: - **Node.js version:** v15.0.1 - **jsdom version:** 16.4.0 ### Minimal reproduction case ```js const { JSDOM } = require('jsdom'); (async () => { const dom = await...

maybe fixed (add tests to confirm)
selectors

**Problem** `poll_tasks` of [virtual_dom.rs](https://github.com/DioxusLabs/dioxus/blob/a454f2c7ac239933bb4d5cd184c8a549190070f1/packages/core/src/virtual_dom.rs#L431C14-L431C24) is entering an infinite loop when wasm-bindgen `Closure`s are used. Initially discovered when I tried to propagate changes to a signal from a `wasm_bindgen::closure::Closure`. Specifically to...

**Problem** I tried to get fullstack to work with an axum backend, so naturally I tried running `packages/fullstack/examples/axum-auth/` on `main` as it was working fine on v0.4.3, but it wasn't...

bug
example
fullstack

I tried to get the demo to compile from the instructions in the README, but it seems to be failing regardless of what I do. Following the instructions, running: ```bash...

Given that this is a syntax highlighting plugin I don't see why it should enforce indentation size

Component names are derived from the type. I propose a way to specify a component name with any generic type. This would lessen pollution (Position and Velocity components can, for...

I also ran into #2285, and went ahead and had a look. Turns out #2381 fixed most of it, but I believe it needs a trailing `/` in order to...

**OS version:** Arch Linux (6.8.1-arch1-1) **Browser version:** 124.0.1 **Extension version:** Both 0.3.0 and 0.3.1 **Bridge version:** 0.3.0 **Description** I'm getting the dreaded "Bridge not found" error after installing from AUR...