Jordi Collell

Results 19 comments of Jordi Collell

If you want to contribute, feel free to send a PR

Be aware that with uvloop still doesn't exist sendfile API. If using the default python event loop it should work. When sending files it's important to follow that system API.

For example: `await notify(SomeEvent(obj))` and `async def subscriber(event)`

What we are using, it's just and inherited adapter registry that supports async subscrbers. We use, zope.interface, standalone, without relaying on zope.event neither zope.component, because we don't support persistent registries...

What I found: Partials are not generated between a closure, and on initilialitzation there is a race, they try to register on module, but this is still not created, for...

It's not the partials failing... the partials works... but the generated app.js... on the templatecache, has no proper closure, and when the browser parses the file, as its trying to...

In my latest relase of asyncom I support this case for simple cases (values and callables.) there are also other defaults supported. https://github.com/vinissimus/asyncom/blob/master/asyncom/om.py#L167 Here the tests: https://github.com/vinissimus/asyncom/blob/master/asyncom/tests/test_default_values.py

@lferran any thoughts? What do you think if we just create the managers group on install? This seems like a more explicit behaviour.

i don't think... Authenticated and anonymous are implicit.. without session with session, on the other side, managers are just an upgrade from authenticated, no?

Us I understand there is a type or variant type that the lib doesn't provide? Can you post a snippet of the case? This way implementing a new decoder for...