Xavier Brown

Results 8 comments of Xavier Brown

Uninstall your current pycycle with `pip uninstall pycycle`, then try using `pip3 install pycycle`.

Fixed my problem by installing with go toolchain instead of Homebrew `go install -tags 'sqlite3' github.com/golang-migrate/migrate/v4/cmd/migrate@latest`

same here. im hanging on an older commit til then

> Outline implemented. Thank you so much! It looks great!

Any update on the PR @MeanSquaredError? Great work by the way.

Here's a workaround I've managed for now, inspired by https://gdscript.com/solutions/godot-behaviour-tree/ ```gdscript class_name Parallel extends Composite enum Policy { SEQUENCE, SELECTOR } @export var policy: Policy = Policy.SEQUENCE var finish_count :=...

> I also used EndeavourOS and experienced this problem. The issue seems to appear when attempting to select a path for anything. It persists even after switching my icon theme...