Ihor Kalnytskyi

Results 51 comments of Ihor Kalnytskyi
trafficstars

Hey @arrdem, Thanks for reporting this issue. Can you please try to render your spec using an experimental renderer? ```restructuredtext .. openapi:httpdomain:: path/to/your/spec ``` It's not yet feature compatible with...

Thanks for the feedback, @falkben. I don't have much time to work on this but I'll try to release a new version in a week or two, where new renderer...

Hey @olivier-heurtier! Thanks for the patch. Can you please shed a light on the rationale behind this change? Why do you want to group all examples after descriptions?

@olivier-heurtier I'm a little bit concerned that there are some who will oppose you and say that the examples must be shown where other information about responses is shown. Just...

@olivier-heurtier can we please put this on hold for a while? It's hard to maintain rendering options in the way it's written right now. I have some thoughts how to...

I just removed the whole `install` block and it seems `make install` still installs the targets. :thinking: ``` ❯ make DESTDIR=/tmp/fakeroot install [ 50%] Building CXX object CMakeFiles/example.dir/example.cpp.o [100%] Linking...

_I moved away from vim-plug, I'm no longer interested in the answer._

Alternatively, we can maintain the sorting logic inside the `sort_key` function. ```python def sort_key(items): frame, data = items frame_key = frame.HashKey frame_size = len(data) # Let's ensure chapters are always...

It seems if CHAP frames aren't ordered according to `start_time`, Apple Podcasts simply won't render them if though according to the spec the order should be defined by CTOC.

Unfortunately, I do not know how to integrate it to Sphinx properly, i.e. so you can integrate it with a toctree. Sphinx uses `docutils` internally, and `docutils` is a freaking...