Stephane Odul

Results 140 comments of Stephane Odul

This twosigma link is broken for me. Is that a private cache at your company? I'm not an expert with python packaging and releasing on pypi, my first time was...

@eltoder before we plan this work. I took a look at this document that covers sdist vs wheels, and I'm not sure that it would be a big difference in...

Thanks for benchmarking, shaving several seconds and not just a few milliseconds is worth it, especially when a bunch of other things will be installed. We will have to build...

Yes, `go get -u` works but is not very transparent. I do recommend that you use semantic versioning which provides some additional information that the new versions should be compatible...

I just tested with Python 3.13.0rc2 and immutables==0.20. I can confirm that the issue is still present.

It does not seem to help. We are going to use `# type: ignore` for now: ``` rules: list[LifecycleRuleTypeDef] rules = client.get_bucket_lifecycle_configuration( # type: ignore[assignment] Bucket='bucket_name' )['Rules'] ``` Not in...

@erik-bershel We tried to rollback the ATL re-install logic a few minutes ago and unfortunately we are getting the `fatal error C1083: Cannot open include file: 'atlbase.h': No such file...

@erik-bershel where should we send a report? I'm happy to send one but I'm not sure which developers to ping.

@rolweber can you do a release with the fix? We are still applying the a patch file on our side since the most recent release is still from 2021 and...

I'm not a direct user of pypyodbc but it has been a challenging one to keep in our internal requirements.txt. Considering the project is relatively small I'm willing to volunteer...