Romain

Results 130 comments of Romain

Out of curiosity @FredKSchott, are you currently using [Swagger](http://swagger.io)? We have some ideas for the future of `supersamples` to be more swagger-friendly, so could use your opinion if you're interested....

I think it might only include the Markdown if there's a corresponding `request`. That's a limitation of `supersamples`, that it's based on a list of examples, each with associated Markdown....

I've had another think about it, and can't think of a way to solve this for now. However my current project has also started to hit limitations, where we'd want...

Hi, You're correct, supersamples processes all describes, but actually only uses the first 2 levels to create the left-hand navigation. In your case I assume you have another top-level `describe`...

Hi, this is an interesting idea. Where would the header go in the page? Footer is clearly at the bottom, but I'm unclear where themes should "inject" the header. For...

Here are some steps to get started: - Download the ZIP file for https://github.com/thumbsup/theme-cards - Unzip to a folder such as `/dev/mytheme` - Edit `theme/partials/content.hbs` to add your menu -...

Hi, do you mean the thumbnail (on the page) or the preview (in the light box)? Could you check if the corresponding files on disk are successfully generated?

Hi @GlenHertz . Thank you for raising this! You're right, `--concurrency` controls the number of files processed at once. From what you found this is working as expected. It’s a...

Hi @GlenHertz, for your first question: no. Each run is independant, so the second run would overwrite the first one and you'd only have videos.

Hi, the default themes now have the LightGallery zoom and fullscreen buttons enabled: ![image](https://user-images.githubusercontent.com/189105/110183293-d863e780-7e0e-11eb-8407-b096c7267684.png) The zoom button let you zoom in and pan with the mouse. This will be in...