Results 69 issues of jgarvin

I looked but was unable to find any explaining around constructs like this: ``` trait Foo : Display + 'static { } ``` Or more commonly: ``` fn foo

Enhancement
Q for ourselves

I don't see any mention in the README, but would be sweet to have given the library's aspirations.

The front page of the docs say "Decode using the streaming API with minimal unsafe" but the example doesn't actually unsafe at all AFAICT. Maybe it used to?

The macro was working perfectly for me but I ran into a slight edge case. I am creating a large array where the expression that needs to be used to...

Color should only be used when the output is a tty and when the terminal supports color. rustc/cargo normally understand this, but when invoked through `cargo web build` I get...

In circumstances where a user knows they are not going to pop_back/front passed a particular item, but may otherwise be doing various pushes and pops, it would be nice to...

One of the big reasons to use sexp syntax is it makes defining macros easier, but I don't see any mention of them in the documentation. Do they exist? Is...

I'm an xmonad user, but just looking at the README I can't tell what about darktile makes it more suitable for tiling WMs or less suitable for non-tiling WMs. Are...

## Expected behavior Pressing '(' with text selected should wrap in parens ## Actual behavior Most of the time it works. Then the the problem described below will start happening,...

bug
unconfirmed
version:emacs:26
language:c

## Expected behavior `(sp-local-pair 'rust-mode "'" nil :actions :rem)` Should run but doesn't. This does work though: `(sp-pair "'" nil :actions :rem)` ## Actual behavior ``` Debugger entered--Lisp error: (wrong-type-argument...

enhancement
documentation