David Calavera

Results 126 comments of David Calavera

Can any of the maintainers take a look at this change? Debugging deserialization problems into enums is basically impossible without it.

is anyone working on this @alecgrieser? is the problem something the community can help with? it's a little bit concerning that there have been so many releases without artifacts being...

I just did a quick test and adding this to my `repositories` in `build.gradle` allowed me to compile against the most recent version published there: ``` maven { url "https://ossartifacts.jfrog.io/artifactory/fdb-record-layer/"...

I opened a PR to address both: https://github.com/netlify/build-image/pull/521

We've been using it to publish https://api.edge-handlers.dev/ for a few months and it works fine. I have not checked community.

It looks like the install script has changed somehow and now it tries to install homebrew as if the buildbot user had sudo access: https://github.com/Homebrew/install/blob/master/install.sh#L15-L20 We should probably pin the...

This should fix the problem https://github.com/Homebrew/install/pull/366

I added that api in #134. I guess this can be closed, right?

Please, feel free to carry this code in any way. Unfortunately, I'm very busy with other "small" open source project to polish this how I'd like it.

You might be interested in checking how docker support fsnotify and polling at the same time. We have a compatible interface and a fallback initialization for when fsnotify is not...