Peter Kuiper

Results 7 issues of Peter Kuiper

I am trying to use OIDC with self-hosted AWS EC2 instances. The instances have an instance profile attached which is causing issues when configuring credentials. The role attached is being...

**Describe the bug** When passing `iconStyle={{ color: 'white' }}` I am getting a typescript error: ``` Type '{ color: string; }' has no properties in common with type 'ViewStyle'. ```...

As the Dell EMC S4048-ON is also based on a Broadcom ASIC I was hoping it would work (even though it isn't listed in the supported devices). I'm trying to...

**Describe the bug** Role fails on Debian 11 due to missing `python-ipaddr` package. **To Reproduce** Steps to reproduce the behavior: 1. Create a Debian 11 VM 2. Create a playbook...

This is a regression of https://github.com/oblador/react-native-progress/pull/135. Simple fix (without digging into it further, only works with `animated={false}`): ``` diff --git a/node_modules/react-native-progress/Circle.js b/node_modules/react-native-progress/Circle.js index fdb793f..7067b71 100644 --- a/node_modules/react-native-progress/Circle.js +++ b/node_modules/react-native-progress/Circle.js @@...

In an Expo project I am working on, foreground Push Notifications are "hijacked" by `countly-sdk-react-native-bridge` on Android. After removing `countly-sdk-react-native-bridge`, foreground Push Notifications on Android work as expected. We only...