stib
stib
This wasn't listed as a callback but it works, unlike {enterKeySignalsOnChange: true} in the creation properties
To reproduce: Install addon, tick the **enable** checkbox. Boom, Blender goes away. Blender 4.1.1, Arch Linux / Gnome / X11 Here's the crash report: # Blender 4.1.1, Commit date: 2024-04-15...
Just built on Arch and I was getting error messages about a missing icon file. djvIconCloseSmall.png was missing from the djv/etc/Icons/144DPI folder. Manually copying a replacement into the folder fixed...
When you create a rule by clicking on the **+ Add a rule for this page** button, rather than defaulting to Rule1, Rule2, etc., it would be much better if...
### Describe the bug I ran the diagnosis tool, and got an error regarding my DNS records. The error was for missing TXT and MX records like this: ``` Type:...
Changed American spellings for English speakers in Australia, NZ, and Great Britain, and probably a few other places. Time to get off Github, guys. Move to Codeberg or something, kinda...
I was trying to use the rofi-copyq script, but it really involved jumping theough a bunch of hoops on Arch, then I saw this in the comments, and it just...
greenclip is a rofi-compatible clipboard manager. It doesn't take piped inputs, so for example ```qalc 12+3|greenclip print``` will not work, but ``` greenclip print "$(qalc 12+3)" ``` will. In my...
If I try to change the default colours, it doesn't recognise the named 16 colour palette. My settings.toml file ``` [tui.palette] status_list_account = ['red'] status_list_selected = ['gray,bold', 'red'] ``` When...
Setting the colours like: ``` [commands.tui] colors = 256 [tui.palette] status_list_account = ["#532"] status_list_timestamp = ["#542"] status_list_selected = ["#aaa", "#532"] ``` Doesn't seem to work. I get a crash, with...