Tomasz Pluskiewicz
Tomasz Pluskiewicz
### Checks - [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue - [X] I have run `fig doctor` in the affected terminal session - [X]...
Specifically, I have a package with an export map like this ```json { "name": "@hydrofoil/roadshow-ng", "exports": { ".": "./index.js", "./rs-view.js": "./rs-view.js", "./viewers.js": "./viewers.js" } } ``` In other packages I...
In a mocha test I use readable-stream and I got this ``` Error: Cannot find module '../crypto/util' Require stack: - packages/formats/node_modules/readable-stream/lib/internal/streams/lazy_transform.js ``` I did not find why it gets loaded...
To use the CLI it is now required to install `ts-node` because the package bundles the TypeScript sources
When a value is outside of `sh:in` list, the message is a misleading > Value is not in Blank node g1. It should instead say something like > Value is...
ESM fix
Fixes #9 In addition to `type: module`, the modules must all be referenced with `.js` extension. As a side note, I can highly recommend using [eslint-plugin-require-extensions](https://github.com/solana-labs/eslint-plugin-require-extensions) which ensures the extensions...
Running v5.0.2 and oxigraph I observed two surprising behaviors when opening the default entity page. I start oxigraph with the `union-default-graph`. I have a single resource is one graph. 35...
I configured trifid with Lando but I expect the same would happen with plain docker compose. When started, I quickly get the `Server listening on http://0.0.0.0:8080` message in logs but...