Thomas Leitner

Results 9 issues of Thomas Leitner

I tried enabling branch coverage in my test suite for HexaPDF. Once I do this there are multiple errors of the form "LocalJumpError: break from proc-closure". Without branch coverage everything...

Given the following code: ~~~ ruby def method case x when :a if y.method || a.method end when :b if y.method || b.method end end end ~~~ reek reports a...

The previous fix incorrectly escaped "\r" as "\\\r". However, it needs to be escaped as "\\r" (so backslash followed by letter r). This pull request needs https://github.com/prawnpdf/pdf-core/pull/55 to work since...

I'm working on adding digital signature support to HexaPDF, using OpenSSL for the cryptographic needs. One type of signature is a DER encoded PKCS#7 object. I can successfully extract the...

question

When commenting a section like ``` # :section: Some Section # Some documentation for the section here ``` the section is created but the documentation is not shown in the...

Bug

The class documentation does have code to identify `include`d and `extend`ed classes. However, `prepend`ed classes are not shown. See for example https://hexapdf.gettalong.org/documentation/reference/api/HexaPDF/Encryption/FastAES.html and https://github.com/gettalong/hexapdf/blob/master/lib/hexapdf/encryption/fast_aes.rb#L54

When creating an RDoc ri store and then later updating it, the visibility information is corrupted, ie. public or protected methods are shown as private methods. Steps to reproduce (should...

Bug

### Describe the problem as clearly as you can Often times a `Gemfile` is not needed for development but other people are accustomed to using it/bundler. In such cases a...

Bundler

### Debug mode - [X] I have enabled debug mode - [X] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues) ### Describe the bug When LDAP sync is enabled and...