Pierre Gronlier
Pierre Gronlier
same behavior here under debian with [email protected] intalled. with ans1 being the returned value of phantom.create in the index.js > [23:14:36] gulp-debug: build/index.html > file /mnt/c/Users/ticapix/workspace/runabove/build/index.html > url http://localhost:8000/index.html >...
switched to gulp-webshot
Hi, In my case, downgrading requests was introducing a dependency error with the docker package. Another workaround found https://github.com/docker/docker-py/issues/3113#issue-1685565058 is to force urllib3 version below v2 ```shell pip3 install "urllib3
In the context of Gaia-X, the ` Gaia-X Compliance` is applicable only on `Participants` and elements to build a `Service Offering`. Interoperability is between 2+ services. Trust is between 2+...
Any idea how to run the CI locally ?
> Tox is great for testing different Python versions locally. Setting up a local CI for full cross-platform tests is probably not worth the effort. > > I updated the...
@sneakers-the-rat like that [185e6ed](https://github.com/linkml/linkml-runtime/pull/361/commits/185e6ed02ccd79c0aab0d959ad73df52cc2c930c) ? I used `typing_extensions.deprecated` - which is already a dependency - on all methods not starting with an `_`, and yes ... running the tests, it's...
@sneakers-the-rat *(few hours of sleep later)* fixed in [73effc9](https://github.com/linkml/linkml-runtime/pull/361/commits/73effc99c2a2d76cd9c6270ccfc04f64e20c9e80) by using `warning.warn` at the top of the module and switch to `PendingDeprecationWarning` ``` ====== 384 passed, 278 skipped, 1 xfailed,...
I started this PR to address bugs in the RDF serialisation and python module generation. In the end, I wrote my own pydantic generator from a linkml SchemaView object, with...
of course, this PR is broken if we consider that only `rdf:langString` can have a language tag. https://www.w3.org/TR/rdf12-concepts/#section-Graph-Literal However, it would still fix the missing `datatype` tag during conversion. Any...