nonnull

Results 5 issues of nonnull

## Checklist - [x] I've searched the project's [`issues`](https://github.com/TezRomacH/python-package-template/issues?q=is%3Aissue). ## ❓ Question What is the license of the output of this template? I see that this project itself is [MIT-licensed](https://github.com/TezRomacH/python-package-template/blob/master/LICENSE);...

question

I'm probably just missing something obvious here; how do I specify a function that takes an arbitrary 2d or higher ndarray and returns an array of the same type, but...

I spent a chunk of yesterday seeing how far I could go with getting this running. I ran into a bunch of different issues of varying severity - I don't...

How can I configure this library to use new-style `{}` for formatting? I note the code appears to have `style` arguments in appropriate places, e.g. [here](https://github.com/Dragon2fly/logger_tt/blob/master/logger_tt/core.py#L378) - but I cannot...

bug
enhancement

I dug into #22 a little, and it appears as though the problem is [here](https://github.com/Dragon2fly/logger_tt/blob/master/logger_tt/core.py#L379): ```python def __init__(self, fmt: str = '', datefmt: str = '', style: str = ''):...