Florian Hülsmann
Florian Hülsmann
I recently configured the CI runners to mount a persisted shared cache directory in all CI steps under `/drone/cache` (and set `$DRONE_CACHE`) so we could facilitate that for rust by...
Thanks for the info, will take a closer look at changelogs next time^^ I'd suggest we make it a split package then, similar to many plugin bundles in official repos...
@brummer10 thanks for the reminder! We're planning to rename the package ratatouille.lv2 to ratatouille. Hope that's ok with you given the upstream repo name is still Ratatouille.lv2 :)
@kyle-ssg I can't tell for sure what's causing the flags to be set to `{}` but the race works like this 1. `init()` is called async, performs some long-running tasks...
Thanks, good luck with the replication, race conditions are by nature hard to reproduce 💁
@kyle-ssg I won't be able to test this until Sep 24 but if for a sufficient number of test runs it sometimes failed before and passed after the fix, it...
I've figured out this comes from building with LTO enabled, i.e. `-flto=auto` in `LDFLAGS`, which is enabled by default on Arch Linux. It would still be great if we could...
Thanks, I added my use case to this discussion: https://github.com/vercel/next.js/discussions/77534
I do need this option for a project, would be great to see an implementation! Currently it works really inconsistently: - when unique text is entered and Enter is pressed...