Dominik Kozaczko

Results 28 issues of Dominik Kozaczko

[GlitchTip](https://glitchtip.com/) is an open-source Sentry alternative. It can be run on the same docker stack as the rest of services. It even uses the same API so using it is...

:warning: Work in progress :warning: I want to merge this change because we need to get rid of Lazy objects. Internal ticket: SALEOR-7590 # Impact * Internal changes removing some...

## Description I'd like to propose support for [Dramatiq](https://dramatiq.io/) which is a pumped-up alternative for Celery. ## Rationale Main reasons behind Dramatiq are [pointed out nicely in documentation](https://dramatiq.io/motivation.html): - high...

enhancement

I have added Trezor identity to my GPG key (using `trezor-gpg init --subkey`). It works fine as long as Trezor is plugged in. But I'd like to be able to...

Pony version: 0.7.16 I got this model: ```python class Entry(db.Entity): id = PrimaryKey(UUID, auto=True) dev1 = Required(str, max_len=15, index="entry_dev1_idx") dev2 = Required(str, max_len=15, index="entry_dev2_idx") registered_at = Required(DateTime, default=now) data =...

I had problems using this plugin with more sophisticated project structure, where the package is defined in `src`. This change supports `from` param and in turn enables more complex project...

Models documentation would be much appreciated.

I wonder if this would be even achievable - to feed a stream with a steganography layer. What I mean by this: Every n-th frame (keyframe?) could have a special...

Fixes #10574 Drop `AnonymouUser` from the context, and assign `None` instead. # Pull Request Checklist * [x] Privileged queries and mutations are guarded by proper permission checks * [x] Database...