json-ld
Here are 305 public repositories matching this topic...
Hello, is there a way to add a richer authors support for articles/blog posts that were written by multiple people?
Right now we only have authorName={'John Cena'} , which is just a String. And results to:
"author": {
"@type": "Person",
"name": "John Cena"
},
Could we have that as a String[] so we can pass authorName={['John Cena','Scott Steiner']}
This way the JSON
-
Updated
Oct 14, 2020 - PHP
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
Oct 13, 2020 - JavaScript
-
Updated
Oct 8, 2020 - Ruby
all of the cors_catch wrapper stuff should be moved to http_request_expansion
Example
https://github.com/Anniepoo/identity/blob/master/prolog/identity/identity.pl
-
Updated
Oct 6, 2020 - Python
-
Updated
Oct 9, 2020 - Python
-
Updated
Jan 1, 2019 - PHP
-
Updated
Jul 24, 2020 - PHP
-
Updated
Sep 19, 2020 - HTML
-
Updated
Jul 9, 2020 - Go
-
Updated
Sep 23, 2020 - Java
-
Updated
Sep 21, 2020 - JavaScript
-
Updated
Sep 25, 2020 - TypeScript
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
Jun 17, 2020 - PHP
-
Updated
May 17, 2019 - PHP
-
Updated
Aug 31, 2020 - TypeScript
-
Updated
Oct 13, 2020 - C#
-
Updated
May 25, 2020
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
Remove any google fonts dependency from api-platform.
Example
Remove the google font stylesheet in line 8 of 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 big company where any call to the fonts.googleapi.com CDN takes 30 seconds