Jeff Widman

Results 99 issues of Jeff Widman

We've got `NewSet(vals...T)` for creating a set from multiple values. But today I found myself wanting to add a slice of objects to an existing set... today I have to...

I can't figure out how to call `db.create_all()` without triggering intermediate commits after each table is created: http://stackoverflow.com/questions/34410091/flask-sqlalchemy-how-can-i-call-db-create-all-and-db-drop-all-without-trigg Pretty sure vanilla SQLAlchemy doesn't have them in `db.metadata.create_all`. I'm not sure...

Please add support for pluggable partition assignment algorithms for the consumers. I was in a design review today where we will need this for a handful of upcoming services. This...

enhancement

I'd like to add a kafka consumer lag input plugin to `telegraf`, and for that I need a Golang client that supports the [`ListConsumerGroupOffsets`](https://kafka.apache.org/20/javadoc/org/apache/kafka/clients/admin/AdminClient.html#listConsumerGroupOffsets-java.lang.String-org.apache.kafka.clients.admin.ListConsumerGroupOffsetsOptions-) call. But as best I can...

enhancement

http://docs.ansible.com/ansible/postgresql_privs_module.html It'd be more expressive/convenient to use this rather than the `postgresql_user` module for managing user privileges: https://github.com/ANXS/postgresql/blob/master/tasks/users_privileges.yml#L4 It's an Ansible core module, so should be supported by them.

enhancement
needs research

Currently, the way the role vars are setup, you create separate users (roles) and then grant/revoke permissions for individual user/database combos. The permissions should get reworked so they support the...

stale

Some of my API's let people create new objects, and some of the fields are optional foreign keys. Currently when a foreign key gets passed in, I have some custom...

Anyone reading the readme is likely using go modules. Plus the last three versions of go are supported, which means `1.15` is the oldest supported version, so 99% of users...

I'd like to start a conversation around deprecating and eventually removing the Fuzzy Attributes that are already supported by Faker: http://factoryboy.readthedocs.org/en/latest/fuzzy.html Reasoning: I'd prefer to limit the scope of FactoryBoy...

DesignDecision

We hit a production issue with a stuck `pykafka`-based consumer that I tracked down to a single message that was larger than the consumer's `fetch_message_max_bytes`, but smaller than the broker's...

enhancement