Alexandre Barret

Results 10 comments of Alexandre Barret

I can confirm that is how I ending up doing too: - A main stylesheet `site.css.scss` that imports everything - The other files imported are partials like `_partial_name.scss`

Thanks for reaching out @konovalov-nk . I'd say the main idea would be to make the `runners` feed from a newly introduced `queue` that gets populated or updated after a...

@picturepan2 yes exactly. When the carousel is on the top of a page every refresh will show that transition which seems weird (humble opinion). I tried to find a quick...

@NicoHood using a transition is an elegant workaround well done :+1: I think I probably ended up using the [slick library](https://kenwheeler.github.io/slick/). I got hooked by the promise > Slick -...

Hi @piotrmurach > I'd encourage you to open an issue where a discussion can follow on the best way to approach this problem. > The suggested change is not the...

I've been pointed out to this repository using Hanami 2 https://github.com/decafsucks/decafsucks Try retest with this setup and see whether it works. EDIT: 24/02/2024 I cannot get the app to run...

Here are other repositories to consider: * https://github.com/bkuhlmann/hemo * https://github.com/katafrakt/palaver

I've submitted a pull request to allow `=` characters with tty-option https://github.com/piotrmurach/tty-option/pull/13

A custom strategy by overriding `#association` could end up good enough. Associations are often the problem. If we could have `FactoryRunner` attr_reader on `:name`, `:overrides` and `:traits` that would be...

Maybe we need to look at the Gemfile instead of the Gemfile.lock