Martin Frlin

Results 3 comments of Martin Frlin

Ignore fixes with renaming, this comment is on the right track. > I think I answered my own questions by looking at `SQLAlchemyObjectType.__init_subclass_with_meta__`. > > 1. It looks like you...

No, this is not the correct way of handling this. If you take a look at the `reconnect` function you will see that it handles `OSError` and `connect` function does...

If `@routed_view_config` is intended to simplify things I think `route_config_args=dict(factory=HomeFactory)` is not a good idea as it is confusing for beginners. Maybe limit what `@routed_view_config` can do by just not...