pax

Results 17 comments of pax

Yes, please support multiple apps and redo the directory structure because it's misleading. It would be perfect to have `copilot/apps/app-1/services/service-1`, `copilot/apps/app-1/environments/dev`. Also I want to be able to use copilot...

I was looking for the same thing. Maybe you're referring to `QA_PROMPT` :) I fixed the prompt instead, telling it `If you can't find the answer, say "I don't have...

@ggerganov maybe it's worth checking NNAPI using ONNX runtime? WhisperRN runs smooth with CoreML, but on Android, even the tiny model is way too laggy to be usable on a...

Same issue here ``` "@magic-sdk/react-native-expo": "22.3.2", "expo": "^49.0.11", "react-native": "0.72.6", ```

Hey @krystofwoldrich , > Could you share what is in metro-custom.config.js, from what I can see the source maps only resolve node_modules, but your application code is missing. Sure, this...

@krystofwoldrich Not fixed yet. > It's the shell script code that you can find in Xcode -> https://docs.sentry.io/platforms/react-native/manual-setup/manual-setup/#configure-automatic-source-maps-upload node_modules/@sentry/react-native/scripts/sentry-xcode.sh: ``` #!/bin/bash # Sentry Bundle React Native code and images #...

@krystofwoldrich here is the build phase script: ``` if [[ -f "$PODS_ROOT/../.xcode.env" ]]; then source "$PODS_ROOT/../.xcode.env" fi if [[ -f "$PODS_ROOT/../.xcode.env.local" ]]; then source "$PODS_ROOT/../.xcode.env.local" fi # The project root...

@krystofwoldrich we bump the app's version automatically, so it's safe to rule this out. Actually the problem is this: - source maps of our expo app are uploaded and can...

Closing is not a fix @assafelovic

Hey @redbar0n! Thanks for your feedback! Actually you have a pretty good idea. I could even offer something like 'npm create pax-starter', same way Tamagui or T3 does https://create.t3.gg/ I...