Ihor Kalnytskyi
Ihor Kalnytskyi
It should be possible to support Qt streams too. I'm not sure to what extend though, since I don't know whether Qt streams allow to store format flags or not...
I had a similar issue before. In my case, the issue was that `swaylock` was launched in non-demonized mode and that prevented `resume` coomand from being executed. Once I changed...
I can confirm this bug. It can be reproduced on both: * KDE Konsole * Yakuake Environment: * SSH to Ubuntu Xenial * Vim 8.0.1567 The bug is gone if...
Sure, if I manage to figure out what's wrong - I'll let you know. For now I found this paragraph in NeoVim wiki - https://github.com/neovim/neovim/wiki/FAQ#nvim-shows-weird-symbols-2-q-when-changing-modes It looks very similiar to...
That's weird but the problem seems to be indeed in `konsole`. If I run on the remote host ``` KONSOLE_PROFILE_NAME=my-kosnole-profile-name vim ``` Everything seems working fine.
Hey @leethargo! Thanks for reaching out to me. > or is there just some more work needed to show everything (as with ReDoc)? You are absolutely right here - more...
@pohutukawa I believe the answer is that it's simply not implemented for OpenAPI 3.x. :( I initially started this project for OpenAPI 2.x and over the years OpenAPI 3.x support...
`.. openapi:httpdomain` is not feature complete yet. I'll try to finish it as soon as possible. Maintaining the old version is so annoying that I usually postpone it to the...
Hey @mhuin! Thanks for the patch! Can you please add a test for this? I'm working on some refactoring now, and I just want to make sure once my refactoring...
This issue does not exist in experimental new renderer. https://github.com/sphinx-contrib/openapi/blob/227ef532eef5e8d21003ce0a77afc687c92944c3/sphinxcontrib/openapi/renderers/_httpdomain.py#L246-L250 Since current renderer is so hard to maintain and, I believe, this is not the only issue it has with...