Kevin Butler

Results 7 issues of Kevin Butler

I'm not sure what GitHub allows in titles which would mess with the terminal, but it's probably worth being cautious [here](https://github.com/Xion/cargo-contribute/blob/master/src/issues/model.rs#L40).

`pub fn keypair(seed: &[u8]) -> ([u8; 64], [u8; 32])` => `pub fn keypair(seed: &[u8]) -> (Secret, Public)` `let foo = keypair(..); .. foo.0 ..` can be non obvious for readers.

Hey :) This is a rebase of https://github.com/benashford/rs-es/pull/111 without the stuff related to `inner_hits` which seemed to be stalling the PR. I've also taken minor steps to avoid having a...

`cargo +nightly install clippy && cargo +nightly clippy` ``` error: internal compiler error: librustc/ty/context.rs:503: node_id_to_type: no type for node `expr 10 (id=678)` thread 'rustc' panicked at 'Box', librustc_errors/lib.rs:542:9 note: Run...

cc https://github.com/typestack/typedi/issues/51 ## Description The documentation for setting up transient services was incorrect and references a `scope` property which isn't accepted by the Typescript compiler. ## Checklist - [x] the...

I'm pretty sure I'm debugging this poorly, but according to `about:memory` this extension's background page seems to have almost 3GB of memory allocated for icons or images? (going by [this...