Reto Gmür
Reto Gmür
The class is annotated with: @Service(Array(classOf[TypeRenderlet])), it suggests to remove the import for TypeRenderlet.
See https://developer.chrome.com/docs/android/trusted-web-activity/web-share-target/
The tutorial included the following code example: ``` [...] var data = new $rdf.Serializer(graph).toN3(graph) solid.web.post(defaultContainer, data).then(function(meta) { [...] ``` This code doesn't specify the Media-Type to be used in the...
But it appears as soon as the last firefox windows is closed.
When ssb-base is freshly created it has the wrong permissions and requires the user to run chmod 777 ssb-base
The container stops immediately with the following log ``` 2020-07-18 10:47:13,122 Warning: failed to create script directory '/run/user/1000/xpra': 2020-07-18 10:47:13,122 [Errno 2] No such file or directory: '/run/user/1000/xpra' 2020-07-18 10:47:13,122...
The README lists the [RPC Procedures that an implementation needs to implement](https://github.com/ssb-ngi-pointer/netsim#required-muxrpc-calls) to be testable in netsim. All but one of these procedures are not mentioned in the linked SSB...
To allow client side applications like https://synospecies.plazi.org/ to use the openbiodiv SPARQL Endpoint this should enable CORS (see https://enable-cors.org/).
The HTTP RFC 7231 defines the q-value as “relative ‘weight’ to the preference”. The two examples provided in section 5.3.2 imply two different interpretations of what that means. The first...