Michael

Results 32 comments of Michael

> It won't link to Cyclic without the package lock.json. Are you able to compile the project?

> Thanks, but I have no plan to refactor this product for now but will do it if I have free time. I almost got this to compile with these...

https://github.com/nicolasblanco/shopix/pull/37

Still having trouble receiving a message: 1) `~~~~~~~~~~` `INSTANCE B)` `~~~~~~~~~~` ``` iex(17)> {:ok, follow_pubkey} = NostrBasics.Keys.PublicKey.from_npub("npub1wnpd8xykcg3rs90c463f0yaqq7st9upxyz4fe5q697cttnp3nazq8fehvc") iex(17)> NostrBasics.Keys.PublicKey.to_npub(pubkey) :ok iex(18)> 21:47:13.211 [info] sent an follow command for t�Ә��"8^U������^G���& ���^Z/���1�D...

Got the same error with a binary pubkey: ``` ok, } iex(4)> {:ok, follow_pubkey} = NostrBasics.Keys.PublicKey.from_npub("npub1wnpd8xykcg3rs90c463f0yaqq7st9upxyz4fe5q697cttnp3nazq8fehvc") {:ok, } iex(5)> NostrApp.follow(follow_pubkey) :ok iex(6)> 21:41:08.241 [info] sent an follow command for t�Ә��"8^U������^G���&...

I see this also, the problem is in VIMediaCache. In VIResourceLoaderManager.m:108` a nil NSURL is returned, resulting in a crash. ```objective-c - (AVPlayerItem *)playerItemWithURL:(NSURL *)url { NSURL *assetURL = [VIResourceLoaderManager...

> Hey Michael! Creating a multi-node Postgres cluster is not at all required to deploy Algora TV, you can actually just use a single-node setup. [Fly.io docs](https://fly.io/docs/postgres/connecting/connecting-internal/) walk you through...

Ive learned a little bit more about deploying to fly since this bug got filed. I will try again.

@WurmPeter thats great advice, thanks.