Corpulent Brony

Results 16 comments of Corpulent Brony

This would be especially helpful since some sites that use HNS for authentication require you to sign a message. This is impossible to do today using Ledger. (cross-posted to https://github.com/handshake-org/ledger-app-hns/issues/9)

> FYI, if you want to have nearly the same affect before this has been added you can use ledger passphrase Thanks, I'm aware and already use passphrase, but it's...

Not sure why nobody's come along to let this thread know, but apparently you can use dynamic imports in CJS apps still: https://github.com/ipfs/js-ipfs/blob/master/docs/upgrading/v0.62-v0.63.md

> This did not work for me, not sure if it requires additional tsconfig properties, but I get the same `ERR_PACKAGE_PATH_NOT_EXPORTED` thrown from the dynamic import. I'm using `esModuleInterop: true`...

> Your tsconfig is [set to output CJS](https://github.com/rawatnaresh/firebase-functions-ipfs/blob/main/functions/tsconfig.json#L3) - it needs to output ESM instead. > > Add `"type": "module"` to your `package.json`, and in `tsconfig.json` change `"module"` to `"ES2020"`...

It appears there may be something else going on here, I just tried to bridge a Discord server where I'm the owner, and I'm not even getting a message there...

Isn't happening, bot's saying nothing on Discord. Bot is present and appears online. ``` Apr-18 05:24:43.924 [MatrixCommandHandler] error: Error bridging !hmYfKUBJIiMiTpOSkF:mlp.chat to 831367801234915338/833211281858887700 Apr-18 05:24:43.924 [MatrixCommandHandler] error: Error: Guild "831367801234915338"...

Is it possible it's not recognizing newer snowflake IDs? Tried again in an older server I own and it accepts the guild ID but doesn't like the channel ID. `Apr-18...

OK, I'm pretty sure the core of the problem is better-discord.js isn't finding rooms for some reason. [Screenshot showing URL of channel and the presence of the Discord bot](https://u.smutty.horse/maqlhxjhzap.png) When...