Jonny Saunders

Results 188 issues of Jonny Saunders

I am trying to piece my way through the code and I figured it would probably be easier to just ask. Perhaps related to : https://github.com/python-graphblas/python-graphblas/issues/427 - Starting from the...

discussion

I am seeing automatically generated code that seems to come from https://github.com/python-graphblas/python-graphblas/blob/main/graphblas/core/automethods.py , and I'm wondering when this gets done? Seems like something worth documenting Part of: https://github.com/pyOpenSci/software-submission/issues/81

discussion

I'm reading through the user guide and trying to match the descriptions to implementations as I go, and I wonder how y'all are imagining this relatively slippery question of "User...

documentation
discussion

I see that the operator module was split up! nice! In reading the docs, it seems like there are further ways the structure of the package could match the structure...

documentation
discussion
hygiene

I'll gather some thoughts on organization of the notebook examples that aren't bugs but style and readability suggestions here, rather than opening several issues: ## Global Structure - It's not...

documentation
hygiene

Continues: https://github.com/linkml/linkml-runtime/pull/316 Sorry to keep doing this with CI actions - as far as I know I can't test them on the fork until they are in main? The previous...

hi i'm โ€‹๐Ÿ‡ธโ€‹โ€‹๐Ÿ‡นโ€‹โ€‹๐Ÿ‡ทโ€‹โ€‹๐Ÿ‡ฎโ€‹โ€‹๐Ÿ‡ณโ€‹โ€‹๐Ÿ‡ฌโ€‹ โ€‹๐Ÿ‡ทโ€‹โ€‹๐Ÿ‡ชโ€‹โ€‹๐Ÿ‡ตโ€‹โ€‹๐Ÿ‡ทโ€‹โ€‹๐Ÿ‡ชโ€‹โ€‹๐Ÿ‡ธโ€‹โ€‹๐Ÿ‡ชโ€‹โ€‹๐Ÿ‡ณโ€‹โ€‹๐Ÿ‡นโ€‹โ€‹๐Ÿ‡ฆโ€‹โ€‹๐Ÿ‡นโ€‹โ€‹๐Ÿ‡ฎโ€‹โ€‹๐Ÿ‡ดโ€‹โ€‹๐Ÿ‡ณโ€‹ โ€‹๐Ÿ‡ดโ€‹โ€‹๐Ÿ‡ซโ€‹ โ€‹๐Ÿ‡ฒโ€‹โ€‹๐Ÿ‡ดโ€‹โ€‹๐Ÿ‡ฉโ€‹โ€‹๐Ÿ‡ชโ€‹โ€‹๐Ÿ‡ฑโ€‹ โ€‹๐Ÿ‡ฉโ€‹โ€‹๐Ÿ‡ชโ€‹โ€‹๐Ÿ‡ซโ€‹โ€‹๐Ÿ‡ฎโ€‹โ€‹๐Ÿ‡ณโ€‹โ€‹๐Ÿ‡ฎโ€‹โ€‹๐Ÿ‡นโ€‹โ€‹๐Ÿ‡ฎโ€‹โ€‹๐Ÿ‡ดโ€‹โ€‹๐Ÿ‡ณโ€‹ you might remember me from other print statements such as >>> sv = SchemaView('tests/test_loaders_dumpers/input/personinfo.yaml') >>> cls = sv.get_class('Person') >>> print(cls) ClassDefinition(name='Person', id_prefixes=[], id_prefixes_are_closed=None,...

Continues: https://github.com/linkml/linkml-runtime/pull/310 Fix: https://github.com/linkml/linkml/issues/2047 Previously I had fixed some problems with `linkml_files` but didn't test the URL_FOR function. This is used by the ContextGenerator and RDFGenerator, and causes linkml tests...

Waiting for tests to run on the array branch and browsing through issues and PRs, noticed there was one for optimizing `get_classes_by_slot` https://github.com/linkml/linkml-runtime/pull/300 and any time there's an `induced_slot` perf...

Merging in functionality from main linkml loaders (see: https://github.com/linkml/linkml/pull/1967 )