Jakub Kaláb
Jakub Kaláb
this way, one can manually create (and customize) the surrounding li container inside nav or dropdown and tell link_to not to create it
Hi, I just ran into this - if you make a fixture method `async`, it is run with a different `self`, so you can't set attributes on `self` and read...
Hi, first and foremost, thanks for the great work, this is a great library for doing basic 2D UIs and/or drawing. That being said, I think [these two lines](https://github.com/ruby2d/ruby2d/blob/43ce9805a7ae8b82b7ab8c50bf6d4c845d395dc4/lib/ruby2d.rb#L53) are...
## Expected behavior When I add entry to `@OneToMany` property or reset it to a new list containing the entry and save the referencing entity, I'd expect this new relationship...
## Introduction I encountered various problems when working with entities and relationships with composite primary (implemented using `@IdClass`) and foreign (using `@JoinColumns`) keys. I realize it's usually a good practice...
Hi guys, I have a question regarding lazy-loaded bean fields. Let's say we have these two entities with 1-N relationship: ```kotlin @Entity class EaObject( @Id var id: Long = 0,...