Jonny Saunders
Jonny Saunders
Starting on docs, but PR still ready for review. sorry if tests fail for a bit. added black string formatting method that we can also work into the generator itself...
Take ur time, its a bazillion LoC on a Friday evening. And I havent even written the docs yet anyway lol :)
lets put a live array representation generator in the docs page lmao https://github.com/orgs/linkml/discussions/1963
Merging some stuff from review and adding additional TODO items before merge in the top comment :)
about to work on docs, and question: what do we want to call the two types of arrays? I had tentatively called them "NDArrays" and "Indexed arrays," but how were...
imho we should not try and represent arrays natively in RDF, and instead use a strategy of rendering a binary blob with encoding metadata including shape and dtype, bencode/etc. that,...
That is reasonable. To be clear I wasnt making a formal proposal and just using JSON as a shorthand there. Ill write a more formal draft of what im thinking,...
For the sake of google-ability in case we resolve it the error is: ``` Dockerfile:19 -------------------- 17 | 18 | # Build project. The .git directory is needed for poetry-dynamic-versioning...
I cant find any docs about not being able to do git refs in COPY, but in guides re: how to add git repo they say to use ADD like:...
OK https://github.com/linkml/linkml/pull/1980 fixes. boy i do not care for docker lol