November

Results 15 issues of November

#### environment - vim: 8.2 - vim-airline: v0.11-352-gc01977d - OS: Arch Linux on WSL - Have you reproduced with a minimal vimrc: [yes](https://gist.github.com/ThatsNoMoon/31d42c7cd9bd91218a04f00d9801d414) (also below) - What is your airline...

[`PrettyFields::with_ansi`](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/fmt/format/struct.PrettyFields.html#method.with_ansi) is currently deprecated, but the documentation of [`Format::pretty`](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/fmt/format/struct.Format.html#method.pretty) directs the user to use it. It seems to me that this is deprecated because it is no longer necessary, so...

`wgpu_glyph` causes my application to crash with exit code `0xc000041d` on Windows 10, with no error or panic message, seemingly randomly while resizing the window. You can see an adaptation...

Because of platform limitations, TCD in particular needs the sent notification table to be pruned. This should periodically remove notifications older than a configured amount of time, and update those...

feature

Since the `/block` command is semantically operating on a user, it would make sense to create a [user command](https://discord.com/developers/docs/interactions/application-commands#user-commands) for blocking users.

feature

Slash command autocompletion may be able to be used for removal of various entries, like keywords or blocked users.

enhancement

Some errors, like those that occur when sending a notification about a keyword, are not reported to the configured webhook, despite others, like those that occur in commands, being reported...

bug

Tracing spans are getting dropped between when they're created and when they should be displayed in Jaeger's query interface. This causes obnoxious warnings: ![image](https://user-images.githubusercontent.com/25443950/168958018-da30edcf-afd9-4466-8dc7-ce66d0f320ee.png) Because parent spans can get dropped,...

bug

The text-based command system works alright, but it can get somewhat restrictive, and a GUI would probably be more intuitive.

feature

Consider using a capture group for positive matches, if the group isn't captured then the match is ignored. My main concern with this is ensuring that users can't exploit it...

feature