Kian Kasad
Kian Kasad
If the user changes their nick using the `/NICK` command, the `nick` variable never gets updated. But kirc uses this `nick` value to check if a message was a message...
**Describe the bug** When navigating to the *Flows*, *Stages*, or *Prompts* pages in the administrator interface, the page loads normally but the list of flows/stages/prompts takes a long time to...
# Describe the feature you'd like When editing in the Markdown editor, it is possible to select some text and press Ctrl+K to turn that into a Markdown link. The...
Under PulseAudio, the user-friendly name for each audio device was stored under its `device.description` property. Under PipeWire, `device.description` is the name of the sound card, not the source/sink. This results...
Allows one to simply run `make install` to install BMC. The Makefile will use `kpsewhich` to detect the correct destination directory, just like the instructions in the README document.
Just fixing a typo I noticed while reading the README.
Instead of using shell commands via `io.popen()` and `os.execute()`, this PR changes the code to open a handle to the standard output TTY, and write to it directly. This improves...
## Description Uses a less hacky and now officially-supported way of getting the debugpy DAP adapter path for nvim-dap-python. Since https://github.com/mfussenegger/nvim-dap-python/pull/184, nvim-dap-python can start the debugpy adapter using the `debugpy-adapter`...
While libssh2 supports all the functionality needed for agent forwarding, `example/ssh2_agent_forwarding.c` does not actually implement this. See https://github.com/libssh2/libssh2/issues/535#issuecomment-2337341551. This PR adds full agent forwarding functionality to the aforementioned example. The...
Makes some changes to compression policy handling: - Fixes #4571. - Changes extension lists to be hash sets instead of sorted slices. - This only changes the internal implementation, not...