Results 36 issues of Carter Snook

Would it not be more ideal to have the `querySelectorAll` method return an `ElementList` instead of a `NodeList`? I think this because the `querySelector` method returns a single `Element`. You...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, all character and episode endpoints just return the `character`/`episode` json or an `array` of the `character`/`episodes` that match the...

enhancement

I was looking at some of the code for the JavaScript library, and I noticed that we were using Bezel for the building/testing. Is there a reason for this, considering...

Hello, I built an interpreter using the TypeScript type system. I dunno if this is too obscure but here's my repo https://github.com/sno2/bf You can pull it in here if you...

Hello, it would be amazing if we could view all computed error variants in the popup for the captured error. I do know that zig has some way to get...

feature

Basically, the current recipe for `identifier` is greedy and likes to take everything that it can and silently stop if it sees something it doesn't like (i.e. whitespace). However, I...

Looks like the `build.rs` is [failing on this `unwrap`](https://github.com/denoland/rusty_v8/blob/main/build.rs#L253) which is [called in this function](https://github.com/denoland/rusty_v8/blob/main/build.rs#L302). ```sh PS C:\projects\rust\web_notifs\plugin> cargo clean PS C:\projects\rust\web_notifs\plugin> cargo build Compiling proc-macro2 v1.0.27 Compiling unicode-xid v0.2.2...

All may not agree with this PR, but I think that we should utilize javascript's full potential and just destructure the `item` variable instead of repeating `item` within our code.

Hello, I am going to be using the PO.DAAC API for my Rust project and would like to also create my own bindings [crate](https://crates.io) for it. Would Nasa be interested...

| Node | Bytes Before | Bytes After | |----------|--------------|-------------| | E.String | 48 | 40 | | E.Local | 32 | 24 | **Hold on review please - going...

packages:bun