Ricardo Decal
Ricardo Decal
### Describe the bug The documentation for `allowed_paths` states: > List of complete filepaths *or parent directories* that gradio is allowed to serve. Must be absolute paths. Warning: if you...
fixes minor typo where quotes are improperly outside the brackets rather than inside
Markdown code blocks containing the bash sequence `$'\t'` are being prematurely terminated, causing content after the sequence to be rendered outside the code block and duplicated. ## Reproducible Example \`\`\`shell...
# Expected behavior When I disable dg-enable-search for a note, I do not want it to appear in 1) searches from the search bar or 2) if I search by...
First and foremost, thanks for the awesome plugin! My website has a few dataview pages, such as [my homepage](https://www.richarddecal.com/) and [tags page](https://www.richarddecal.com/tags/). If I click on a tag, the search...
Adds a new tutorial serving Pytorch models on Ray Serve. This should be merged after https://github.com/pytorch/tutorials/pull/3694 since otherwise the new Ray version will break the existing Tune tutorial. I will...