Heiko Jansen

Results 9 comments of Heiko Jansen

Given that udp port 53 is used this probably is a DNS query, so it might not matter which homepage URL is used. Also, this won't show up in the...

OK, I have forked this repo and made some changes to the code: https://github.com/nginx-shib/nginx-http-shibboleth/compare/master...heikojansen:nginx-http-shibboleth:master I did not come up with these changes myself but simply copied what I considered relevant...

Thanks for the confirmation of the fix! I did not have the time to create a proper pull request, so there's been no progress on my side. If the maintainers...

Well .... that explains why I just saw this error message when I tried to submit my pull request: > Pull request creation failed. Validation failed: A pull request already...

Yeah, I actually decided to recreate the branch and submit a pull request of my own so there's now PR #50 to be reviewed and - hopefully - included...

So the basic idea would be to take a random set of publications from that GIANT dataset and for each publication create many citations using a number of different CSL...

I'd really love to see this merged BUT I wonder if the opposite functionality - _reconnecting_ the VPN tunnel once the device _leaves_ the configured networks - is also available?...

Pinto references ```Want``` v0.26 at https://www.stratopan.com/thaljef/OpenSource/pinto-release but for Perl post 5.23.8 apparently v0.28 or later is required: cf. https://rt.cpan.org/Public/Bug/Display.html?id=112226

Using ```Data::Dump``` with data structures later send to MongoDB also has some rather strange effects; e.g. strings like ```"Information"``` being stored as numeric ```Inf```. See https://jira.mongodb.org/browse/PERL-992 for more information.