Edd Salkield
Edd Salkield
**Describe the bug** The default config file has `data.provisioning.channel_adl.allow` and `data.provisioning.channel_adl.deny` initially set to null, which causes an error at file validation. **To Reproduce** Steps to reproduce the behavior: Generate...
Implements polymorphic principals using dataclasses instead of colon-delimited strings, resolving #6. This offers the advantage of more clear semantic separation between the method and value of a principal, whilst still...
Fixes #7.
Firstly, thanks so much for your work on this project! Just a feature request: that principals are not expected to have a specific type (currently, they are typed as `str`),...
It would be really helpful for future maintainers if you created a code release for this repository. It will involve creating a `.tar.gz` archive of the code, the creation of...
Currently many `test_sh` tests fail on Alpine (x86_64, v2.10.1) with e.g.: ``` $ scons test ... ====================================================================== ERROR: test_sh.test_remove_empty_dirs('dash', True, {}) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/nose/case.py", line...
I'm looking to use `dma` to send mail to different mail servers. Ideally it would choose the server based on the sender address header. I've done some reading but can't...
Thanks for your work on this project! I'd be interested in using a DVB-S2 receiver in 16-APSK and 32-APSK modes, which are currently not supported. I've taken a look through...
Currently the project doesn't build properly, because it requires `packr` to build the executable: https://github.com/usefathom/fathom/issues/236. However, packr itself is deprecated, with the [recommended approach](https://github.com/gobuffalo/packr) being to use [embed](https://pkg.go.dev/embed) or [pkger](https://github.com/markbates/pkger)...
In the [latest commit](https://github.com/dlundquist/sniproxy/commit/822bb80df9b7b345cc9eba55df74a07b498819ba), the [compiler issue](https://github.com/dlundquist/sniproxy/pull/349) which has been blocking packaging progress has been resolved. I have a [working Fedora build](https://copr.fedorainfracloud.org/coprs/eddsalkield/sniproxy/) of this commit. Would you consider cutting a...