mnml_

Results 14 issues of mnml_

I followed the script but had to `make install` once in the end in order to install SPX web UI to: /usr/share/misc/php-spx/assets/web-ui

(i hope) this fixes https://github.com/ulyssa/iamb/issues/379 ...

according to the [docs](https://iamb.chat/commands.html?highlight=topic%20show#iamb-commands) i should be able to show the current topic using `:room topic show`, but when i try i just get "Failed command: Invalid argument". skimming [commands.rs](https://github.com/ulyssa/iamb/blob/main/src/commands.rs#L471)...

I can only jump to definitions and find symbols in open files, clangd doesn't seem to be interested to (background)index anything. I found that the --background-index arg is supposed to...