Ryan Barth

Results 7 issues of Ryan Barth

It would be great to support the file embedding syntax from httpie. From the httpie docs: ``` '@' Form file fields (only with --form or --multipart): cv@~/Documents/CV.pdf cv@'~/Documents/CV.pdf;type=application/pdf' '=@' A...

**Is your feature request related to a problem? Please describe.** Vim's default completion menu behavior is frustrating. When the completion menu appears the most relevant suggestion is placed at the...

I was wondering if you would be open to converting this program to a [kubectl plugin](https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/)? With the addition of a tiny shell script you can use `kubernetes-secret-decode` as a...

enhancement
help wanted

Prevents an error when rendering events with null locations and descriptions. This error is common with google calendar ICS links when they are set to show free / busy instead...

Developer docs generation is broken on the main branch. ``` $ cargo doc error[E0277]: the trait bound `[T; N]: Array` is not satisfied --> /home/ryan/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.11.1/src/lib.rs:688:25 | 688 | impl SmallVecData...

bug
docs generation

I was working on implementing a web service and encountered a reproducible stack overflow. ``` $ roc check thread '' has overflowed its stack fatal runtime error: stack overflow zsh:...

Outcome: ``` ~/src/roc-lang/roc/examples/nodejs-interop/wasm main !3 ?2 ❯ RUST_BACKTRACE=1 ~/src/roc-lang/roc/target/debug/roc build --target=wasm32 --no-link --optimize main.roc 0 errors and 0 warnings found in 125 ms while successfully building: main.wasm ~/src/roc-lang/roc/examples/nodejs-interop/wasm main !4...