Evilham
Evilham
@jbowens *bump* this is kinda important :-D. I was about to implement this in a very similar fashion, then came across this repo, so I'll play the COVID-19 card and...
Hey, FWIW this is the open issue on FreeBSD's ports tree: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263650 And this is the patch being applied: ``` from six.moves import range as xrange from werkzeug.datastructures import WWWAuthenticate,...
Just a thought: instead of implementing some custom logic, could this be documented? Here is the reasoning: - Adding support for a bunch of encryption options is work (tm), and...
Haven't come across that yet, from a quick `grep` in the source, `export` and `import` would be affected too. In any case, at least for `clone` we can probably detect...
Testing out bastille I ran across this issue. There is actually a bug, in that providing an IPv6 for the IP parameter results in that being put in `/etc/rc.conf` as:...
*necro because it's related* I just realised klein's last release was 17.10, wouldn't it be time for a 19.05 or 19.06? :-p How can this happen?
That's wonderful! But I somehow totally missed it :-D, GitHub still ilsts 16.12 as latest release, strange. Can this be closed then? One issue less :-p.
Hey, it sounds like you are experiencing something like what just bit me. Here is how I worked around it (haven't made the time to fully debug it/understand it/fix it):...
\ø just mentioning that this PR brings support for mistune v2.0.0 (alpha/rc1) into Lektor: https://github.com/lektor/lektor/pull/944 It still hasn't landed, but it currently passes all tests and works quite beautifully.
Hey, please don't merge this yet; since the design of this PR has changed a bit, it'd probably be a mistake to merge it without the ability to change the...