Pedro López Mareque
Pedro López Mareque
Sorry for the multiple pull requests, I made a typo naming the branch.
Hi @simonw, first of all thanks so much! We have used this library at work and it was a life saver! I prepared a [PR](https://github.com/simonw/airtable-export/pull/23) with a minor change (right...
Thanks so much @colby-swandale, I would love to help with this but I can´t find the text in this repo. It looks like they came from a database. Let me...
Sorry for the late response. - I think that the first image error is not here as in the [RDoc](https://ruby-doc.org/3.2/String.html) is okay. I can see that this info comes from...
> /remove-lifecycle stale > > Ping @roycaihw @pmareke Hi! My comment was just a suggestion, please @roycaihw go ahead.
> Environment variables were not read by db setup command. > > ```shell > rails db:setup --trace > ** Invoke db:setup (first_time) > ** Invoke db:create (first_time) > ** Invoke...
> Don't know if this is helpful, but I fixed this by starting the PostgreSQL service with brew: > > ```shell > brew services start postgresql > ``` Thanks @SiboVG,...
The problem is fixed now with the PR, thanks!
I prefer to use the same approach as Rails 8 will do for the formatting ([here](https://github.com/rails/rails/issues/50456)). We can add a pre-commit hook and also a new step in the pipelines.
> But it's not a linter. Editorconfig is a way to tell your editor (or editor plugin) about expected file format conventions. For example that project uses 100 chars per...