Thijs Vermeir

Results 5 issues of Thijs Vermeir

The current API does not allow to create custom keybindings in the menu. The current API only allows to create [a custom menubar subtree](https://docs.rs/cursive/0.13.0/cursive/struct.Cursive.html#method.menubar). Keybindings are hardcoded in [the menubar...

## Information **VIM version** NVIM v0.3.1 Build type: Release Operating System: macOS ## What went wrong The cargo linter, with clippy enabled, generates json lines with spacial "file_name" entries. See...

bug

A specfile with invalid examples is considered a valid specfile when validated with `asyncapi validate`. This issue can be reproduced with following example. This file contains an invalid example (missing...

bug

When I have the following model: ``` specification { element system element component } model { system_a = system 'System A' { component_a = component 'Component A' } system_b =...

The following file is generating a wrong image: ``` specification { element system } model { first = system 'First' second = system 'Second' third = system 'third' } views...