SuperCuber

Results 23 issues of SuperCuber

- [x] I have fzf 0.23.0 or above - [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md - [x] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md - [x] I have read through the manual...

## Reproduction - Deploy with symlink `a -> b`. - Remove the file `a` - Run an undeploy ### Expected behavior `b` should be deleted ### Actual behavior ``` [ERROR]...

bug
priority:low

## Description In `--dry-run`, if a template is supposed to be deleted and then created again with another target, it reports that as a cache corruption because it didn't actually...

bug
priority:low

## Why does polybar need this feature? I think this would be useful for users with 2 or more monitors. For example, I had the idea to add a differently...

feature
help wanted

OS: Windows 10 GPU: GTX1060 Code: ```rust use nannou::prelude::*; struct Model; fn main() { nannou::app(model).event(event).simple_window(view).run(); } fn model(app: &App) -> Model { app.set_loop_mode(LoopMode::rate_fps(2.0)); Model } fn event(_app: &App, _model: &mut...

I'm running my bot from an alpine docker image, and when I run the line ```rust let handler = manager.join(guild_id, channel_id).await.0; ``` The container crashes and I get this output:...

Following the docs, I got this far: ```rust let child = Command::new("ffmpeg") .args(...) .args(&["-f", "opus", "-"]) .output().unwrap(); let reader = Reader::Vec(Cursor::new(child.stdout)); let track = call.play_only_source(Input::new( true, reader, Codec::Opus(OpusDecoderState::new().unwrap()), songbird::input::Container::Dca {...

question

Say I want to make a parser for a markdown file but it's able to contain tags/annotations like `@foo(bar)`. I want to color the contents of `bar` but only if...

feature

### Description Let's say I have a function that is defined in a library. If I "go to definition" on it, I as expected see the definition of that function...

bug

I'd expect `build --release` to apply all optimisations, and one of them would be file size. I tried two programs, a trivial "hello rust" and a trivial "hello panic". Both...

A-configuration
Command-build
C-feature-request
T-cargo
proposed-final-comment-period
disposition-merge
S-needs-team-input