Christopher David

Results 10 comments of Christopher David

Login fails with console errors "unsupported browser" and "can not detect custom protocols on this browser". Same with two other Electron/Blockstack demo apps. Any ideas?

Looks cool! You marked it mandatory but I think it’s intentional that all NIPs other than NIP01 are marked optional. Like you can't be a Nostr relay without supporting NIP01...

Same here. Temporary workaround: Add `detachInactiveScreens={false}` to relevant navigators: ``` } detachInactiveScreens={false} > ```

Enjoyed using Bugsnag for my mobile app but this is was a dealbreaker now that I need web support. Switched to Sentry.

I had the same error (using zsh), works when I use `bash download.sh` as described here: ![image](https://github.com/meta-llama/llama3/assets/14167547/c0ef41eb-9d6d-48cd-b9ff-915295f47228)

Closing as superceded by #532

In the screenshot, looks like your user input was in another language and the AI responded in that same language, which is expected. Or are you saying the recording of...

@FaerieAI Please verify that your test suite passes (and exists) before submitting another PR.

Concept ACK! We've been talking about WebRTC signaling via Nostr in the TG channel here and there for a year or so, great to see it formalized.

Simple fix: in /Mapbox/Unity/Editor/Build/Mapbox_iOS_build.cs, change line 26 from: `string target = proj.TargetGuidByName("Unity-iPhone");` to `string target = proj.GetUnityFrameworkTargetGuid();` Further explained in PR #1513.