Maciej Więcek
Maciej Więcek
Yesterday, after first meet with this plugin everything was working fine. Today this error came up and I do not why.  My `init.vim` ```...
I spotted a bug while creating a table and viewport side by side. Even though they have set the exact height value, both have different sizes. While debugging, it came...
**Describe the bug** A clear and concise description of what the bug is. In `table/table.go` is the definition of `table.KeyMap`: ``` // KeyMap defines keybindings. It satisfies the help.KeyMap interface,...
Added FullHelp and ShortHelp methods to table.Keymap
The current implementation of the `table.renderRow` function allows only for truncating cell content, resulting in something like this: "test123 ...". My project requires full content visibility, so I need a...
Address https://github.com/Evertras/bubble-table/issues/130 A little context (copied and pasted from the issue): What I found so far is this line. `cellStyle` is built by coping `rowStyle` and `inherit` a `column.style` ```...
Currently, the plugin effectively displays references, declarations, and usages for methods and functions in Go, but it fails to provide any information for struct types. Ideally, the plugin should also...
- [x] I have searched the [issues](https://github.com/ent/ent/issues) of this repository and believe that this is not a duplicate. ## Summary 💡 Currently, Ent provides seamless integration with OpenAPI through the...
I believe there is an issue with the [`entoas.Groups`](https://github.com/ent/contrib/blob/2d81d47bee7115afb5715ba3c5345407741dc733/entoas/annotation.go#L60) and [`entoas.OperationGroups`](https://github.com/ent/contrib/blob/2d81d47bee7115afb5715ba3c5345407741dc733/entoas/annotation.go#L65) annotations. When adding different groups for two fields and specifying only one of them in `OperationGroup` in `CreateOperation`, the...
## Summary I found an issue with ent and entoas. While checking out a generated `openapi.json` file I thought it would be nice to have some [example](https://swagger.io/docs/specification/adding-examples/) values prepared for...