-
**What do you want to see?**
The ability (ha!) to add scripts to abilities that run at certain points in time on all objects that have that ability, e.g. every turn.
**How would it help players?**…
-
For scripting, having easily availably lists would be very handy. For instance $mountpoint/.alltags to show the same info as _tmsu tags_ And possibly $mountpoint/.alltagsandvalues for a list of all ta…
-
While it's true that beets can be extended with modules and plugins, sometimes it's hard to match the flexibility and ease offered by reasonably predictable output and a shell script. This was kicked …
-
Latest scriptable update fixed issues with widgets being completely white but now with nhl myteam
![IMG_4142](https://github.com/user-attachments/assets/fc8b4efc-d16d-412d-aed5-d902ff7cf828)
It lo…
-
Just finished writing my heart out so this is probably going to be a meh idea.
What this would do is allow the user to use a tool-gun that can have a starfall script uploaded to it.
It would be a st…
-
I register a function that operates on a function pointer
```rs
let mut engine = Engine::new();
engine.register_fn("name_of_function", |x: &mut FnPtr| {
println!("name of function: {:?}", …
-
User can press a key, say `r` and VolView activates the Rectangle tool. Implement for all tools in ToolBar. Keys should be configurable.
Try to follow HistomicsUI.
> o, r, i, c, p, l, b: Switch …
-
I am getting this issue when I run the code in the scriptable app, how to fix?
![image](https://github.com/mystery123sk/Notion-Book-Quote-Management/assets/99650362/c863d0c9-a9b4-41d0-9d5a-723bc59c…
-
I would like to run curv with an offscreen rendering target (like `-o png`) so that it works with all curv programs. For instance:
```
curv -o png -O aa=4 curv/examples/mandelbrot.curv
```
yie…
-
While our generic HackyAI seems to work quite well, it turns out the variables to control it via YAML may not be enough especially for mods that go into different directions. It is also not really pos…