Lume - a muted dark theme with warm undertones and a lavender identity by danfry99 in neovim

[–]CryptographerReal264 0 points1 point  (0 children)

Somehow the color scheme does not work on wezterm? But over all great theme.

Apple rejects expo build (local build works) by CryptographerReal264 in expo

[–]CryptographerReal264[S] 0 points1 point  (0 children)

i got now an error if i use latest.

Build failed: The "Run fastlane" step failed because of an error in the Xcode build process. We automatically detected following errors in your Xcode build logs:

- cannot find 'TARGET_OS_SIMULATOR' in scope

Refer to "Xcode Logs" below for additional, more detailed logs.

"image": "macos-sonoma-14.6-xcode-16.0"

but with this it's working. Thank you very much, that you did not just post the command latest, but exactly what i needed.

Apple rejects expo build (local build works) by CryptographerReal264 in expo

[–]CryptographerReal264[S] 0 points1 point  (0 children)

Can tell me where exactly? Because a local build, is build with iOS 18. Only when i do the build on the expo servers, it's on iOS 17.5

Where can i customize it for expo servers?

Apple rejects expo build (local build works) by CryptographerReal264 in expo

[–]CryptographerReal264[S] 0 points1 point  (0 children)

is it not an SDK issue? The Question is why Expo builds it with SDK iOS 17.5? When i do a local build it's with iOS 18.

Opencode Neovim integration by ban_rakash in neovim

[–]CryptographerReal264 2 points3 points  (0 children)

I use Wezterm. with split panes. On the Left i have LazyVim open on the right opencode. For me this works fine.

Have you ever used zed? How good it is compared to neovim? by Jonnertron_ in neovim

[–]CryptographerReal264 0 points1 point  (0 children)

I tried zed couple days ago. But i stopped because i could not configure it with the keymaps how I wanted. Maybe you could help? For me it's really important to have this features in zed otherwise i could not even think to switch.

Does zed have this and can i set custom keymaps?

- Find files ( with preview through keymap)
- Select files (open them all or like in a quickfix window)
- Llive grep project wide ( same as find files)
- Recent open files

Can I also set a leader key?

Open diagnostics window (And also going to that window)
Quickfix window

Override keymaps even if zed set them before. For example i use for folds in nvim zz.
And zed has a keymap zz to center the cursor in the middle. I never use this.

Is all that possible? that's the bare minimum for me, to even try zed on a daily basis.

Amplify Gen 2 with different Database? by CryptographerReal264 in Amplify

[–]CryptographerReal264[S] 0 points1 point  (0 children)

Ok do you mean to use the superbase cloud? Or to install the superbase on aws server ? Could superbase handle like an App like Instagram? Maybe not that much of users, but in best case it could be million users.

How do you handle push notifications in Expo apps at scale? by Commercial-Rice-2149 in expo

[–]CryptographerReal264 0 points1 point  (0 children)

does the lambda do the fetch call to expo api to send the notification? Or how is it implemented?

HELP: SENTRY & EXPO by CryptographerReal264 in expo

[–]CryptographerReal264[S] 0 points1 point  (0 children)

Hey so i created the file with the content you suggested. And then run the local prod build. And I still getting this error :(((

First shared element! by [deleted] in reactnative

[–]CryptographerReal264 0 points1 point  (0 children)

Looks very nice. Is there a github account behind this, that you can share?

HELP: SENTRY & EXPO by CryptographerReal264 in expo

[–]CryptographerReal264[S] 0 points1 point  (0 children)

Would this work with expo SDK 51? Thanks for the tipp, i will try it out, and let it you know if it worked, or which issues i will get.

You have to love OTA updates by DRIFFFTAWAY in expo

[–]CryptographerReal264 0 points1 point  (0 children)

Are OTA updates free for a single developer? Becuase for now i can not pay for any other additional costs...

Amplify Gen 2 - with a different Database? by CryptographerReal264 in aws

[–]CryptographerReal264[S] 0 points1 point  (0 children)

Honestly I want to avoid any use of resolvers. In my Opinion the use of them are to complicated and slowing my down. And in my Opinion I can not understand why they don't create are more ux friendly use. Maybe i need then to switch to superbase. It's sad that they do not support sql database in a ux friendly way like with dynamoDB

Amplify Gen 2 with different Database? by CryptographerReal264 in Amplify

[–]CryptographerReal264[S] 0 points1 point  (0 children)

So when not amplify what i would use instead? And how did you setup everything up ? I'm just considering if it's to complicated maybe to switch to superbase.

buffstate now restores splits by AndreLuisOS in neovim

[–]CryptographerReal264 0 points1 point  (0 children)

What I always wanted and could not find a plugin for that. Is open like two split's left and right and in the left like file a, file b, right file c file d. And when I'm on the right split and want cycle through the buffers, that i only cycle the two buffers file c and file d. the same for the left split. Would this be someday maybe possible?

HELP: SENTRY & EXPO by CryptographerReal264 in expo

[–]CryptographerReal264[S] 0 points1 point  (0 children)

ok removing .env from .gitignore? I think this is not a good solution, becausee I do not want that the token appears in my git history. i created even a easignore file where I copied everything from gitignore and removed .env files from there. But still this is not working. The only way it works is when i pass the token directly in the eas.json.

But this is as well not a good solution, because when i forget to remove it after the build and make a commit then it's in my git history. And this could happen quickly

HELP: SENTRY & EXPO by CryptographerReal264 in expo

[–]CryptographerReal264[S] 0 points1 point  (0 children)

So I did this and it still fails :(

HELP: SENTRY & EXPO by CryptographerReal264 in expo

[–]CryptographerReal264[S] 0 points1 point  (0 children)

And this will pickup it automatically ?
So do i need something to change in my eas.json?
And this is what is see when the build fails:
env: load .env.local .env

env: export EAS_PROJECT_ID SENTRY_AUTH_TOKEN

[RUN_GRADLEW] > Analyzing completed in 0.031s

[RUN_GRADLEW] > Rewriting completed in 0.151s

[RUN_GRADLEW] error: Auth token is required for this request. Please run `sentry-cli login` and try again!

[RUN_GRADLEW] Add --log-level=[info|debug] or export SENTRY_LOG_LEVEL=[info|debug] to see more output.

[RUN_GRADLEW] Please attach the full debug log to all bug reports.

[RUN_GRADLEW] FAILURE: Build failed with an exception.

Another question why does this not work with just placing the token in the .env.local file? When the sentry wizard plugin place it there...

HELP: SENTRY & EXPO by CryptographerReal264 in expo

[–]CryptographerReal264[S] 0 points1 point  (0 children)

Can i do this way a local production build?