Rich DiCroce

Results 32 issues of Rich DiCroce

I'm using this in a messaging scenario where I already have a flag to tell me which compression algorithm is being used. So Zstd's 4-byte magic identifier is just wasting...

**I'm submitting a ...** (check one with "x") ``` [x] bug report => search github for a similar issue or PR before submitting [ ] support request/question Notice: feature requests...

I was trying to make a snapshot of selected Debian Jessie packages, getting the latest version of each by mirroring the main Jessie repo plus updates, backports, and security. (Similar...

feature
wishlist

It would be nice if FST had an option to require classes to be registered. Use case: helps developers to get maximum speed and minimum size for serialized objects by...

Galen 2.3.2 appears to have some unnecessary dependencies in its POM. Specifically, org.powermock:powermock-reflect is compile scoped rather than test scoped. I used the GitHub search to see what it was...

Implement support for raw public keys, as described in RFC 7250 and RFC 8446 (section 4.4.2 especially). Also added tests to validate the implementation. Note that only TLS 1.2 is...

In Eclipse Photon, quick fixes for errors (e.g. missing import) are not available. The error itself is still flagged.

Query by range seems to be completely broken. Though strangely, it seems to be broken in different ways depending on the data type. With entity browser version 1.3 and [this...

##### Issue Overview In arquillian.xml, I have the default transaction mode set to DISABLED. In a test class, I put `@Transactional(TransactionMode.COMMIT)` at the class level. I put `@ShouldMatchDataSet` on one...

##### Issue Overview APE logs a warning about an unsupported property when the Arquillian Jacoco extension is also present. ##### Expected Behaviour No warning should be logged. ##### Current Behaviour...