Vincent Leduc

Results 8 issues of Vincent Leduc

php 7.4 is minimum required version of php with respect to Drupal 9.4 and drush 11.

Hello, quite the CSS novice here, but I believe PR https://github.com/jenil/bulmaswatch/pull/77 slightly broke several themes: Flatly, Darkly, and a few others. No apparent issue in the default theme, however. They...

Hi, a simple flex container with `align-items: flex-start;` fails to produce expected output. Similar to #1171, but a simpler case, as I am not using nested flex boxes. `test.html`: ```...

bug

## What happened? I was trying to understand why the `project_slug/static/css/project.css` file was never updated when I modified `project_slug/static/sass/project.scss` because of this comment in `project.css`: `/* These styles are generated...

bug

Add `remove_project_css` function to remove `static/css/project.css `in case a bundler is used. ## Description Proposing to remove `static/css/project.css` whenever Webpack or Gulp are used. Note: I've tested this with Webpack...

**Describe the bug** `pydicom.Dataset.__eq__` returns `False` if the values for keys on both sides of the comparison are 'nan' for DS VR. It could potentially affect other VRs, but I...

bug

This PR adds cleaning the media files from `tests/testapp/test-media` between each tox env run. It actually does so before each run (if a user wants to inspect the created files...

After cloning the repo, tests fail both on main and on v.0.16.0 because of left-over files in the test media storage. Django is renaming them to prevent conflicts with the...