Diego Bernardes

Results 34 comments of Diego Bernardes

This would be a really nice test too, the first tests you built can test the raw network speed, while tests with massive ammount of clients can test the nonblocking-io...

@xekoukou im using libbsd-dev, but still give this error.

Also, it should not support relative/absolute import paths without a module defined.

Ok, so it's better follow caddy style. @SchumacherFM could multiple endpoints be made with multiple directives? Add a little of duplication, but, in the end, gonna work the same way.

Hi David, It's ok, I'll try to figure out how I can do this, maybe I can contribute to the project. I actually did something with OpenCV that uses V4L2...

Really nice! I'll try to do something for sure, thanks for this example. Just need to organize my self with all the side projects running at the same time 😅

With the new terms of usage of Docker, the support for Podman is something critical for the adoption of Earthly by companies. https://www.docker.com/blog/updating-product-subscriptions/

@andreiavrammsd do you need any help to finish this PR? `fastcache` is perfect for my use case, it's missing just the feature to iterate over all the entries.

@gsmcwhirter, yes, that solves 👍 The thing is, the `magefile.go` requirement to be at `package main` that is the problem. Why it can't work using only the build tags? I...

Don't know why I wrote multiple 😅, yep, it's nested namespaces. The implementation could be something like this: ```golang type Docker mg.Namespace type CI Docker func (CI) Build() error {...