Meptl
Meptl
One option is a custom history backend. It's hacky though and would break if the current backend moves around. I haven't used this code since last year so I'm not...
> I don't know the xonsh code at all. Me neither! Fortunately there was https://xon.sh/tutorial_history_backend.html available. > Are there events in history processing where some code could be attached to?...
I'm able to compile with the following patch (on gd3 e5d9b18) and Godot 3.5-stable (991bb6ac74). ``` diff --git a/core/types/templates/priority_queue.h b/core/types/templates/priority_queue.h index ecc779f..60a8db7 100644 --- a/core/types/templates/priority_queue.h +++ b/core/types/templates/priority_queue.h @@ -12,7 +12,7...
Filed https://github.com/goostengine/goost/pull/196 That PR builds with 3.x but not 3.5-stable. A bit larger than the patch I posted because our CICD compiles with `werror=1 warnings=all`
Building/running from one of the older commits is a workaround: `nix run 'github:polygon/audio.nix?ref=v1.1.0'#neuralnote` This isn't the last working commit just the one I first tested.