Omni Flux

Results 5 issues of Omni Flux

Not sure where to add this in the documentation, but if you get an error such as this when trying to output `TypeError: Type not serializable` You can add new...

Is there currently a way to achieve this? ``` @hug.extend_api ('/backoffice', requires = token_key_authentication) def extend_api_backoffice(): import backoffice return (backoffice,) ``` or ``` hug_auth = hug.http (requires = token_key_authentication) @hug_auth.extend_api...

question

Add a daemon option (maybe make default?) to ignore the username and or password in the initial setup and always fall into an interactive system login. No need to store...

Feature request

`WrapCachedDir` does not work correctly with case-insensitive filesystems. Should be documented or fixed... Discovered while implementing [fs.wrapcifs](https://github.com/Omniflux/fs.wrapcifs) (Python 3.11+ only) ```python >>> from fs.osfs import OSFS >>> from fs.wrap import...

Clean up include statements