Andréas Hanss

Results 120 comments of Andréas Hanss

@c0d3x Give you a part of my .zshrc can you try : ``` # Path to your oh-my-zsh installation. export ZSH="$HOME/.oh-my-zsh" ZSH_THEME="robbyrussell" plugins=(git) source $ZSH/oh-my-zsh.sh export ANDROID_SDK_ROOT="$HOME/Library/Android/sdk" export ANDROID_NDK_HOME="$ANDROID_SDK_ROOT/ndk/21.4.7075529" export...

Also, interest in, [relay](https://relay.dev/) is very opinionated in terms of data structure that's why @simararneja is talking about cursor per document. Relay is driving pagination spec for Graphql, a lot...

Also is there any way to get the total count instead of HasNext ? I can mimic that by running `countDocuments` with the query before the Mongo query but maybe...

@johnhforrest It is :D but I'm still not getting this resolved :p Have a nice day.

``` const path = require("path"); const withPlugins = require("next-compose-plugins"); const withBundleAnalyzer = require("@next/bundle-analyzer"); const plugins = [[withBundleAnalyzer, { enabled: true }]]; const nextConfig = { webpack(config) { // Import alias,...

@brentvatne @EvanBacon The fix has been released: https://github.com/stripe/stripe-react-native/pull/936/files Can you update the `expo install` version for this package?

I wanted to submit a PR to update package recommended versions as defined in https://github.com/expo/expo/blob/master/tools/src/commands/SyncBundledNativeModules.ts but I've no idea how you manage the List of packages with versions :'( @brentvatne...

> @ScreamZ We will do this now. We are also investigating moving to a public endpoint that the community can contribute to. Would be awesome yep, so we can contribute...

Looks like around 2000/3000 it's still working, but I'm not sure this can be a relevant fix to cap this value. It should be a fraction of the size of...

> Can you tell me if this error happens on [email protected]? Although Expo SDK 44 doesn't say it supports this latest version, it does fine. > > > > I...