Patrick Golden
Patrick Golden
First of all, thank you for making your proxy public. It's been a great help in a browser-based application I'm working on that needs to consume linked data. I'm going...
I am trying to open a Web browser upon launching redbean with the command `LaunchBrowser("/")`. The server starts up fine, but the browser fails to open with the error message...
This is related but distinct from #71. It's certainly possible to make the interface work to view a Web data source without ever using indexedDB, but it would take some...
**Describe the bug** When code instantiating Pydantic models built through LinkML is type-checked with Pyright, optional fields not included in kwargs to the constructor are marked as missing. I have...
It would be nice to have an RSS feed for the content in `_posts`. The "blessed" method for jekyll seems to be . I am happy to open a PR...
**Is your feature request related to a problem? Please describe.** `kgx`'s CLI allows transforming several files at once via a process pool, but it is not possible to use multiple...
The Koza documentation suggests iterating through rows in a transform by writing the code: ``` while (row := koza_app.get_row()) is not None: ``` What is the purpose of `is not...
[WIP description]
Koza supports reading data from two archive formats: zip and tar. However, they are possibly treated differently. If a zip archive is listed in a transform's `files` setting, then only...