Tamir Duberstein

Results 362 comments of Tamir Duberstein

You should preserve the entire diff from #634 because the current code results in an infinite loop if it can't find the mysql client headers.

Why do you insist on keeping this cruft?

looks ok to me, but the commit history is a mess :(

Looks like #297 finished this.

> Closing in favour of #527 Closing for real.

There is now a bunch of docs, examples, and a cargo template at https://aya-rs.dev/.

Looks like #32 was meant to close this.

Hello, this has been open for 3 years. Now that python 3.11 has deprecated `datetime.utcnow()` this is sorely needed - it is not possible to get correct `datetime.now(datetime.timezone.utc)` behavior in...

I believe you'd start by adding mypy to CI, perhaps with quite permissive settings initially. Settings can be turned up gradually, and eventually you'd add a [py.typed](https://blog.whtsky.me/tech/2021/dont-forget-py.typed-for-your-typed-python-package/) file so consumers...

One way to do this is to invert the detection behavior and use a feature instead of a cfg. In other words have a feature that gets enabled on stable...