Jose A

Results 21 issues of Jose A

Small changes for better typing support in IDEs such a VSCode Use typing.NamedTuple for FileEntry Add some typing annotations to the functions.

For those that dont need the mounting part of the lib can the fusepy be made optional.

Currently can use the default loader or override the envinroment for everything using hiyapico. Allow providing different ones per instance. ```python class HiYaPyCo: def __init__(self, *args, loader_cls:type[yaml.Loader] = None, environment:jinja2.Environment=None,...

enhancement
help wanted
feature request

A lot of changes to allow: - Choice of bind points, address, port, proto - Multiple upstream forwarders - Custom Resolver with helper resolvers such as a RoundRobinResolver - Partial...

Some modifications to allow more resolver options, either by providing a resolver or multiple upstream servers. Passed the tests, but maybe add more tests to check for multiple upstream resolvers...

I see in the instructions that there is a testing repo but it hasn't been updated in years, i also see that the package being submitted to the official fedora...

I was inspired by this project and was able to make so that at most you need the header files. But as long as you have the .dll/.so file you...

Not sure if this would be part of the scope of the plugin but at a minimum I think order total cost (Currency/Qty) should be part of the model. Expanding...

### Describe the problem you're observing When you run zfs with initramfs and have a previous script import the pool, in my case to unlock it with a custom method...

Type: Defect

**Is your feature request related to a problem? Please describe.** Ability to run wg tunnel over a tls protocol such as wstunnel. **Describe the solution you'd like** Wstunnel support **Describe...

enhancement