Craig de Stigter

Results 70 comments of Craig de Stigter
trafficstars

this is mostly a dupe of #641 but this one's better informed so I'll close that one instead

there's an import bug: * [ ] we need to preserve classifications with flags from PDRF

another idea: write the basic `kart` entrypoint in go, and delegate most commands to python (just execvp the existing python entrypoint I guess). Commands that just execvp to `git` can...

Currently the only eay to add a dataset is by using the `kart import` command. Creating a dataset directly in the working copy doesn't work - kart doesn't start tracking...

I think perhaps this ticket description could be clearer about what is required here. I think there are two ways we could solve this issue: 1. Make `diff` command show...

> The new issue - "listing untrackable tables using `kart add-dataset --list-untracked` command seems less complex than this issue, so should I create a new enhancement request issue and take...

I know the ticket's about progress indication, but if we could speed it up significantly we might not need progress? part of the slowness might be that the geometries we...

see that^ commit; our dependencies are likely to start depending on `importlib_resources`, and that is going to need pyinstaller 4.8 (not yet released)

Seems like the best option is to stop forwarding unknown arguments to `git log`, and instead parse the whole command line (with a subset of the options git supports), and...

Thanks for the issue. If this is blocking you doing unrelated work on Kart I can suggest using the legacy makefile build; it's more resilient to different environments at the...