Jack Mordaunt

Results 19 issues of Jack Mordaunt

Context: I'm trying to use [web-view](https://github.com/Boscop/web-view) to render a [yew](https://github.com/yewstack/yew) frontend. Currently, on Windows, web-view uses `ie11` to render. Using `cargo web start --target=asmjs-unknown-emscripten` With a `Web.toml` like this: ```toml...

When running `cargo script` I get this warning: ```sh [cargo-make] INFO - Execute Command: "cargo" "script" "/var/folders/dm/hk5h5c8n0rg2cvsn67d0kjd00000gn/T/cargo-make/Yso0d56VD0.rs" Updating crates.io index Compiling Yso0d56VD0 v0.1.0 (/Users/jack/.cargo/script-cache/file-Yso0d56VD0-195512b2c76e7c26) warning: crate `Yso0d56VD0` should have a...

Using Soundcloud API for podcasts is hampered by the fact there's no way to speedup playback. A typical podcast app will give you 2x or 3x playback speed. To me,...

I'm using beep to play audio that I have already decoded into PCM s16le as a `[]byte`. AFAIK the beep API forces me to then wrap that slice in a...

Hello! :) It would be awesome to see some context about the project in the readme. Who is this for? What is the goal? Is this for learning or eventually...

Hi there, correct me if I'm wrong, but GetAllState wont actually 'copy' the state if it contains any reference types, thus you gain no immutability. ``` // GetAllState return a...

The go.mod file declares go 1.13 right now. [Module graph pruning](https://tip.golang.org/ref/mod#graph-pruning) was added in Go 1.17, meaning that other modules can import your module and only pick up the transitive...

It would nice to let notification text be selectable so that the user can copy plugin errors.

C-feature

The go.mod file declares go 1.16 right now. [Module graph pruning](https://tip.golang.org/ref/mod#graph-pruning) was added in Go 1.17, meaning that other modules can import your module and only pick up the transitive...

First, thanks for this package! There is a bug on Windows. [This line](https://github.com/zalando/go-keyring/blob/b0e756d4fd2ce0775d2482c891194fe34cacfbfa/keyring_windows.go#L21) converts a byte slice to a Go string. This is fine if the byte slice is utf8,...