Jeff Widman

Results 99 issues of Jeff Widman

This is a feature request to allow limiting the scope of read-only organization tokens to specific packages. In :dependabot: , we have a public unit test that checks that Dependabot...

https://github.com/FactoryBoy/factory_boy/blob/edb6c2ee76c842ab9d6c5435ef1e63527c877507/examples/django_demo/generic_foreignkey/tests.py#L19 results in Pylance complaining: ``` Cannot access member "tag" for type "TaggedUserFactory" Member "tag" is unknown ``` Similarly: https://github.com/FactoryBoy/factory_boy/blob/edb6c2ee76c842ab9d6c5435ef1e63527c877507/examples/django_demo/generic_foreignkey/tests.py#L22 results in Pylance complaining: ``` Argument of type "SubFactory" cannot...

In https://github.com/python-zk/kazoo/pull/652, @StephenSorriaux very nicely fixed up our CI checks. However, our current PR's aren't required to pass CI before being merged: 1. We should change this so they have...

Enhancement

We should look into migrating our publishing workflow to this: https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/

Enhancement

A heads up from the core team: This repo isn't abandoned, or at least making it easier to run Dependabot as a standalone script/CI action isn't abandoned, despite the lack...

See https://github.com/dependabot/dependabot-core/pull/4820#issuecomment-1072597691 and follow-on comments. Filing an issue here so we don't lose track...

Over in https://github.com/dependabot/dependabot-core/issues/5453 a user reported a parsing difficulty with the following example YAML file: ``` env: DISPLAY: :99 ``` So I tried parsing it: ```ruby irb(main):002:0> s = Psych.safe_load('env:\n...

I don't think this is worth including anymore? Most of the Python ecosystem has moved to modern package installation tools like `pip`, `poetry`, etc...

The builds on RTD are currently broken: https://readthedocs.org/projects/kafka-python/

I have multiple single-site installs on a single server. All use the same memcache server. I want to make sure each site uses distinct keys to avoid collisions. From [the...