Results 34 issues of Marc Busqué

I don't know if it's possible or not. Currently, the most part of modern browsers (I think, except webkit) supports de CSS3 columns feature except for the `column-break-before` and alike...

As you know from previous issues and PR's, I'm trying to make rom a complete isolation layer from the column names used in the persistence layer (besides the configuration of...

feature
discussion

In the same vein that you can define virtual columns in a database, maybe it could be convenient to have something similar for rom attributes at the relation definition level....

feature
discussion

We already defined the `#each` method to delegate to the underlying data structure. We go all the way down to be able to use any Enumerable method. We also add...

i18n-tasks gem helps in managing translations. For now we don't use the tasks in our test pipeline. Added config and test for `api/` and `core/`. Taking over #4187 Closes #3978

We have not used this column since we removed all references to it in 2016. It was reverted on 039f3ce83834d38d00de1bf17c99987a76587b92 because of being backward incompatible. We re-add it now targeting...

Enhancement
Solidus Core
Hold

I'm not super-familiar with the logic around this issue, so maybe I'm missing something. However, if my understanding is correct, this is a proposal for an internal simplification. [`Spree::Stock::SimpleCoordinator#build_shipments`](https://github.com/solidusio/solidus/blob/2ea829645b00fcedd5bfd69e045bddab7f40beb9/core/app/models/spree/stock/simple_coordinator.rb#L50) is...

**Describe the bug** If you have a `belongs_to` association where the foreign key attribute has been aliased, the association is always loaded as `nil` even when the foreign key attribute...

bug
associations

Right now, [Gemfile](https://github.com/dry-rb/dry-web-roda/blob/master/Gemfile) is declaring all the dependencies that generated application has (which are also declared in [Gemfile template](https://github.com/dry-rb/dry-web-roda/blob/master/lib/dry/web/roda/templates/Gemfile)). Is this duplication really needed? `dry-web-roda` is just a skeleton generator,...

I'm writing an app which uses `selda`, but I'm managing the actual Sql schema with [`sqitch`](https://sqitch.org/). For this reason, I'm not using some `selda` functions like ` createTable` or `dropTable`....

enhancement