Dan Turkel
Dan Turkel
**Is your feature request related to a problem? Please describe.** According to [Sphinx's documentation on Numpy docstrings](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_numpy.html), types can be excluded from the docstrings for parameters which are hinted in...
- [x] I have searched the [issues](https://github.com/getpelican/pelican/issues?q=is%3Aissue) (including closed ones) and believe that this is not a duplicate. - [x] I have searched the [documentation](https://docs.getpelican.com/) and believe that my question...
Hi, I love the plugin but was wondering if it's possible to disable the conceal behavior just for links? I don't _think_ there's currently a way to do this via...
Thanks to github markdown, it's pretty common to make todo lists like so: ```markdown - [ ] unfinished task - [x] finished task ``` It would be nice if hitting...
Hello, I'm wondering what the current status of TFRS is. I see the repo is still somewhat active, but there hasn't been a release since 0.6.0 almost a year ago....
I've confirmed that the Argo Workflows schema is located in the default schemastore url `https://www.schemastore.org/api/json/catalog.json`, but it doesn't appear when I run `CocCommand yaml.selectSchema` (even though tons of others do....
I've looked through some source and it doesn't appear that themes are able to define color for line numbers. In css, the line numbers get `class="lineno"`, but there's no corresponding...
`**[Test](http://link.com)**` does not highlight as a link while `** [Test](http://link.com) **` does highlight. The problem is that the latter will not be valid for a bold link (the boldness won't...
### Description Currently there are two ways we can handle transformations performed by ray data: 1. Materialize ahead of time, then all downstream actions (multiple training epochs) will use the...
Hello, I've recently started using voyager in a project, but I've noticed that VSCode has no code completion abilities for the library. II believe this is because python libraries that...