Michael

Results 18 issues of Michael

In [email protected] this PR has been merged https://github.com/apache/cordova-discuss/pull/107. I am not sure if this plugins is required (or conflicts) with v5.0.0 of cordova-ios. I am currently having some build issues...

Stl files look like this: ![mid stl](https://user-images.githubusercontent.com/803983/115597381-e350d980-a2e1-11eb-9d64-6d28361c60ef.PNG) ![corner stl](https://user-images.githubusercontent.com/803983/115597389-e4820680-a2e1-11eb-98be-e6b99401471e.PNG) https://github.com/VoronDesign/Voron-1/blob/Voron1.8/STLs/Panel_Mounting/corner_panel_clip_3mm_x12.stl https://github.com/VoronDesign/Voron-1/blob/Voron1.8/STLs/Panel_Mounting/corner_panel_clip_6mm_x4.stl https://github.com/VoronDesign/Voron-1/blob/Voron1.8/STLs/Panel_Mounting/midspan_panel_clip_3mm_x12.stl https://github.com/VoronDesign/Voron-1/blob/Voron1.8/STLs/Panel_Mounting/midspan_panel_clip_6mm_x3.stl while in the cad file they look like this: ![midcad](https://user-images.githubusercontent.com/803983/115597451-f4014f80-a2e1-11eb-832f-929bc8ad7469.PNG) ![corner cad](https://user-images.githubusercontent.com/803983/115597455-f499e600-a2e1-11eb-8f68-f37d8c15e080.PNG) Not sure which ones supersede...

V1.8
CAD Errors

I am using PouchDB to persist data on Android using indexeddb as the persistence adapter. Upgrading webview from 1.x to 2.x loses all data. I understand that this webview is...

Please publish this package to npm registry https://www.npmjs.org/doc/misc/npm-developers.html

Hi, I am trying to migrate an app from ionic deeplink plugin to branch. For the first few releases I need to support both non branch deeplinks as they are...

On Android clicking on a link with a registered custom domain opens the app but gives me data that says it is a `non_branch_link` and `+clicked_branch_link=false`. On iOS the link...

I randomly see exceptions in crashlytics on different iPhone and iPad devices. Not sure what triggers it, as it is not consistently happening but I am getting a lot of...

This adds support for explicitly checking and requesting POST_NOTIFICATIONS permissions for Android 13 and above (SDK 33) Tested it on Android 13 and works as expected. Android < 13 works...

This adds support for explicitly checking and requesting POST_NOTIFICATIONS permissions for Android 13 and above (SDK 33) Tested it on Android 13 and works as expected. Android < 13 works...

Hello, I am using Bluebird to fetch data from a graph database, whose driver also uses Bluebird, so that you execute queries using promises instead of callbacks. My question is...