Wilberto Morales
Wilberto Morales
Had the same issue too. Added a hacky way to keep track of the position via a file: https://github.com/wilbertom/python-mysql-replication/commit/3a3b38e11e300367dd812e3306f22317beef2d6d . Just leaving a breadcrumb in case someone needs some psudo...
Hey @wolkykim, I started learning C this month and wanted to make a server in it. I chose this library after googling because it was small. In theory I could...
@dantswain we had some conversations about an older version of Kafka so here are my two cents. In production environments in bigger companies, we sometimes don't control what versions of...
I also needed this for `FM` abbr. The python `faker.state_abbr` library returns territories by default. There are flags to exclude them but running my software in one of those territories...
I frequently have the same issue with SQLAlchemy models. ```python class Model(Base): ... created_at = Column(DateTime, default=datetime.utcnow) ... ``` I fix it like this: ```python def _now(): return datetime.utcnow() class...
@auvipy should be rebased. Looks good?
I'm forking here for python 3 only: https://github.com/wilbertom/bunch-py3
~~Issue while installing `ipython`~~ NVM, realized we need python3.
Go for it, I'll handle this issue.