Luka Markušić
Luka Markušić
Alright, let's see what's next. Is that the only file that should appear in the `files` tab? Could you add more? Could you add a file (not folder) with a...
Great, thanks for narrowing it down! That's actually what I was aiming at with: - Do you have a .gitattributes file? - Is that the only file that should appear...
> @mark2185 any idea how I could produce a warning? I'd ask you the same question, actually. Do you by any chance know _how_ did that warning appear, i.e. what...
@Wulfheart could you check if the issue still occurs with the latest `master`? #2081 should have fixed it.
Could you try building the current `master` to see if it was fixed after `v0.34`?
Alright, someone will take a look. Thanks for reporting!
The `??` is inherent to `git`, it represents **untracked** files. You'll get the same if you run `git status --short`.
Just for that reason I have this: ``` customCommands: - key: 'U' command: 'git submodule update --init --recursive' context: 'files' description: 'Update submodules' stream: true ``` But you could have...
> doubly weird if it fails in macOS too as that uses clang But that's _apple_ clang, is it not? They need not be 1:1
@yehudamakarov could you try building the branch [fix/docker-context](https://github.com/mark2185/dive/tree/fix/docker-context) from source and test it out to see if it helps? Just running `go run main.go b2b32512c2cf` should work.