Andrew Banchich

Results 38 issues of Andrew Banchich

Specifying a pattern using a word character (e.g. `^[\w\-.~]+$`) causes invalid generated test inputs such as `ŏŏşNÇţā3MKÁŔßïõŜàĆXń²ńÖÞ`. Replacing the above RegEx with `^[A-Za-z0-9_\-.~]+$` fixes this issue, so I assume that...

I'm moving from `futures` to `futures-lite` but noticed this is missing [`StreamExt::for_each_concurrent`](https://rust-lang-nursery.github.io/futures-api-docs/0.3.0-alpha.14/futures/stream/trait.StreamExt.html#method.for_each_concurrent).

When using a local registry, I get: ``` ❯ cargo upgrade Error: Invalid cargo config ```

bug
cargo-upgrade

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [ ]...

bug

I rewrote [Shreddit in Rust](https://github.com/andrewbanchich/shreddit) since this repo has stopped being maintained a while ago. Contributions and new ideas for features are welcome.

### Problem you are trying to solve Running `cargo +nightly fmt` without nightly installed produces ``` error: toolchain 'nightly-x86_64-unknown-linux-gnu' is not installed ``` but doesn't suggest any ways to fix...

enhancement

i'm not sure why, but the styling for the linter UI does not seem to be showing for me anymore. i am on Atom 1.18 and Windows 7. ![capture](https://user-images.githubusercontent.com/13824577/28419821-40f30aec-6d2e-11e7-9b8b-9d99da6e0ada.PNG)

I see the latest version is 0.6.0, but [Docker Hub shows 0.3.0](https://hub.docker.com/r/synadia/nats-rest-config-proxy/tags?page=1&ordering=last_updated).

I noticed http://cobalt-org.github.io/ doesn't enforce HTTPS, which I would especially recommend since there are commands people will be copying and pasting.

bug

I'd like to use the `utils` module. Could you make it public please?

enhancement