Agustin Bacigalup

Results 10 comments of Agustin Bacigalup

https://github.com/public-apis/public-apis/pull/1465

Hey! yeah, that would be nice, I'll take a look @iainelder currently it saves to `~/.local/bin`, but it can be overriden by setting the `GH_BINPATH` env. Might also think about...

Meanwhile, you could give a try to [binenv](https://github.com/devops-works/binenv), looks promising and more complete. It knows how to install a lot of popular projects, and I guess you can extend the...

Bumping this old thread. The problem is that if storing the full path, full resolution images get loaded in the admin as thumbnails, that's crazy... Still, we're not able to...

Ok, I've done the following if you are in the same situation: 1. set `output_filename_only: false` 2. add a default transformation at top level ``` media_library: name: cloudinary config: cloud_name:...

Not sure if this happens to you, but it's like the extension key bindings are not language specific to *.tidal files, but all instead. If I'm editing a Python file,...

I've been testing it and it is super fast. In suspend mode Fly makes a snapshot of the app and stops it after not receiving requests for ~5/10m. When a...

hey thanks! I'll test first and merge

sorry for the delay, let's test and merge. we might also include a simple integration test and a github action to test in a matrix all archs if possible just...

hi! just added a simple test workflow, had to add one in main branch, and rebased with master to let it run here. you'll need to reset --hard your branch