Victor
Victor
I forgot to copy @jakobandersen's comment, but it is probably very useful to add here! > there is a high chance that the problem is somewhere in `Doxygen` / `Breathe`....
I want to determine if it's Doxygen or Breathe itself. I will configure the bug isolation example to work verbosely while launching Doxygen. ```python exhale_args = { "verboseBuild": True, }...
Thanks a lot, I see a lot of differences in Meld now! A notable one would be in `namespaceSwissalpS_1_1FooTest_1_1IRC.xml`. Doxygen 1.8.**13**: ```xml called from lua by core.abort(iNumber) as irc.abort(iNumber) ```...
> Can you share exact Doxyfile you were using? No problem, [there it is](https://mega.nz/folder/Dkd3zQxZ#on7IaD3jAsecEo0yR5ktlQ/folder/X0UVgQxC), I think I copy-pasted it right from my recent comment. I thought it might be better...
Thanks for the code! > but I don't know if rxi would like that idea Which is a very important question indeed, because current design is using asterisk in the...
@StarrKiss, please try something like this: ``` Path=/home/StarrKiss/lite ```
I'd say Markdown is useful on both mobile and desktop. At the very least, I'd like to be able to write Markdown URLs and add images.
Thanks for working on the issue, @kekkyojin. I have noticed that Markdown doesn't render in the descriptions on Android today and I'm glad to know it'll be fixed later.
Oh hey! :-) [This](https://github.com/vicgalle/gpt-j-api/blob/7f78623ca3d4f9554ab85324113df8c84669553f/serve.py#L78) is where generation happens, you can extend or copy-paste the `/generate` API segment and add an argument to call it several times, appending to a list.
I'm also very interested in the feature or any links on its implementation, thanks!