Marco Perazzo

Results 6 issues of Marco Perazzo

It would be nice to be able to document flatbuffers payload using AsyncApi. I think this shouldn't be a big deal, because protobuf (which is similar to flatbuffers) support is...

It would be nice to have a function fromOptionalResource analogous to fromOptionalFile. Currently I'm doing something like: ``` private fun ConfigurationProperties.Companion.fromOptionalResource(resourceName: String) = if (ClassLoader.getSystemResource(resourceName) != null) fromResource(resourceName) else EmptyConfiguration...

### Prerequisites - [ X ] I am running the latest version - [ X ] I checked the documentation and found no answer - [ X ] I checked...

bug
important

When a button is focused and the mouse is moved over it, the button border is not displayed. With the toggle button, however, this works. ![2021_08_03_10_31_15_Window](https://user-images.githubusercontent.com/23398713/127984421-024f7b0f-4e96-489e-8c40-af57dccd234c.jpeg) Border is shown on...

Are there any plans to support the latest specification version 5?