Tobias Witt
Tobias Witt
I've the same problem and investigated this a bit. The error is thrown in `__init__.py` of bumpversion on lines 658/83 where bumpversion checks for available VCS. This line: https://github.com/peritus/bumpversion/blob/master/bumpversion/__init__.py#L186 tells...
I was thinking the same and wanted to experiment stuff but it seems not possible currently: https://github.com/neovim/neovim/blob/master/runtime/doc/api.txt#L2016 ``` By default (and currently the only option) the text will be placed...
I can confirm that. At first I thought it is only about situations where a concealed char appears right after an indentation like ``` ... get foo() { | |...
I have the same problem. I just looked through the code and I think it should happen, in or after `_dynamicPositioning()`. Workaround is to disable dynamicPositioning.
Is there any progress on this issue? It seems that setting `triggerEvents=""` will disable the "built in" trigger of bs-popover but setting it to false (which would make more sense...
I added a quickly translated with searchnreplacing the `{};` addon.sass and put it in the `addon/styles` directory and the errors was gone. I configured my project to use `sass` instead...
It would be convenient to have a hotfix regarding deletion of `addon/styles` as this would fix failing builds for project that use `.sass` as an extension. The underlying problem is...
Sorry. I actually misspelled the title. It should read `form-group` instead of `form-control`. I updated it. The example in the demo shows the problem even in a different way. There...
I had the same problem and it seems not possible to pass custom meta data while rendering the component but only in actions that get the exposed meta objects passed,...
I see your point. Maybe the layout-horizontal-vertical-thing is a bit overengineered. I'd create sub components for everything thats inside a layout, i.e. `label`, `errorComponent` and `helpTextComponent` (and whats to come)....