json-ld
Here are 300 public repositories matching this topic...
Currently we save every URI ever qname'd forever in here: https://github.com/RDFLib/rdflib/blob/master/rdflib/namespace.py#L289
If you serialize a big graph in a store that is off disk, we may run out of memory.
Either:
- Add a lru_cache (from py3 functools + this 2.7 implementation
- Depend on
-
Updated
May 23, 2020 - JavaScript
-
Updated
Jul 24, 2020 - Ruby
Terminus Server uses system:main/0 calls user hook main/1 to be prologscript compliant, which is good. But it hand parses (and not well) the argv list. let's move this to a proper optparse parsing before it becomes a nuisance.
-
Updated
Aug 24, 2020 - Python
-
Updated
Aug 6, 2020 - Python
-
Updated
Jan 1, 2019 - PHP
-
Updated
Jul 24, 2020 - PHP
-
Updated
Jul 9, 2020 - Go
-
Updated
Aug 24, 2020 - Java
-
Updated
Aug 22, 2020 - HTML
-
Updated
Aug 14, 2020 - JavaScript
Describe the feature
I'm not 100% sure we actually get this from our data source but it would be nice having a program-accessible constant that refers to the Schema.org version that the code is currently using.
-
Updated
Aug 25, 2020 - TypeScript
-
Updated
Jun 17, 2020 - PHP
-
Updated
May 17, 2019 - PHP
-
Updated
Aug 25, 2020 - TypeScript
-
Updated
Aug 21, 2020 - C#
-
Updated
May 25, 2020
-
Updated
Oct 17, 2018 - Java
Improve this page
Add a description, image, and links to the json-ld topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the json-ld topic, visit your repo's landing page and select "manage topics."


Description
To be able to optionaly remove the google fonts dependency on any page of the api-platform.
Example
Remove the google font stylesheet in line 8 in the file api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable.
Context
I'm working on an intranet application for a 100000+ employees company and