Gary Tokman

Results 65 comments of Gary Tokman

@zhouhao27 did you run `yarn install` from the root of the project? Then in the example app: 1. yarn install 2. bundle install 3. npx pod-install ./ios

Also it would help to elaborate how where to add this: ```js import { execSync } from 'child_process'; import fs from 'fs'; const ext = process.platform === 'win32' ? '.exe'...

Trying the JS example, I get this error. ```js const message = "Tauri"; const command = Command.sidecar("binaries/app", ["ping", message]); const output = await command.execute(); const response = output.stdout; console.log(response); ```...

thanks @FabianLars, I got it working. Let me see if I can make a PR.

Thanks @pierretoussing. What doesn't work on 0.76?

@philipheinser got it! Can try it out this weekend. Are you yoga 2 as well?

@davidkoski responded to feedback! Agreed on your point that it's used in the test app not library. I didn't see the applications schemes in the project, let me know if...

@vmanot any updates on landing this & Perplexity? Also, this has been by far the best client API I've used. Cool to see so many modern Swift lang patterns used,...

Should be an easy fix by applying the resize mode here: https://github.com/candlefinance/faster-image/blob/e6f13256b4db961e29786edcac53f508848b7660/ios/FasterImageViewManager.swift#L359. I don't have the bandwidth to take this on atm, but if you make a PR, I'll merge...

There's an onError callback, is that being called?