Honza Pobořil
Honza Pobořil
@thegnuu Any progress with web version? Next week I will work on it and it would be better for all if I can continue on your work than creating my...
I cannot wait, so started working on it: https://github.com/capacitor-community/barcode-scanner/pull/276
Delta Pro was successfully added when applied this PR.
Already in the SDK, hope soon in the Breez itself: https://twitter.com/Breez_Tech/status/1753355427239137659
@claytonjn Could you consider merging it and release with #227, please? So update will not remove it in my instance. :-)
Now it started and fluxing sucessfully. 🤷♂️ How about to add else branch with some useful debug logging, so we will know more in case it happens?
It is failing again now. I've added debug output to else branch: ``` 2023-03-24 11:47:34.431 ERROR (MainThread) [custom_components.circadian_lighting] now 2023-03-24 10:47:28.955773+00:00 2023-03-24 11:47:34.445 ERROR (MainThread) [custom_components.circadian_lighting] now_ts 1679654848.955773 2023-03-24 11:47:34.448...
iPad can be detected by things like touch events. Is PR welcome?
Do you have any recommendation which tool to use for converting XSD to Typescript types, so requests and responses will be properly typed? I would also like to compact JS...
Another possible workaround is to import return type: ``` import type { ListOrderPacketsInTransportQuery } from '#gql' export default defineTask({ async run({ payload, context }) { const { orderItems }: ListOrderPacketsInTransportQuery...