Michael Milton

Results 725 comments of Michael Milton

Actually, it might be possible to avoid the string conversion, and just simplify it to: ``` FILTER(?metadatafile IN (, )) ```

Good point, I found it confusing that the spec never discusses the absolute URL of the crate. As you say, `rdflib` seems to assume that it can absolutize it using...

What is the status of this PR? Does it need another review (@mirpedrol)?

Related to this, I've written a new filtering function as part of my front end work that may solve this, `build_filter_query`: https://github.com/ewels/MegaQC/blob/9b7824a91d9600854f73f86687b09fb35106134f/megaqc/api/filters.py It's designed to replace `build_filter` (which creates a...

Actually I just realised why the code was written like it was. Say you have a sample with two pieces of data, for example a cohort tag ("this sample belongs...

I think this is fine. My proposed implementation only affects the type system and not at runtime, so if you do `Literal(1.23, datatype=XSD.integer)` it will create a float literal with...

Thanks for the recommendation. This isn't a good reason, but we use `dua` in our HPC facility and for admin + docs reasons, it would be easier to have one...

Can you attach some of these errors please? The PR won't solve all mypy errors but it should eliminate some and clarify others.

> In my case, the stub module is not being found. I'm likely just doing something wrong. I've now added the `py.typed` file which should tell your IDE that there...

Hmm part of the problem is these top level files that live directly in `site-packages`, like `omero_model_CodomainMapContextI.py`, which are used directly in the unit tests instead of `omero.model`. They make...