Mateusz Legięcki
Mateusz Legięcki
You should consider building wheel package. https://pythonwheels.com/ I don't readed rollbar code, I don't know if is possible to create wheel easily, but I can't find discussion about wheel. rollbar...
Describe the issue briefly here. ##### Environment Versions 1. OS Type - Linux 1. Python version: 3.7.2 1. pip version: 19.0.3 1. pip-tools version: 3.4.0 ##### Steps to replicate 1....
You just apply all regex on create instance of class. IMO is much better to do it in lazy way usign sth like cached properites.
Hi. I think marshmallow-peewee may provide option that serialize (and deserialize) ForeignKey fields with `_id` suffix. On API we have: ```json { "id": "1", "title": "The Chronicles of Narnia", "author":...
Skoro UKE podaje tylko nowe koncesje z ostatnich 30 dni, to może warto co tydzień zapisywać to co publikują. Wiem, że na ten moment projekt trochę zardzewiał, ale takie dane...
Redis backed supports timedelta timeout but flask cache not. Can you add support for that?
 IDK WTF GPU: RTX 3080 OS: Win 10 Screen: 2x fHD (run on one of it)
Hi. I will try to setup barotrauma server today and I found your container. Few months ago, we ware playing valheim using dockerized server. This image has periodic backup option:...
# Simple case - no params ```python data = {"a": 1} ``` works as expected, producing: ```xml 1 ``` # One param However if tag `a` has parameter, its value...
Hi, I found this (not exactly) package on [pypi](https://pypi.org/project/langcodes/). But repository link directs to other repository here: https://github.com/georgkrause/langcodes I've checked that georgkrause has most commit in your repository, so I...