Rua
Rua
When headings are parsed, as far as I know, the wiki software requires that nothing except whitespace be on the line following the heading. So ``` ==head== ``` Will be...
Currently, these two values are automatically reassigned whenever the opening tags are assigned. Assigning a value to wiki_markup will override closing_tag, and likewise for regular tags. This is bad behaviour,...
Let's say you have this code parsed: ``` {{list|item1|item2|item3}} ``` If you want to insert an item in the middle of the list, all the parameters keep their old names....
I have an old project file created in LMMS 1.2.2, which has a track whose instrument is a Carla rack with a loaded VST. If I load this project in...
Since these two types both fulfill similar goals, it would be useful to have some advice on which to use when. Specifically, in the situation where the sender and receiver...
I'm looking at using Gluon to implement a command-line-like utility, much like Gluon's own REPL. However, I would like certain custom-defined items to be automatically in scope, so that they...
When unchecking bookmark tags, they disappear from the bookmarks list, but they stay visible above the panadapter. It would be nice if they were hidden from the panadapter too. That...
### Steps to Reproduce 1. Have automatic login enabled in the OS 2. Open a project that's on Github 3. Get prompted to unlock the keyring 4. Click cancel and...
I downloaded the pre-built shaderc library package for Linux, and unpacked it in `/usr/lib`. This is one of the locations where shaderc-rs will search for libraries according to the readme,...
On Discord, a wish was expressed for the ability to create Vulkano types from raw Vulkan object handles (whose types are defined by Ash). Although there are many object types...