ikai104
ikai104
Not sure the same things, but `zellij`'s session freezes completely when I'm running `cargo install xh --version 0.15.0` in halfway. After a while `cargo install` completed and successful but zellij...
@raphCode Sorry for late. I'm already try to build a lot of things to run out all CPUs for a while in newest zellij (`0.29.1`) and not found any frozen...
I have a workaround. Try to write following code in your `migrations/*.sql`: ```sql -- remove the original TRANSACTION COMMIT TRANSACTION; -- tweak config PRAGMA foreign_keys=OFF; -- start your own TRANSACTION...