Anhydrite
Anhydrite
**Is your feature request related to a problem? Please describe.** I want to setup a shell and a socks5 proxy from a session but i cannot because i need a...
 At this point, the folder path in the docker-compose file is not correct. I just removed the parent folder that is not existing.
Hey, Fixed a bug where the custom fields of a custom section were skipped during the parsing. Line. 923, we check if the section has a "text" attribute, if not...
Hello ! It appears the is_type method does not support the pipe separated Union from Python 3.10+. ```python3 # Legacy syntax User: TypeAlias = Union[Administrator, Standard, Guest] std_u = Standard()...