Alexandre Barret

Results 44 issues of Alexandre Barret

I know the carousels are still experimental but I thought I would raise those issues as I find them when trying to use carousels. When setting up a carousel you...

I know the carousels are still experimental but I thought I would raise those issues as I find them when trying to use carousels. Having multiple carousels on the page...

bug

## Expected behavior and actual behavior Importing a file with the extension `.css.scss` does not work. Same goes with `.css.scss.erb`, `.scss.erb` and `.css.erb` However `.scss` alone works just fine. Any...

When we're using `retest --diff main` on a rake setup the command raises because we do not pass the correct argument type. When fixing this bug we need to add...

bug

Bundler decided to change the most used naming behaviour for Minitest files from `"test/**/*_test.rb"` to `"test/**/test_*.rb"` * https://github.com/rubygems/rubygems/releases/tag/bundler-v2.3.0 * https://github.com/rubygems/rubygems/pull/3893 Retest doesn't take into account this other format `"test/**/test_*.rb"` and...

bug
invalid

As pointed out in #124 The `.ruby-version` file might be redundant with the minimal version specified in the gemspec. Should developers be able to use any versions supported by the...

question

This is a POC meant to be a bit faster by not sleeping before asserting but reading output as it gets put and asserting it. A bit more complex than...

The EOL for 2.6 comes at the end of March. * We need to update retest gem to support 2.6+ * We need to update the feature repositories to Ruby...

Sometimes specs get run over and over when the changes are made faster than the spec run. We should * Queue a file when tests are already running. * Replace...

Feature