Sebb
Sebb
Tests on JRuby 9.3+ are failing with Java::JavaLang::ArrayIndexOutOfBoundsException This appears to be due to a JRuby bug: https://github.com/jruby/jcodings/issues/25 => https://github.com/jruby/jcodings/issues/26 I don't think there is a work-round, so I think...
This fixes #1529
The == method has to generate dummy message-ids if none exist. As it stands, if either message does not have an id, then both are set to the same fixed...
- [x] I have searched the [issues](https://github.com/getpelican/pelican/issues?q=is%3Aissue) (including closed ones) and believe that this is not a duplicate. ## Issue The list of signals at https://docs.getpelican.com/en/latest/plugins.html#list-of-signals does not have descriptions...
- [x] I have searched the [issues](https://github.com/getpelican/pelican/issues?q=is%3Aissue) (including closed ones) and believe that this is not a duplicate. ## Issue There is a list of signals and their arguments here:...
The logo for bRPC which appears in the ASF logo collection is incomplete. https://apache.org/logos/?#brpc and https://apache.org/logos/res/brpc/brpc.png The letters RPC are not visible.
At present, the deleteFile method always throws the original error, even if the retry succeeds. This seems wrong
https://github.com/ruby-ldap/ruby-net-ldap/blob/7f060e1f3a02592b35c350082297f17d7eac73f1/testserver/ldapserver.rb#L194 Fixed by changing the line to LdapServerAsnSyntax = Net::BER.compile_syntax(LdapServer::LdapServerAsnSyntaxTemplate)
It looks like attribute names are not preserved in the response to a search; it seems they are down-cased and symbolised. Surely attribute names should be preserved and returned as...