Dmitry Dedov
Dmitry Dedov
> @dm1try Any chance of merging? The only issue I've seen is that after about 5 splits it fails to open anymore splits; the benefits of the better layout resizing...
> Would you be willing to show your config for how you've handled `winminwidth/winminheight`? it's nothing special, I've noticed that I only use `winminwidth` actually, something did not work as...
I agree, the original behavior looks more appropriate, I will take a look soon how to achieve this.
[api.txt](https://github.com/neovim/neovim/blob/master/runtime/doc/api.txt) can be parsed to retrive the docs.
@orderthruchaos thanks! unfortunately this update requires the version update for the host itself and its installer. I'm going to do it soon.
FYI, the tests are passed on my side (Catalina 10.15.3 Beta (19D62e))
@ciconia > Does this happen consistently every time? it has happened for the first time, I think. > Does it happen on a specific URL? It does not look so,...
So just to clarify(or add more noise:)) We should not use `{format}` at all. The main point: 1. `grape-swagger` root response(`/swagger_doc` by default) includes resources listing(RL) paths 2. `grape-swagger` RL...
> Any idea why grape is not able to pick up the custom validator? `grape` doesn't have an autoloading mechanism for custom validators (PR are welcomed). In your case you...
@gottfrois this sounds reasonable, but I think we should register all available validators(bullt-in/custom) before a hitting anything(`validators_paths` helper would be helpfull to register a bunch of validators from different directories)....