-
_Originally posted by @danielbeeke in https://github.com/LDflex/LDflex/issues/251#issuecomment-1077737849_
jeswr updated
2 years ago
-
It looks like the current build has a bug:
I had to change:
ExecuteQueryHandler.js
```
const subject = binding.values().next().value;
```
to
```
const subject = [...binding.values()].po…
-
#### Issue type:
- :bug: Bug
____
#### Description:
____
#### Environment:
I was trying to upgrade ldflex-comunica and encountered these failing workflows https://github.com/LDflex/…
jeswr updated
2 years ago
-
Would resolve https://github.com/LDflex/LDflex/issues/156
jeswr updated
2 years ago
-
While querying this source `https://raw.githubusercontent.com/polifonia-project/sonar2021_demo/develop/src/assets/data/data.v2.json` with following code:
```
const { PathFactory } = require('ldfle…
-
Algunos componentes de la librería [@solid/react](https://github.com/solid/react-components) aceptan expresiones LDFlex para alcanzar ciertos datos del POD como se describe en esta sección de su docum…
-
hi, my last npm update show me a dependency vulnerability on jsonld
"@ldflex/rdflib": "^1.0.0",
"@solid/query-ldflex": "^2.11.3",
(last version of "jsonld" is "version": "5.2.1-0")
…
-
Ultimately this would be much lower (244KiB), here is the bundle makeup:
The largest problems are:
- node-forge: a transient dependency of node-jose
- node-jose: As far as I can tell, this …
-
## Approach
Start with a generic VC-API presentation flow?
## Questions
- If have multiple credentials, how to manage. (e.g. 2 different `PermanentResidentCards`)
## Requirements
- VP Request…
-
The ldflex playground seems to have moved here, but the link in the sidebar still points to https://solid.github.io/ldflex-playground/
The deployment at
https://ldflex.github.io/Solid-Playgroun…