Roger Coll

Results 13 comments of Roger Coll

Thank you @pojntfx it seems it works. Nevertheless, I reckon that a `force` option should be implemented anyway.

Old issue but I was doing some tests on the `used` value and I not am sure if its formula is the most suitable, or if it should be relied...

Hi @haihongren , It seems that the go.mod needs to be updated, could you run `go mod tidy` and commit `go.mod` and `go.sum` changes? Thank you,

That's great! Tested in my environment and works as expected. Also, the code lgtm.

@bobrik Makes sense to me. Small PR that adds a comment #133

Make sense to me. Wdyt of https://github.com/algesten/ureq/pull/702?

It would be great to have the happy path transformation too (TryFrom). Which would be the best way to define the possible error? (E.g io::Error) Would it be possible to...

I am not sure if is related to the `.dockerignore` file not found, as that error log is also shown in a successful execution: ``` 2024/05/10 08:14:23 🐳 Creating container...

- Rename the Entity struct name to Dataset

Related to this issue, Trivy modules cannot be compiled with latest TinyGo(0.31.1) version: ```bash $ tinygo build -o spring4shell.wasm -scheduler=none -target=wasi --no-debug spring4shell.go # github.com/mailru/easyjson/buffer ../../../.go/pkg/mod/github.com/mailru/[email protected]/buffer/pool.go:171:14: undefined: net.Buffers ```