Shawn Kovalchick

Results 7 issues of Shawn Kovalchick

I would like to see how much data each request is using. I currently query for count, requested_resource, and method. I would like to add to this the average of...

I am testing with the SyncTime example, and I have noticed that the second does not increment until the first NMEA message of the second rolls in at 140 ms...

Added a few tests for the examples in the readme and corrected the readme accordingly. I also added some tests demonstrating how the loose option affects results.

# ๐Ÿ› Bug Report: ### Describe the bug The OCI container running the generator is unable to access the input files and output directory when they are in a home...

bug

# ๐Ÿ› Bug Report: ### Describe the bug When running the generator and using podman with a large uid (over 100000), launching the OCI container fails with an error. [[v1]...

bug

- [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [x] You use the code formatters provided [here](https://github.com/spring-projects/spring-data-build/tree/master/etc/ide) and have them applied to your changes. Donโ€™t submit any formatting...

type: bug
status: feedback-provided

Given the following class: ```java package org.example.mongoemptymaptest.model; import lombok.Builder; import lombok.Data; import lombok.NonNull; import org.springframework.data.annotation.Id; import org.springframework.data.mongodb.core.mapping.DBRef; import org.springframework.data.mongodb.core.mapping.Document; import org.springframework.data.mongodb.core.mapping.DocumentReference; import java.util.HashMap; import java.util.Map; import java.util.UUID; @Data @Builder @Document(collection...

type: bug
in: mapping