Cass Fridkin
Cass Fridkin
Libuv works on the listed versions of node. - [13.9.0](https://github.com/nodejs/node/pull/31837#issue-376315365) [(commit)](https://github.com/nodejs/node/commit/464f4afa66) - [12.16.2](https://github.com/nodejs/node/pull/32313#issue-389596199) [(commit)](https://github.com/nodejs/node/commit/604ce0aa5a)
the output of `cargo audit` gives the following: Click to expand ```sh ❯ cargo audit Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 370 security advisories (from /Users/cass/.cargo/advisory-db) Updating crates.io index Scanning...
- [ ] inline create-cloudflare into wrangler - [ ] add tests - [ ] role reverse and have create-cloudflare delegate to wrangler - [ ] update messaging to signify...
### Describe the solution There are placeholder arguments like `{{name}}` used by cargo-generate in wrangler 1. It would be cool if these were supported in wrangler 2.
Blocked on #864 `wrangler dev` fails if HTTP/2 is unavailable, rather than falling back to HTTP/1. This causes problems in environments where HTTP/2 is unsupported, such as in StackBlitz.
It would be nice if I could check in `git-cm` along with my other dev dependencies instead of relying on a global install, kind of like how [Commitizen allows](http://commitizen.github.io/cz-cli/#optional-install-and-run-commitizen-locally). That...
This is a meta-issue for tracking progress on getting wrangler working in browser-based editor sandboxes such as [StackBlitz](https://stackblitz.com/), [CodeSandbox](https://codesandbox.io/), [GitHub Codespaces](https://github.com/features/codespaces), etc. - [x] #863 - [x] #862 - [...
Un-hide `generate` and remove the "deprecated" comment
Updating the `rust-toolchain` version also means updating dependencies to avoid [breakage](https://github.com/rust-lang/rust/pull/78802). We should avoid bumping the `rust-toolchain` version until dependencies are up to date.
fix(jsx types): make `QwikIntrinsicElements` extend `IntrinsicElements`, not `IntrinsicHtmlElements`
# What is it? - [ ] Feature / enhancement - [x] Bug - [ ] Docs / tests / types / typos # Description Previously, it was impossible to...