Khionu Sybiern

Results 72 issues of Khionu Sybiern

I'm writing a Virtual Tabletop, and I'd like people to be able to drag assets directly into the window, but this requires [a specific event](https://docs.rs/winit/0.22.2/winit/event/enum.WindowEvent.html#variant.DroppedFile).

The README includes a quote from Stallman that is a bit off-putting. While I'm not one to discourage advocacy of issues, even in OSS projects, I think that, at minimum,...

Running on Windows 10 Pro 1903

When you don't know a bot's prefix, it should be able to respond to `@mention help`. While I found the way to set the prefix, it doesn't make setting it...

I would like to have the same functionality as in Discord.Py, where you can create a condition that is evaluated before the command arguments are parsed. This should be usable...

Discord has a pretty hard stance against selfbots and automating user accounts of any kind.

Atm, I don't see a way to start a Cog at runtime. I would like to be able to unload a cog, then load a replacement as needed. Main reasons...

Bots that do heavier tasks starting from a command may trigger typing to indicate they are processing the request. While I personally recommend using a "Please wait..." response that is...

Hi, in the Elixir Discord, there was discussion about trying to get an Elixir REPL running through a chat bot. Would you be against a chat bot proxying the REPL...

Go and Dart have had optimization passes on their FFI implementations. Rust has also gotten some compiler improvements that may impact this. A fresh update of the benchmark is due.