(GalaxyMaster)

Results 33 comments of (GalaxyMaster)

This is a very consistent bug -- and @GSI provided exact steps to reproduce it. Unfortunately, an year later this issue is still open and is biting people who are...

Looking at `charsets:408` it seems that ELinks cannot handle a UTF-8 locale. My locale is `en_AU.UTF-8`. I can get rid of the issue by forcing ELinks to run with the...

@rkd77, I've rebuilt ELinks with the latest commit (by using the v0.14 branch) and can confirm that the issue went away. Thank you!

I am looking at the failed tests and I am puzzled re: how my change could have affected these three tests. Moreover, when I run `tox` on a clean clone...

Yeah, I also found that FeedGenerator has been updated on Aug 18 and the diff I made shows that the difference is actually the missing `` -- we are passing...

@justinmayer , I did fix linting issues (there is a commit just before your comment). I was relying on my Vim being good with flake8 rules, but it was not,...

@avaris correctly pointed out that I am tapping into an internal function (`truncate_html_words()`), which is not exposed to Jinja2 as a filter by default. I agree with that assessment, so...

@justinmayer , will do that (most likely this coming weekend since I am currently smashed with work :( )

JFYI, Travis CI fails on other tests not the ones introduced by this PR.

The application is different, this authN module is needed if you want to integrate with Dovecot's authentication backend. I am going to make another PR that uses Dovecot storage API...