Skyler Ross

Results 20 issues of Skyler Ross

This would allow buffers that are not `'static` to be safely used.

enhancement
dma

Hey! It's me again, this repo's favorite (not really, but I'll pretend I am) code remover, back with `FEAT_TERMINAL` today. Turns out, deleting code is very cathartic and relaxing. Hopefully...

Not sure how I ended up with 2 PRs for 2 things tonight, but I did

config: ```json "emmet.syntaxProfiles": { "html": { "filters": "html, e" }, "tsx": { "filters": "html" } } ``` (I have alternatively tried: `typescriptreact` for `tsx`) After applying these I'd expect `.foo`...

Steps to reproduce: 1. Open armok vision 2. While it is loading the xml files look at the slashes 3. The last two slashes are backslashes whereas all the other...

bug
minor

``` [2020-05-01T19:29:25Z ERROR actix_http::response] Internal Server Error: mismatched types; Rust type `alloc::string::String` (as SQL type TEXT) is not compatible with SQL type Caused by: mismatched types; Rust type `alloc::string::String` (as...

### Description In Java and Go, when you call `PrivateKey.fromMnemonic(mnemonic, "secret sauce")` with a legacy mnemonic it will _succeed_, but on JS it fails. However, if you call `mnemonic.toPrivateKey("secret sauce")`...

bug

https://github.com/ihrwein/backoff/blob/587e2da8fb2dcfc65ca544cb9249022c51f1406e/src/exponential.rs#L28 https://github.com/ihrwein/backoff/blob/587e2da8fb2dcfc65ca544cb9249022c51f1406e/src/exponential.rs#L211 `ExponentialBackfff` -> `ExponentialBackoff` I might be able to make a PR for this at some point, but I've been busy, so, here's this just to document the typos

For someone new to the ecosystem it might be hard to tell how to *use* a... For example, `sha3::Keccak256` (https://docs.rs/sha3/latest/sha3/type.Keccak256.html), it's just a type alias with no real info about...

If re-adding the `_ => unreachable!()` is desired, let me know. I can't think of any benefit to it so I removed it. ## Type of change - Bug fix...