pickx

Results 17 comments of pickx
trafficstars

I didn't open this report, but I'm getting those messages. What can I do? Xcode 8.2.1 on 10.11.6

Temporary workaround: enable "Mirror Displays" in Display->Arrangement _before_ disabling the display.

For whatever reason, the manual installation for shell integration is unable to set the`HISTFILE`, so I just set it manually. Just put this in your `.zshrc`: `[[ "$TERM_PROGRAM" == "vscode"...

> I have the same issue. I type in `rs` + space but there is no change in the search bar. for the benefit of anyone who sees this: just...

@Beiri22 you can try defining a trait like ```rust trait AndThenEyre { fn and_then_eyre(self, op: F) -> Result where F: FnOnce(T) -> Result; } impl AndThenEyre for Result { fn...

> 4. On the sorting.. it's alphabetic. It could be forced with hacky names but.. eh, probably a useful vscode feature request because even with the search and filtering, I...

nice. I love that the location of the error ends up being the `bitsize` attribute, which shows the number, that's very cool.

> ???? now it's apparently a note seeing the same thing here. I guess the location does not end up being the attribute.strange that when consts are used in this...

from what I can see, this would first require adding `serde` support to `arbitrary-int`. are we looking for `Deserialize` support here as well? I think we can just deserialize to...

this seems to work from the very basic tests I did I asked around and if the bounds check of `try_into()` don't get removed (which they should if the compiler...