Nick Jennings
Nick Jennings
ping @raucao
@raucao Agreed, just wanted to make a note of it.
https://www.w3.org/TR/activitystreams-core/#collections
For my own reference the way I was able to track down where the console log was coming from, was to add this to the platform.ts ``` // override-console.js (or...
Looks like it's originally from `xmppjs`, sentry was just also-wrapping the logging so it looked like it was coming from there I guess. ``` node_modules/.bun/@[email protected]/node_modules/@xmpp/sasl/index.js:17:15) ``` I'll probably propose a...
Filed an issue https://github.com/xmppjs/xmpp.js/issues/1091
@raucao OK, got all the build issues fixed. Are you still experiencing the error? Also, there was a breaking change in this PR: https://github.com/sockethub/sockethub/pull/902 Where actor is defined for these...
@raucao XMPP works fine for me with hyperchannel. I did find an issue with IRC where credentials were not being set if you try to login without a password, because...
Oh and I forgot to add, I also tried logging in to both XMPP and IRC with invalid credentials and didn't see any issues. No crashing.
This seems to be happening when using the `coverageThreshold` and `coverage` config options together: ``` $ cat bunfig.toml [test] coverage = true coverageThreshold = { functions = 0.85, lines =...