Armand
Armand
Sorry if this is not the proper place to ask. Assuming a relatively complex computation that may take seconds/minutes to complete, how could an AssemblyScript running in a web worker...
I would really appreciate more more options for including/excluding things from mangling. Right now I maintain an exclude list, but it's becoming impractical. The project I'm working on is very...
I just got bit by the issue #201. The problem is that the subscribed endpoint is 'https://fcm.googleapis.com/fcm/send/...' while the actual used endpoint is 'https://fcm.googleapis.com/wp/...' After flushing each notification, I want...
If a title contains a percent sign, e.g. "Nasdaq up 25%", the "%" is stripped from the title (only in posts archives, single titles are OK). It looks like the...
I managed to register my app as the default handler for a file type (mime type) and I think the plugin could be modified/extended to do this as well. Note...
### system info OSX Big Sur Cordova 10.0.0 Plugin Version 10.5.3 ### Observed behavior The plugin does not load the product list, because of `Appstore unavailable` resulting in `UNKNOWN_ERROR` I...
## Bug Report ### Plugin(s) @capacitor/clipboard: 7.0.1, ### Capacitor Version ``` Installed Dependencies: @capacitor/android: 7.3.0 @capacitor/cli: 7.3.0 @capacitor/core: 7.3.0 @capacitor/ios: 7.3.0 ``` ### Platform(s) Android, iOS ### Current Behavior If...
I'm getting some errors when using DataCollector: ``` null is not an object (evaluating 'Object.keys(i)') ``` I use the code like this: ``` try { const dataCollector = await braintree.dataCollector.create({client:...