This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (lldb) bt | |
| * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x20) | |
| * frame #0: 0x0000000104ce10ec Bluesky`std::__1::weak_ptr<facebook::react::EventDispatcher const>::lock(this=0x0000000000000018) const at shared_ptr.h:1871:20 | |
| frame #1: 0x0000000104ce0e70 Bluesky`facebook::react::EventEmitter::dispatchEvent(this=0x0000000000000000, type="playerStateChange", payload=std::__1::shared_ptr<const facebook::react::EventPayload>::element_type @ 0x0000600001968798 strong=1 weak=1, priority=AsynchronousBatched, category=Unspecified) const at EventEmitter.cpp:99:43 | |
| frame #2: 0x0000000104ce0b00 Bluesky`facebook::react::EventEmitter::dispatchEvent(this=0x0000000000000000, type="", payloadFactory= Lambda in File ExpoFabricViewObjC.mm at Line 154, priority=AsynchronousBatched, category=Unspecified) const at EventEmitter.cpp:85:3 | |
| frame #3: 0x00000001044be700 Bluesky`expo::ExpoViewEventEmitter::dispatch(this=0x0000000000000000, eventName="playerStateChange", payloadFactor |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2024-06-06 08:52:12.678 21901-21992 .blueskyweb.app xyz.blueskyweb.app E No implementation found for com.facebook.jni.HybridData expo.modules.kotlin.jni.JavaScriptModuleObject.initHybrid() (tried Java_expo_modules_kotlin_jni_JavaScriptModuleObject_initHybrid and Java_expo_modules_kotlin_jni_JavaScriptModuleObject_initHybrid__) - is the library loaded, e.g. System.loadLibrary? | |
| 2024-06-06 08:52:12.681 21901-21992 ReactNativeJS xyz.blueskyweb.app E Error: Exception in HostObject::get for prop 'NativeUnimoduleProxy': java.lang.UnsatisfiedLinkError: No implementation found for com.facebook.jni.HybridData expo.modules.kotlin.jni.JavaScriptModuleObject.initHybrid() (tried Java_expo_modules_kotlin_jni_JavaScriptModuleObject_initHybrid and Java_expo_modules_kotlin_jni_JavaScriptModuleObject_initHybrid__) - is the library loaded, e.g. System.loadLibrary?, js engine: hermes | |
| 2024-06-06 08:52:12.683 21901-21992 ReactNativeJS xyz.blueskyweb.app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import UIKit | |
| import VisionKit | |
| class ViewController: UIViewController { | |
| var imageView: UIImageView? | |
| @available(iOS 16.0, macCatalyst 17.0, *) | |
| static let imageAnalyzer = ImageAnalyzer.isSupported ? ImageAnalyzer() : nil | |
| override func viewDidLoad() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import {BskyAgent} from '@atproto/api' | |
| import {dataToCborBlock, TID} from '@atproto/common' | |
| import {lexToIpld} from '@atproto/lexicon' | |
| import {cborToLex} from '@atproto/repo' | |
| const agent = new BskyAgent({ | |
| service: 'https://pds.haileyok.com', | |
| }) | |
| const doIt = async () => { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { | |
| AppBskyEmbedImages, | |
| AppBskyFeedPost, | |
| BskyAgent, | |
| } from '@atproto/api' | |
| import * as dotenv from 'dotenv' | |
| import {ComAtprotoSyncSubscribeRepos, subscribeRepos, SubscribeReposMessage} from 'atproto-firehose' | |
| import Anthropic from '@anthropic-ai/sdk' | |
| import axios from 'axios' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": 0, | |
| "bundler": "metro", | |
| "clientVersion": "1.72", | |
| "fileMetadata": { | |
| "ios": { | |
| "bundle": "bundles/e66baa6dc08188f2648433eac3e8820a.bundle", | |
| "assets": [ | |
| "assets/7d40544b395c5949f4646f5e150fe020.png", | |
| "assets/cdd04e13d4ec83ff0cd13ec8dabdc341.png", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Example: https://github.com/expo/custom-expo-updates-server/blob/468b7182abe2c888a5d605e902cbca37eaf42bc1/expo-updates-server/pages/api/manifest.ts#L131 | |
| id: Unique string, uuid.v4() maybe | |
| createdAt: unix timestamp of the deployment | |
| runtimeVersion: passed in through a header (or url param, whatever works) when sending from github action to server | |
| launchAsset: metadata.json -> fileMetadata -> ios/android -> bundle. This should probably only be the file name, | |
| not the entire path. | |
| assets: metadata.json -> fileMetadata -> ios/android -> assets. The distinction between platforms seems important, | |
| since not all assets are used on either platform. | |
| metadata: empty object |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": 0, | |
| "bundler": "metro", | |
| "fileMetadata": { | |
| "ios": { | |
| "bundle": "_expo/static/js/ios/index-b89220236b2baeffabcb4ebc36b2c018.hbc", | |
| "assets": [ | |
| { | |
| "path": "assets/7d40544b395c5949f4646f5e150fe020", | |
| "ext": "png" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| libc++abi: terminating due to uncaught exception of type std::__1::bad_function_call: std::exception | |
| (lldb) bt | |
| * thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGABRT | |
| frame #0: 0x000000010612c9ec libsystem_kernel.dylib`__pthread_kill + 8 | |
| frame #1: 0x00000001063d71d0 libsystem_pthread.dylib`pthread_kill + 256 | |
| frame #2: 0x00000001801605cc libsystem_c.dylib`abort + 104 | |
| frame #3: 0x000000018028ec78 libc++abi.dylib`abort_message + 128 | |
| frame #4: 0x000000018028017c libc++abi.dylib`demangling_terminate_handler() + 272 | |
| frame #5: 0x000000018005fc00 libobjc.A.dylib`_objc_terminate() + 140 | |
| frame #6: 0x000000018028e150 libc++abi.dylib`std::__terminate(void (*)()) + 12 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "feed": [ | |
| { | |
| "post": { | |
| "uri": "at://did:plc:oisofpd7lj26yvgiivf3lxsi/app.bsky.feed.post/3kmgmxn5omk2g", | |
| "cid": "bafyreigwb5pgppijhpywi7pyyq57ardgpwo3qc6fx4mi2j5alzilwoy7je", | |
| "author": { | |
| "did": "did:plc:oisofpd7lj26yvgiivf3lxsi", | |
| "handle": "haileyok.com", | |
| "displayName": "Hailey (internected)", |