Pavel Chuchuva

Results 12 issues of Pavel Chuchuva

From http://petstore.swagger.io/v2/swagger.json : "put": { "tags": [ "pet" ], "summary": "Update an existing pet", "description": "", "operationId": "updatePet", "consumes": [ "application/json", "application/xml" ], "produces": [ "application/xml", "application/json" ], "parameters": [...

Repro: 1. add cordova-plugin-advanced-http to any Cordova project 2. Build Android apk 3. Inspect platforms/android/app/src/main/AndroidManifest.xml Observe: a line with WRITE_EXTERNAL_STORAGE permission is present Expected: no WRITE_EXTERNAL_STORAGE **System info** - affected...

feature

Npgsql supports scram-sha-256 authentication now: https://github.com/npgsql/npgsql/issues/1530

# Bug Report HTML5 videos fail to keep a device awake if playing in full screen ## Problem ### Command or Code Rerpro: 1. Create a new Cordova project using...

Is it possible to configure Capacitor Community Electron Platform to live-reload Ionic Angular app during development? I saw https://github.com/capacitor-community/electron/issues/50 but that's for React.

`RECTANGLE_HEIGHT_250` for Android is available according to official Meta documentation: https://developers.facebook.com/docs/audience-network/setting-up/ad-setup/android/banner It is `kFBAdSizeHeight250Rectangle` for iOS: https://developers.facebook.com/docs/audience-network/setting-up/ad-setup/ios/banner > This format is best suited for scrollable feeds or end-of-level screens >...

[base64.fromArrayBuffer](https://github.com/apache/cordova-js/blob/master/src/common/base64.js#L24) is perfectly capable of decoding one long line of base64 string. We just waste memory with those `\n` characters.

Per https://rollbar.com/docs/github/ and https://rollbar.com/docs/just-your-code/ > Rollbar is better with GitHub! [...] link your Rollbar stack traces to the code where it happened, resolve items when a particular commit is deployed,...

npm version: 7.6.3 Repro: ``` git clone https://github.com/transistorsoft/rn-background-geolocation-demo.git cd rn-background-geolocation-demo npm install ``` Observe: ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm...