Loren Segal
Loren Segal
The issue template provides "Steps to reproduce", which is still missing from this issue: ``` ## Steps to reproduce This is the minimal reproduction for the issue. I've done my...
Unfortunately I cannot reproduce the issue with the steps provided. `continue` is not a known method in my pry environment. Have you tried following the steps as you listed them?...
This is a known issue-- `(private|public)_class_method` is not supported as an inline prefix to defs, just as `public` or `private` prefixes are also not yet supported. A PR would be...
YARD actually supports readthedocs style rst documentation via "Guide style documentation": https://github.com/lsegal/yard/blob/master/docs/WhatsNew.md#added-new--t-guide-template-for-guide-based-docs-070 You can see this in YARD source: ``` git clone git://github.com/lsegal/yard cd yard ruby bin/yard doc --yardopts .yardopts_guide...
Hi there. Macros can be defined in a gem!
Can confirm that this compiles on Windows, but the plugin is not detectable by VST hosts. As a sidenote, I'm also not seeing any `VSTPluginMain` or equivalent type exported symbols...
YARD has a "guide" template and YARD itself actually has a special [`.yardopts_guide` options file](https://github.com/lsegal/yard/blob/main/.yardopts_guide) for generating in this form: ```sh cd path/to/yard yard --yardopts .yardopts_guide ```  The longer...
PS: this format requires zero code and could be used in a source tree that had nothing but markdown files as a basic "readthedocs" style generation tool for plain old...
The challenge here is that this Ruby code is fairly undefined in the larger context of the full codebase. I'd say the only reasonable approach would be to have a...