[GitHub] [cordova-common] GiovanniBattista commented on issue #201: Failed to install '': TypeError: Cannot read properties of undefined (reading 'id')

2023-08-17 Thread via GitHub
GiovanniBattista commented on issue #201: URL: https://github.com/apache/cordova-common/issues/201#issuecomment-1681899632 Sorry for the late response, I was on a short vacation. Unfortunately, my proposed fix didn't work correctly and led to a subsequent error. Yeah, it also

[GitHub] [cordova-plugin-file] ouou12138 commented on issue #324: slice file

2023-08-17 Thread via GitHub
ouou12138 commented on issue #324: URL: https://github.com/apache/cordova-plugin-file/issues/324#issuecomment-1682083602 how to slice a large file? can you help me -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [cordova-plugin-file] ouou12138 commented on issue #284: readAsText function causes encoding error reading large files

2023-08-17 Thread via GitHub
ouou12138 commented on issue #284: URL: https://github.com/apache/cordova-plugin-file/issues/284#issuecomment-1682110501 have you try with 30m+ file? I got an error like this when i try a 30m+ large file: ```json {"type":"error","bubbles":false,"cancelBubble":false,"cancelable":false

[GitHub] [cordova-plugin-camera] erisu opened a new pull request, #844: feat(android)!: Android 13 support

2023-08-17 Thread via GitHub
erisu opened a new pull request, #844: URL: https://github.com/apache/cordova-plugin-camera/pull/844 ### Platforms affected android ### Motivation and Context Android 13 Support ### Description - Rebase of #814 - Simplified the `getPer

[GitHub] [cordova-plugin-camera] erisu opened a new pull request, #845: chore: bump plugin version 7.0.0-dev

2023-08-17 Thread via GitHub
erisu opened a new pull request, #845: URL: https://github.com/apache/cordova-plugin-camera/pull/845 ### Motivation and Context Prepare for next major release ### Description - bump plugin version to 7.0.0-dev. - Updated cordovaDependencies (does not includ

[GitHub] [cordova-plugin-camera] erisu merged pull request #845: chore: bump plugin version 7.0.0-dev

2023-08-17 Thread via GitHub
erisu merged PR #845: URL: https://github.com/apache/cordova-plugin-camera/pull/845 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@c

[GitHub] [cordova-plugin-file] tanukki2929 opened a new issue, #595: I got a "not a function" error after upgrading to ver 8.0.0.

2023-08-17 Thread via GitHub
tanukki2929 opened a new issue, #595: URL: https://github.com/apache/cordova-plugin-file/issues/595 I got the following error after upgrading to ver 8.0.0. > ERROR TypeError: window.resolveLocalFileSystemURL is not a function Previously, the following were used https://gi

[GitHub] [cordova-plugin-camera] erisu opened a new pull request, #846: Dep/bump eslint

2023-08-17 Thread via GitHub
erisu opened a new pull request, #846: URL: https://github.com/apache/cordova-plugin-camera/pull/846 ### Platforms affected n/a ### Motivation and Context - Use latest eslint configurations - Resolve audit warnings ### Description - bu

[GitHub] [cordova-plugin-file] breautek commented on issue #324: slice file

2023-08-17 Thread via GitHub
breautek commented on issue #324: URL: https://github.com/apache/cordova-plugin-file/issues/324#issuecomment-1682256354 > how to slice a large file? can you help me Not sure why this was closed without any response but the (now defunct) W3C spec as far as I am aware doesn't define an

[GitHub] [cordova-android] erisu commented on pull request #1609: feat: add camera intent with file input capture

2023-08-17 Thread via GitHub
erisu commented on PR #1609: URL: https://github.com/apache/cordova-android/pull/1609#issuecomment-1682316568 I will try and re-test this PR tomorrow. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [cordova-plugin-camera] erisu merged pull request #846: dep(dev)!: bump @cordova/eslint-config@5.0.0

2023-08-17 Thread via GitHub
erisu merged PR #846: URL: https://github.com/apache/cordova-plugin-camera/pull/846 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@c

[GitHub] [cordova-plugin-camera] dependabot[bot] commented on pull request #841: build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4

2023-08-17 Thread via GitHub
dependabot[bot] commented on PR #841: URL: https://github.com/apache/cordova-plugin-camera/pull/841#issuecomment-1682542507 Looks like word-wrap is no longer a dependency, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [cordova-plugin-camera] dependabot[bot] closed pull request #841: build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4

2023-08-17 Thread via GitHub
dependabot[bot] closed pull request #841: build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 URL: https://github.com/apache/cordova-plugin-camera/pull/841 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [cordova-node-xcode] lucasbordini opened a new issue, #139: Install .xcframework

2023-08-17 Thread via GitHub
lucasbordini opened a new issue, #139: URL: https://github.com/apache/cordova-node-xcode/issues/139 Hello everyone I saw that we have a function to add a .framework, but there's a way to add a .xcframework ? I tried with the same function but this don't worked :/ Any help