Samuel Dion-Girardeau

Results 8 comments of Samuel Dion-Girardeau

Also seeing this behavior as of today or yesterday. Is there a configuration option to disable that feature, either at the Slack app level, or user level? I'm already getting...

@ashokirla Congrats on the new feature! I'm sure resolving identities between GitHub and Slack will have a lot of potential 🎉 As for my use case, I'd rather have an...

For now I created an automatic build on [samueldg/snappass](https://hub.docker.com/r/samueldg/snappass/). However, the best solution to have someone with rights to the pinterest GitHub account link it with an account on the...

Bumping this to let you know there's probably interest out there: The unofficial image I have set up ([samueldg/snappass](https://hub.docker.com/r/samueldg/snappass/)) hit the 1K pulls mark recently.

Thanks @deeleeramone for the quick response! I closed #6164 because the fix doesn't work as is. I was unaware ruff was being used in conjunction with code generation. > There...

It looks like this was fixed. I used to have the same issue, and I was able to build the latest version of 6.0 and 6.2 with the an Python...

If you're stuck with pydantic 1.10 and need a workaround for this, you can replace your `freeze_time` import with an intermediate module which already import `pydantic.types`: `freezegun_shim.py`: ```py """ Hack...

@chrisk314 you might be able to work around the issue with an `import pydantic.types` in your conftest -- basically ensure you import those types before you import freezegun or timemachine.