Mildred Ki'Lya
Mildred Ki'Lya
What I'll probably be doing is to set up a HTTP server and open the browser to localhost on that server and let the user use the print dialog himself......
~~Dispatched in various other PRs~~
There is an easy workaround to put in the rails initializers: ```rb # https://github.com/rswag/rswag/issues/751 # https://github.com/rswag/rswag/issues/858 module RswagMiddlewareFix def call(*args) status, headers, body = super [status.to_i, headers.transform_keys(&:downcase), body] end end...
Probably seccomp-bpf with user notification could be used for that. Edit: working on a standalone implementation in https://github.com/mildred/force-bind-seccomp that might not be as secure as possible (mostly because file descriptor...
This could really be useful when used with [tubular from cloudflare](https://github.com/cloudflare/tubular). Systemd could enforce a service to bind to a specific port on localhost, and have tubular manage the real...