Eva

Results 58 issues of Eva

This is only needed for compilation note: excluding this way shows up in the pom file as: ```xml dev.drewhamilton.poko poko-annotations-jvm 0.15.2 runtime dev.drewhamilton.poko * .... ``` instead of removing it...

This is probably most important for desktop usage but can also be useful on mobile if you have an external keyboard connected. I would expect this to work out of...

Right now you can only collapse 'up'. It would be good to have the option to collapse down instead, for bottom content you want to be able to scroll out...

enhancement

There are cases where you'd want to disable collapsing if the scrolling content is not long enough to scroll. Right now you can manually choose to apply the nested scroll...

enhancement

This reduces the length of the filename because a disambiguated property name can be quite long. Looking at the files gerenated in the sample app, before this change the longest...

As part of https://github.com/evant/kotlin-inject/issues/253 we expect to support placing a qualifier on a typealias as a replacement to using the typealias is a qualifier directly, ex: `typealias MyString = @Named("name")...

enhancement

### Describe the Bug Reading the documentation on [buttons](https://nuejs.org/docs/content-tags.html#buttons) and it says it generates the following html (also verified this is true) ```html Learn more ``` This is not how...

docs
nuemark