| 12 Jun 2023 |
gdamjan | ./result/bin/matrix-appservice-irc
Usage:
Generating an application service registration file:
/nix/store/1dyx7vs2isj2yl81ik2f3zxzwp3l233p-nodejs-18.16.0/bin/node -r [-f /path/to/save/registration.yaml] -u 'http://localhost:6789' -c CONFIG_FILE [-l my-app-service]
Running an application service with an existing registration file:
/nix/store/1dyx7vs2isj2yl81ik2f3zxzwp3l233p-nodejs-18.16.0/bin/node -c CONFIG_FILE [-f /path/to/load/registration.yaml] [-p NUMBER]
their Usage handling seems not quite right :D
| 22:16:11 |
gdamjan | so, mkYarnPackage runs yarn install with --ignore-scripts - funnily enough wants to run the build in prepare matrix-appservice-irc https://github.com/matrix-org/matrix-appservice-irc/blob/1.0.0/package.json#L13 | 22:22:26 |
gdamjan | so now I need to re-introduce yarn build somewhere, postBuild I guess | 22:22:53 |
| 13 Jun 2023 |
| @federicodschonborn:matrix.org changed their profile picture. | 20:55:50 |
| 14 Jun 2023 |
| raphi changed their display name from raphi (element unread channel fix when) to raphi. | 07:03:20 |
| 15 Jun 2023 |
| @ulli:hrnz.li set a profile picture. | 22:19:53 |
| 20 Jun 2023 |
| lord-valen joined the room. | 05:28:05 |
| 22 Jun 2023 |
hexa | bokehjs> npm ERR! code ENOTCACHED
bokehjs> npm ERR! request to https://registry.npmjs.org/p-map failed: cache mode is 'only-if-cached' but no cached response is available.
| 11:13:59 |
hexa | is this again due to lack of integrity hashes? https://github.com/bokeh/bokeh/blob/3.2.0/bokehjs/package-lock.json#L101 | 11:14:35 |
hexa | In reply to @hexa:lossy.network
"make/node_modules/p-map": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"aggregate-error": "^3.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
ah well, been there already | 11:17:59 |
Lily Foster | I actually do have an idea to deal with that, since it's so unfortunately common | 11:20:29 |
Lily Foster | Need enough time to finish hashing out the implementation though (and got sucked into refactoring prefetch-npm-deps when working on it to make it easier) | 11:21:18 |