David Norman

Results 13 comments of David Norman

Hi @Ahmed-Ali any help or links would be appreciated, thanks!

@luciilucii I've also seen this behavior, have you found a solution yet?

I ran into this error today when trying to subscribe a single SQS queue to listen to multiple SNS Topics. Each of these SQS Queues are mapped to a single...

I was able to resolve my issue, but it looks like there could be a bug with parsing credentials from the default location on MacOS. I tried directly linking to...

Ah, I see that makes a lot of sense. Thank you for the detailed response. That will work for my purposes for now. Thanks!

Yeah, I'm seeing the same thing. If the tests fail then this plugin will not be executed: ``` +------+------------------+-------------+ | fastlane summary | +------+------------------+-------------+ | Step | Action | Time...

I'm also receiving this error. Seems like it might be an Alby Network error, but I'm able to authenticate with the same alby wallet [here](https://webln.twentyuno.net/) so I don't think it's...

I was able to successfully sign in via localhost by changing the callback url to use http instead of https. https://github.com/reneaaron/lapp-template/blob/master/src/server/auth.js#L100 It looks like this PR would solve that issue...

@ponderingdemocritus This is based on your earlier instructions to include and use vitest: https://github.com/ai16z/eliza/issues/340#issuecomment-2480255525

@ponderingdemocritus Thanks for the feedback! Just pushed an update based on comments