-
rustfmt seems to use visual style rather than block style when reformatting long closure argument lists:
```rust
let write_status = |status: &mut Vec,
diff: &Diff,
…
-
survey123-webpack currently depends on webpack v4, which pulls in several outdated dependencies and introduces a [high severity security vulnerability][1] through a downstream dependency on an old ver…
-
@Talinx There was a minor fix needed for a missing `fmemopen` (macOS < 10.13), but otherwise it works, apparently.
Two PNG-related tests fail on PowerPC – endianness not taken into account?
```
TE…
-
I am using this in my [vscode-yo](https://github.com/samverschueren/vscode-yo) plugin and noticed something strange. I upgraded some dotfiles of today and since then, the plugin wasn't showing any gen…
-
I am getting the following error after having tried to install `racer` via `cargo` (as explained in the README file of this project):
```
[~] > cargo install racer
Updating registry `https://…
-
When building with `CARGO_TERM_PROGRESS_WIDTH=100 CARGO_TERM_PROGRESS_WHEN=always cargo build`, with stdout/stderr directed somewhere other than a tty, cargo doesn't seem to clear to the end of the li…
-
- `nvim --version`:
```
NVIM v0.3.0
Build type: RelWithDebInfo
LuaJIT 2.0.5
Compilation: C:/msys64/mingw64/bin/gcc.exe -Wconversion -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -O2 -g -DM…
-
Hi,
I encountered the problem that a two word column with each beeing an ANSI color sequence got word wrapped in a column, but see the attached example:
![image](https://user-images.githubuserco…
-
Versions: terminado 0.8.1 and jupyter 1.0.0.
In radiasoft/jupyter.radiasoft.org#15 you'll see a screenshot of the issue. The terminal goes into underline mode when emacs starts, and stays in underl…
-
I see a potential improvement to ANSIStrings, where you can drop foreground colour changes for strings that are only whitespace.
I.E.
```
use ansi_term::Colour::Red;
use ansi_term::{ANSIString, ANSI…