Dorian Amouroux

Results 9 issues of Dorian Amouroux

Maybe JSON or Yaml would be better fit than TOML because they are way more popular amongst the community

It is required to add the authors and create a readme.rst even though I just want to install package. I think these information should be mandatory only if I want...

Maybe it can be a good idea to create command that we can run from Poet, like NPM. - `poet start` - `poet tests` - `poet run migrate_db`

Poet should be able to install a package by passing the name as a parameter. Poet install the module and also add to `poet.toml` the freshly install package with the...

When transitioning from old school `requirements.txt` & `pip install -r requirements` to poet, it can be a lot of work, especially if in the `requirements.txt` file, the version are not...

When I run `poet check` I get only one error. I fix it, re-run `poet check` and get another error completely unrelated. It would be very convenient to have all...

I'm currently updated `styled-components` of my project to the latest version (`"jest-styled-components": "^7.0.2"` & `"styled-components": "^5.1.1"`). Although the great majority of my tests pass, some of them have the following...

**Describe the problem you're proposing to solve** Thanks for building and maintaining this great package! I’ve been trying it for my project, and so far it has been working great....

enhancement

Hello, The latest version of Phoenix uses Plug with version 1.4 or above: https://github.com/phoenixframework/phoenix/blob/main/mix.exs#L73 This PR bumps the dependency of Plug to make sure this library is compatible with latest...