Florimond Manca

Results 263 comments of Florimond Manca

@Kludex What do you reckon should be done about this now? Today, the list still exists at https://github.com/florimondmanca/awesome-asgi and has been expanding since 2019. I don’t know what folks think...

Alright, then I guess we can close this off? πŸ˜ƒ

Hi @sasa-b I'm seeing the same issue trying to upgrade to doctrine/orm 2.16.2. We get the error you mention in #62 while running `symfony console doctrine:schema:validate` after updating deps. I...

It seems the issue appears starting doctrine/orm 2.15.5 In this version, doctrine/orm started using platformOptions instead of customSchemaOptions https://github.com/doctrine/orm/releases/tag/2.15.5 https://github.com/doctrine/orm/pull/10855 We're pinning to < 2.15.5 for now, waiting for this...

@Volubyl Solution pour des fixtures E2E ? https://github.com/jorgebodega/typeorm-seeding

I pushed a bunch of PRs which get most of the remaining refactoring done. The last bits are in `test/test_utils.py`, which unit test actual utility functions that I don't think...

Alternatively, for a more automated solution, you could probably get away with a `sys.modules` hack? πŸ˜… Here's an example β€” it uses a wrapper module to add verification-only print statements,...

Hey, That's right, the code example in the docs is a little lacking. This code definitely shouldn't be in settings.py. The import change is correct. What you should do is...

Here's my explanation of it. The algorithm actually relies on *two* cache keys: - Varying headers key: this is basically an MD5 hash of the requested URL, including query parameters....