Sergio Gil Pérez de la Manga

Results 9 issues of Sergio Gil Pérez de la Manga

I couldn't test it _for real_ because I don't have a working Travis environment but the generated script is correct and according to [this](https://docs.travis-ci.com/user/osx-ci-environment/) calling `brew` is possible. Note that...

enhancement
conflicts
lang-crystal

Once we merge #971, the build will be slower than now. This can be improved with some caching.

performance

(Followup to #3347 and #3349 and the discussions there) Sonic Pi depends already on pipewire on Linux (since https://github.com/sonic-pi-net/sonic-pi/pull/3349/files#diff-2ca3189a9188d736a9e846057be42fa4b7727274ac6e0152bc0320031f73ad7dR1178) so all this was already dead code.

Hi! I was trying to update this mode to work with Sonic Pi 4. I was having a bit of a hard time so, to make it simpler, I decided...

When running `shards` on an application that depends on `f/completion`, I get this error: ``` Updating https://github.com/f/completion.git git command failed: git log -n 1 4b30b526bed90f010ff9bad1f52df27dfe2a3bef () ``` `4b30b526bed90f010ff9bad1f52df27dfe2a3bef` is the...

Hi and thank you for all your work, I've been using Devise in all my projects since forever, but this is my first contribution. In most if not all projects,...

## The problem I have an app which prints some output only if the standard output is a TTY. I'd say it's a relative standard practice: ```ruby puts "Whatever" if...

### Motivation / Background In some cases/workflows, it may be useful to have credential files that don't match an environment name (`development`, `production`, `testing`). This is supported by all the...

railties

I was having problems generating a specific library but while investigating I found that actually everything fails with the same error, including running the repo's specs: ``` Don't know how...