Michael Mulqueen
Michael Mulqueen
If anyone comes across this, here are the basic modifications needed to run as non-root https://github.com/DigitalGrads/mjml-server/commit/1c33bc7ca32de70a879ec688b0f8272f25629bda (listens on port 8080) I won't submit a pull request because as @adrianrudnik states,...
I don't know whether this is useful to anyone, I didn't take this further because I ran into other problems: You can enable dual stack editing the arguments in /var/snap/microk8s/current/args/...
Not strictly related to this bug, but may be a suitable workaround for anyone that needs dual stack for external clients but not inside the cluster itself. On daemonset/nginx-ingress-microk8s-controller in...
This would be incredibly helpful. Would the project be open to a pull request that splits this into messages that include the expected type, but respects any custom error messages...
Sorry about the radio silence on this issue. The reason that chr(231) works is because the encoding for ASCII characters is offset by 1. e.g. ord("A") = 65, so the...
Thanks for the pull request. Please consider contributing some tests to the test suite for this feature.
@MrSurly I'd say the way you've done it is the way to go. It's essentially what `DataMatrixRenderer.get_buffer()` and `DataMatrixRenderer.get_ascii()` does. If you want to submit a PR for a new...
I don't plan to merge anything that adds numpy as a dependency, but your code may be useful to someone else so please leave it here for anyone who's interested...
I've had a look at this today. Ultimately, the code of this project is a mess and the tests are too high level to really help narrow down what's going...
I've just discovered this the hard way. I was seeing errors like `this.componentStructure is undefined` in the console and traceback text was appearing in place of the component. Neither error...