Benoit Verret

Results 7 issues of Benoit Verret

Hi there, I'm trying to use this plugin with webpack to generate a `mix-manifest.json` file but I don't understand why the filename in the key doesn't match the real filename....

bug

I know you already support poetry and pipenv, but I would like to request the following feature to support [PDM](https://pdm.fming.dev/) to. Supporting official [PEP-621](https://www.python.org/dev/peps/pep-0621/) `pyproject.toml` and their extra. I've try...

Newly in Python 3.10 is the [Structural Pattern Matching](https://www.python.org/dev/peps/pep-0622/). ```python def make_point_3d(pt): match pt: case (x, y): return Point3d(x, y, 0) case (x, y, z): return Point3d(x, y, z) case...

For an unknow reason, if I clone this repo, and execute the following command without any change: ```sh > cd /compose > docker-compose -f mysql.yml up ``` I got the...

Hi, this is related to an issue I open on [serverless/serverless/issues/8076](https://github.com/serverless/serverless/issues/8076#issuecomment-675928899). It's seem that safeguards doesn't accept the Framework policy generate for the deployment bucker event if it did forbid...

bug
good first issue
help wanted

I remove `isort` rules in my ruff configuration to use `isort` directly since it broke my config. I use 2 line-length, `110` for `black` and `79` for `isort`. I found...

isort

Version 4.0.0, 4.0.1 and 4.0.2 seems to have broken build action and therefore, couldn't be installed from pypi. - https://github.com/jazzband/django-fsm-log/actions/runs/12669866525 The issue can be worked around be installing it directly...