Results 8 issues of Youri Bonnaffé

I have a CSV file with the following content (just a limited extract here): ``` route_id,agency_id,route_short_name,route_long_name,route_desc,route_type,route_url,route_color,route_text_color OCE669711,OCESN,"",""Cars Réguliers ""L 11"" (Nantes - St Gilles Croix de Vie)"",,3,,, ``` Parsing this...

Hi, When trying to use the plugin with Gradle 2.4, I'm facing two issues: - https://discuss.gradle.org/t/output-files-resolution-with-2-4/9495/1 - StackOverflowError when setting a custom manifest (see here for a test https://github.com/youribonnaffe/gradle-one-jar-2.4/tree/manifest, gradle...

With this class: ```java @Value.Immutable @Value.Enclosing @Value.Style( visibility = Value.Style.ImplementationVisibility.SAME, typeImmutable = "*", typeAbstract = "Abstract*", depluralize = true ) public abstract class AbstractPoints { public abstract Map pointsMap( );...

We use record-builder on a project and we often get compilation errors with the following message: ` Cannot invoke "javax.lang.model.element.ExecutableElement.getAnnotationMirrors()" because the return value of "javax.lang.model.element.RecordComponentElement.getAccessor()" is null ` The...

bug
awaiting-more-information

Hello, I'm opening this issue to share some of my experiments with an ieGeek DD201 security camera. I found many valuable informations on this repository so I thought it might...

The encryption setup from the [documentation](https://docs.k8ssandra.io/tasks/secure/encryption/) is relying on OpenSSL CLI to generate self signed certificates. I recently stumbled a specific issue related to the recent release of OpenSSL 3.2.0...

question

**What is missing?** The scrape interval for service monitors created by the operator is hardcoded (https://github.com/k8ssandra/k8ssandra-operator/blob/main/pkg/telemetry/prom_cass_servicemonitor.go#L340) and not configurable. It would be nice to be able to set it to...

enhancement

It seems that with Java 8 every is broken. I started to do some changes but it feels like this is going to be a lot of rework, the doclet...

Feature