Jan Wytze Zuidema

Results 10 comments of Jan Wytze Zuidema

Are there any ideas to get this implemented soon?

@so-b1 did you manage to build `tpm2-tss` on Mac OS? I need it to use the `makecredential` functionality for remote attestation. I'm having the same error.

I'm not sure if it is the same issue, but I'm getting the following message (every 30s) on most files: ``` 2023-10-16 06:30:56,491 - clearml.Task - INFO - Waiting for...

@jkhenning Yes it is a self-hosted server. I use `clearml==1.12.2`.

I think I'm currently running in the same problem when using golangci-lint in Gitlab merge result pipielines. This is my CI stage: ```yaml lint: image: golangci/golangci-lint:latest-alpine script: - git fetch...

@mering Hmm, but `git diff` does detect the difference, so how can it than be unusable? `golangci-lint` should check the difference between the current HEAD, and the provided rev. In...

@mering Sorry I was also talking about `golangci-lint`. I don't get why both `diff` and `revgrep` work, but `golangci-lint`, that uses `revgrep` internally, does not work. --- The hardest part...

@PiotrZakrzewski-instruqt I noticed a lot in differences with my local `golangci-lint` installation, which seems to work perfect. And running the Docker image (`v1.55.2`, both normal and alpine), which behaves very...

@mering Yes I did, your example gives the same results on my local installation and in Docker. I've also debugged through the source code with your example, but making a...

Thanks for the response! I can right now solve it by using a count instead