Norman Gray
Norman Gray
The manpage gives a brief example of using `mdnsctl` to publish a service. The example is perhaps a little too brief. From the name, and from the (of course, only...
It would be nice if `mdnsd` wrote its PID to a `/var/run` file, so that the daemon can be conveniently killed within an `rc` script. It would appear that calling...
Consider the following: import markdown md = ''' Here are some elements: * url * repo url , which is a non-HTTP URL * and is something else * ssh...
Specific case first: The Markdown library currently generates `(h1 () ...)` for Markdown `====` headers, and `(h2 () ...)` for `----` headers. For my application I'd prefer these to be...
I wasn't able to get reverse-proxying working until I reworked this.
A simple script which creates a systemd `.service` file, configured for the installation directory, and prints instructions on where to install it.
WebSocket headers should be matched case insensitively (cf RFC 6455, p19), but `rxws.py` matched the `upgrade` header exactly. Chrome at least seems to send this header as `WebSocket`, causing the...
It's the obvious feature request: If you were able to provide a way of exporting the content of a google group -- just the dump of all the messages, nothing...
Very minor typo, spotted in passing: iocage/iocage_lib/ioc_json.py line 1547: ``` 'message': f'{jail_uuid} is missing it\'s' ' configuration, please destroy this jail and' ``` that `it\'s` should be `its`. (every day...
Make sure to follow and check these boxes before submitting an issue! Thank you. - [x] Supply `iocage --version`: `Version 1.2` installed on FreeBSD 13.2-RELEASE-p9 - [x] Supply the commands...