Howie Weiner
Howie Weiner
Some leaflet plugins specify conditional css. There is currently no way to render these using the plugin architecture. Not sure how best this would be specified. Perhaps: 'css': ('/path/to/stylesheet.css',('ie7', 'ie8')),...
### Summary When creating a local notification (not push), the notification only appears in the toolbar, not as a heads-up/floating/pop-up banner on Android devices (physical and emulator).. unless sound are...
`check_receipts` and `check_receipts_multiple` expect to receive (a list of) PushTicket objects. Internally, the [code](https://github.com/expo-community/expo-server-sdk-python/blob/master/exponent_server_sdk/__init__.py#L445) then picks the ticket IDs from these objects to send to the `getReceipts` endpoint, as this...
According to the[ expo.dev docs](https://docs.expo.dev/versions/latest/sdk/notifications/#background-events), in order to handle notifications in the background on iOS, it is necessary to send the following addtional data in the payload: ``` "content-available": 1...
Hi. I've just started using the xero-python SDK (v 6.3.0) to retrieve Invoices. There appears to be an issue in the client when serializing UUID fields This code: ```python response...
I've seen some closed tickets related to missing binaries, with a fallback solution in place. Creating a new ticket, as it appears that your release process is removing all your...