sunny-chung

Results 13 issues of sunny-chung

------------ Basic Info ------------ Spring Data Neo4j Version: 6.3.0 Neo4j Database Version: 4.4.5 JVM Version: 11.0.12 Sample Project: https://github.com/sunny-chung/movies-java-spring-data-neo4j-6-bug-demo ------------ Description ------------ After migrating to SDN 6, entity classes defined...

status: needs-investigation

Not sure if this is the right place to report a R2DBC issue. I have a spring data repository like this: ``` interface ChatChannelParticipantRepository : BaseRepository { suspend fun countByChannelIdAndUserIdAndActive(channelId:...

status: pending-design-work
for: team-attention

This is a feature request. Currently querying an entity like this would fail: ``` @Table(name = "chat__channel") data class ChatChannel( val name: String, @Transient val creationRequestId: String? = null )...

type: enhancement

I have a Spring data repository like this: ``` interface ChatMessageRepository : BaseRepository { suspend fun findByChannelIdAndActive( channelId: String, active: Boolean ): List } @NoRepositoryBean interface BaseRepository : CoroutineCrudRepository {...

status: waiting-for-triage

Add KDateTime

This is a nice library, and I would like you to consider a few enhancements. I will create one by one. The first one is to handle edge cases. Specifically,...

bug

It would be nice if we could add multiple lines to the same LineGraph. It would be useful to comparing different data.

New feature

When there are many many points flooding in, x-axis labels are overwhelmed. It would be nice if it could be decoupled. For example, accepting a function to convert point data...

**Describe the bug** On running the gradle task `run`, an empty window is displayed, and some error messages are logged. **Affected platforms** - Desktop (macOS) **Versions** - Kotlin version*: 1.8.0...

bug
rendering
skiko
macos

**Describe the bug** While running test cases with `runComposeUiTest`, when `performClick()` is called, there is a low but unavoidable chance (about 5%) would throw an exception `java.lang.IllegalArgumentException: Detected multithreaded access...

bug
wait for reply
test