-
In my Solid Pod, I have the value:
`n:note "First\n\nSecond" ;`
This is to demonstrate adding multi-line string values. It works the first time we try to save the data, but not update. Upon some…
-
if `person` is a resource,
I can show its name with
```js
console.log((await person.name).toString())
```
but what type of object I get with
```js
console.log(await person.name)
```
?
-
Thank you again for this great example of a Solid app!
I would like to see the functionality to edit Tasks and Lists. Was this something you already had on your plans for this app? Otherwise I woul…
-
Hi! Not sure if this was caused by the sdk or by the data browser or by some other app, but there is a lot of `owl` data in my profile on dev.inrupt.net now (almost 500 lines, apparently?).
To repr…
-
#### Issue type:
- :bug: Bug
____
#### Description:
Some errors, like HTTP 404's, are not being emitted properly to the caller.
For example, the following code snippet will not be able to…
-
Something similar to:
```c#
public class ThingDef : BuildableDef /* BuildableDef inherits from Def */
{
public bool alwaysHaulable;
public bool designateHaulable;
public StuffProper…
-
Sorry, I haven't been following along what you've been up to, but it seems like you are going down a route that has been discussed, implemented and abandoned many times.
Are you trying to generate…
-
I'm using https://raw.githubusercontent.com/solid/query-ldflex/master/src/context.json for my GraphQL-LD query.
But `{ ldp:contains }` will result in `SELECT ?ldp WHERE { _:b1 undefined:contains ?l…
-
I was trying to test LDFlex by following the example instructions in the Readme and created the following program:
```javascript
const { PathFactory } = require('ldflex');
const { default: Comuni…
labra updated
5 years ago
-
The example given in the README:
```javascript
const { PathFactory } = require('ldflex');
const { default: ComunicaEngine } = require('ldflex-comunica');
// The JSON-LD context for resolving p…