Chris McEvoy
Chris McEvoy
+1 I just learned this the hard way... currently removing the heavy use of chaining from all my flow charts. PS - thanks for an otherwise brilliant extension!
Hitting the same problem after upgrading `django-lifecycle` from 1.0.0 to 1.2.4.
`python setup.py test` is not [how you run pyodbc unit tests](https://github.com/mkleehammer/pyodbc/wiki/Running-pydobc-project-unit-tests) as far as I can see. For instance, you would run the SQL Server tests with: `python sqlservertests.py `...
@sodul I've been looking into this over at https://github.com/chrisimcevoy/purepyodbc/ The code is very alpha and I've taken a different approach to pypyodbc. However, I have a small (but growing) pytest...
@fennewald @konstin This is resolved as of release 1.4.1
Hey Michael, Interesting ideas here, which you've obviously put a lot of thought into. We have discussed similar ideas internally before. So while we don't have anything like this on...
@ralph-mcteggart Your tests are (false positive) timing out because they're waiting for `"Fully Synchronised"` (with an "s") to appear in the command output [here](https://github.com/cloudsmith-io/cloudsmith-cli/blob/f905fd3dc150fd2c87f36c2adc67f3d334022aa4/cloudsmith_cli/cli/tests/commands/test_package_commands.py#L53-L61)
Hi Nick! Thanks for the great suggestion. I've passed this on to our product team for prioritisation. We'll let you know once we have a timeline.
Hi there. I've forwarded your request to the relevant folks at Cloudsmith HQ. Will update as we know more :)
Hi, I noticed a suspiciously long package name in the osv.dev data set, and it belongs to an openEuler record. https://osv.dev/vulnerability/OESA-2021-1474 There is a single item in the "affected" array,...