Ed Morley

Results 459 comments of Ed Morley

Just to add to @DEKHTIARJonathan's workaround -- is it necessary to also set `pin: False` (in `.pyup.yml`) for the requirements file used to populate `install_requires` to prevent the version ranges...

> Have you seen the prompt that opens up when adding a repo? This would probably be a good place to add a warning, what do you think? Yeah that...

Agreed that is undesirable. I was going to say how about using the PyPI API, eg: https://pypi.python.org/pypi/pytest-html/1.13.0/json -> `['info']['requires_dist'] = ["pytest-metadata", "pytest (>=2.3)"]` https://pypi.python.org/pypi/pytest-html/1.14.2/json -> `['info']['requires_dist'] = ["pytest (>=2.3)"]` However...

Hi! Do you have a rough idea of when the next release of httpx might be that includes this change? We use error on warnings in tests, and so currently...

@timkelty Hi! Hope you are well :-) Thank you for opening this issue, both for having something open to track webpack 5 support (beyond the PR that's stalled), and also...

This depends on webpack-chain adding support for webpack 5 first - help wanted: https://github.com/neutrinojs/webpack-chain/milestone/1

Whilst this is a breaking React change per se (breaking changes + new transform available), since: * Neutrino only specifies the version in peer deps + create-project * React 17...

Hi! Thank you for the PR. In order to move this forwards: 1. CI on this repo needs migrating away from Travis CI (since there are no credits left) -...

> Ported the CI changes from #1663. Thank you for looking at the CI changes. Could you move them to their own PR? I'm a fan of keeping PRs to...

@Nic128 Sorry for the delay - busy + I don't use this project any more. As mentioned in https://github.com/neutrinojs/neutrino/pull/1674#issuecomment-915110055 a pre-requesite for adding support for webpack 5 to Neutrino, is...