Dimitri Kulk
Dimitri Kulk
> The **rough** equivalent to `--dateafter today-3day --break-on-reject --lazy-playlist` would be `--break-match-filter "upload_date>20240426" --lazy-playlist`. This likely isn't what you want, but that's why `--break-on-reject` hasn't been _removed_, it has only...
There are 2 problems with the latest tests: 1. `phantomjs` (not gem) is not installed on the testing machine. 2. Two failing specs ``` rspec ./spec/features/auto_reloads3_request_spec.rb:74 # auto reloads 3...
> @dima4p thanks! Will you have a look at the failing spec(s) as well? > > > ``` > > rspec ./spec/features/auto_reloads3_request_spec.rb:74 # auto reloads 3 WiceGrid should filter by...
ruby 2.6.3
> Hi Dima, I just tested your branch again, but 1 spec keeps failing while it does not on master (locally on my machine): > > ``` > Failures: >...
I close this PR, as I did not expect it to appear here.
What about +79128500002 ?
``` %dt TEST %dd %ul{data: {controller: 'sortable'}} %li one %li two %li three %li four %ul.l4{data: {controller: 'sortable'}} %li 4 one %li 4 two %li 4 three ``` The items...
> And I also had to set the font path variable when importing it: > > ``` > @use "font-awesome" with ( > $fa-font-path: "font-awesome" > ); > ``` Thank...
> There is no support for `.erb` with `dartsass-rails`. If your sass has any `.erb` dependency, you need to use `dartsass-sprockets` or `sassc-rails + sassc-embedded`, instead of `dartsass-rails`. With my...