Andreas Dausenau

Results 5 issues of Andreas Dausenau

Hi everyone, In the package.json file for @rescripts/rescript-env you are referencing to a non existing version of [@rescripts/rescript-use-eslint-config](https://github.com/harrysolovay/rescripts/blob/dd913e5e90a41b6afd711a4df8e06d0b1ab8a3cf/packages/rescripts/env/package.json#L13). This version is not yet published to npm, hence it causes errors...

The [type](https://github.com/mCodex/react-native-sensitive-info/blob/master/index.d.ts#L66) for _getAllItems_ is defined as array of an array of _SensitiveInfoEntry_ items. But this seems to be wrong because [the method](https://github.com/mCodex/react-native-sensitive-info/blob/master/android/src/main/java/dev/mcodex/RNSensitiveInfoModule.java#L251) only returns a hashmap. I am able...

🚧 stale

HI all, i used the package recently to load unencrypted shared preferences. This works fine for the _getAllItems_ method, but it does not work for the _getItem_ method. This is...

🚧 stale

Hey all, if i use a search field targeting multiple fields in a belongs_to association (like described in [the documentation](https://activerecord-hackery.github.io/ransack/going-further/associations/)) i will get an "undefined method" error for "Ransack::Search:Ransack::Search". Suppose...

### Summary If i press on a marker the onMarkerPress is triggered as expected, but the onPress callback is also triggered. This is a duplicate of [this issue](https://github.com/react-native-maps/react-native-maps/issues/2004), but the...

bug