Results 18 comments of Adler Faulkner

> I'm specifically interested in forwarding the ref mentioned above so that my useRef returns the DOM element instead of the react component. I'm unable to do a ref.current.contains(e.target) because...

+1 Getting an error message saying `Cannot read properties of null (reading 'style')` ocassionally when using react-custom-scrollbars in react components that are rendered in the content script of a browser...

Still having this problem on MacOS. Result of atom --version: Atom : 1.58.0 Electron: 9.4.4 Chrome : 83.0.4103.122 Node : 12.14.1

A workaround to this problem is to remove the prefix from prefixes and use the full uri as the slot_uri and anywhere else that prefix was used. For example I...

Also when attempting to infer the output type as jsonld via: `linkml-convert -s personinfo.yaml person.yaml -o data.jsonld` I get: ``` Traceback (most recent call last): File "/Users/adlerfaulkner/skl/venv/bin/linkml-convert", line 8, in...

Looks like the `json-ld` case here in [datautils.py](https://github.com/linkml/linkml/blob/009766b4fc2a2d877d8ed2750046cc43b9ea031b/linkml/utils/datautils.py#L28) should be using `RDFDumper` rather than `RDFLibDumper`. [`RDFDumper#dump`](https://github.com/linkml/linkml-runtime/blob/main/linkml_runtime/dumpers/rdf_dumper.py#L66) supports a `contexts` argument while [`RDFLibDumper#dump`](https://github.com/linkml/linkml-runtime/blob/main/linkml_runtime/dumpers/rdflib_dumper.py#L118) does not. ``` dumpers_loaders = { 'yaml': (YAMLDumper,...

I have another example of this when trying to use `slot_uri: rr:class` (from the [rml ontology](https://rml.io/)). I get this error when running `linkml-convert` ``` (venv) Adlers-MacBook-Pro-2:skl-model adlerfaulkner$ linkml-convert -o data.ttl...

+1 when using `chrome.tabs.get` in a test