Thomas Klinger

Results 21 issues of Thomas Klinger

Hi, currently I'm testing different ORMs just for fun and while searching for potential test candidates aside SA I stumbled over Orator. It looks pretty promising, like PonyORM, but I...

Hi, I'm really happy that I found your excellent package, it makes my life a lot easier. One thing I may miss is the possibility to load extra attributes from...

enhancement

Hi, I recognized that crayons can't deal with string formatted with padding. Examples: ```python >>> import crayons >>> print("{:15}".format(crayons.red('NOTE:', bold=True))) Traceback (most recent call last): File "", line 1, in...

## Bug Report ### Environment ``` jrnl: v2.8.4 Python: 3.10.4 (main, Mar 23 2022, 20:25:24) [GCC 5.4.0 20160609] OS: Linux 5.13.0-44-generic ``` Installation method: Homebrew (on Linux) ### Current Behavior...

bug
:pushpin:

Hi, haven't found a similar subject, so do you thing that it might be possible to add some kind of tag support (like @username or @subject) which are searchable? I...

Hi, another idea which came into my mind is to provide just one function for loading data into an instance. Currently there are a number of class methods for creating...

duplicate
documentation

Hi, sorry for the question, but where does the message "Loading .env environment variables" come from and can it be suppressed? I'm just wondering because I read through the code...

### Pre-submit checks - [X] I checked for similar issues beforehand, but could not find any. I could not add my proposal to any existing issue. - [X] I am...

enhancement

**Describe the bug** I initialized a new configuration with this command: `dynaconf init -p conf -s SECRET=qwertz123 -v username=Godot` All files are written correctly to its destinations, however, `config.py` still...

bug

- [x] I have searched the issue tracker and believe that this is not a duplicate. **Make sure you run commands with `-v` flag before pasting the output.** ## Steps...