Josh Parnham

Results 33 comments of Josh Parnham

@SidZadaun02 just tried your approach and I still see an empty icon. I generated this icon from the Android Studio Resource manager (note that it's an all-white icon with transparency):...

@SidZadaun02 did you see the icon that I linked? it does have a transparent background. here is a screenshot of it being rendered in VS Code:

@SidZadaun02 that looks like native android code. this issue is specifically related to android notification icons when using expo and react native.

thanks for the datapoint @robcaldecott - I've just tried only setting the icon in the root `notification` property (and not the `expo-notifications`), and unfortunately still see the an empty circle...

just following up here - we were able to get this working in our app by using the new `@react-native-firebase/messaging` expo plugin (which is available from version [18.7.0](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md#1870-2023-11-28)). ```diff plugins:...

Hey @JMichaelTX, I'm not sure I fully understand your question but I'd be happy to help! In my presentation I referred to the system wide script menu in Script Editor.app,...

We're also seeing regular segmentation faults when using arm64 linux + prisma + PostgreSQL. In our case this happens to our dockerised API which is using `node:18.15.0-alpine3.17` (have also tried...

I think it makes sense for `getReferenceString` to throw when it will be producing an invalid string - and if this is done including in v4 sounds good to me.

Also thinking about this a bit more - we haven't yet enabled `checkReferencesOnWrite` (we are planning to), but I assume having that enabled would have caught this - wondering if...