Trevor

Results 2 issues of Trevor

**Describe the bug** When auto_gc is set to true, Nix garbage collection takes place during all invocations of the `fleek` command, since it is handled inside the root command. This...

Previously, building the rust binding would fail with the following error, since `scanner.c` was not included in the build: ``` /usr/bin/ld: undefined reference to `tree_sitter_typst_external_scanner_create' /usr/bin/ld: undefined reference to `tree_sitter_typst_external_scanner_destroy'...