Maico Timmerman

Results 21 issues of Maico Timmerman

We've been running Pretix for over 2 years now internally, and in a recent audit we found that event data shredding in the organization (400+ events) is more that often...

We have come in the situation that we needed to cancel an event and refund a large number of payments. Using the new method described in https://pretix.eu/about/en/blog/20200309-cancelling/ we wanted to...

With the `checkout_confirm_messages` we can add new prompts to the checkout process. I noticed that there is a construct for builtin questions: `FakeQuestion` in pretix/src/pretix/control/views/item.py in the question overview. I'd...

**Describe the bug** When creating batch vouchers and a single code exists twice, this results in a "An unexpected error has occurred, please try again later.". Particularly it results in:...

This issue is based on #2088. **Background** With custom authentication plugin API we populate groups upon login. These groups are not able to see all events. This means users must...

**Describe your question** I noticed that in documentation for ORM-enabled UPDATE statement mention the keyword argument based `.values()`. Shouldn't these places be used to show the ORM style `.values`? Now...

documentation
SQLA mypy plugin
typing

**Is your feature request related to a problem? Please describe.** Relationships explicit type hints, however as far as I am aware, there is no support to type the results of...

use case
typing

``` [2018-10-19 10:51:08,987] ERROR [monkeytype.tracing]: Failed collecting trace Traceback (most recent call last): File "/home/maico/IdeaProjects/viaduct/venv/lib/python3.6/site-packages/monkeytype/tracing.py", line 258, in __call__ self.handle_return(frame, arg) File "/home/maico/IdeaProjects/viaduct/venv/lib/python3.6/site-packages/monkeytype/tracing.py", line 234, in handle_return last_opcode = frame.f_code.co_code[frame.f_lasti]...

bug

**Describe the bug** I'd like to switch from the [dropbox/sqlalchemy](https://github.com/dropbox/sqlalchemy-stubs) stubs to the official stubs, however when the declarative base is defined as attribute of an instance, it is not...

question

https://github.com/sqlalchemy/sqlalchemy/commit/97d922663a0350c6ce026ecfbde8010ca1bc0c37 implements new methods: :meth:`_asyncio.AsyncSession.in_nested_transaction`, :meth:`_asyncio.AsyncSession.get_transaction`, :meth:`_asyncio.AsyncSession.get_nested_transaction`. :func:`_asyncio.async_object_session`, :func:`_asyncio.async_session` as well as a new :class:`_orm.InstanceState` attribute :attr:`_orm.InstanceState.asyncio_session`

enhancement
mypy