jacobg

Results 71 issues of jacobg

Here is the relevant code: https://github.com/oracle/cordova-plugin-wkwebview-file-xhr/blob/510de9340187f07c1626c2683101d71ab4637213/src/www/ios/xhr-polyfill.js#L666-L679 Why does it do that? An application should expect 0 status code for network issues, and defined http status codes such as 400 should...

Currently, `addBuildPhase` hardcodes `runOnlyForDeploymentPostprocessing` to 0. I'd like to be able to configure a particular build phase with that option set to 1. Please add that as a configurable option.

enhancement
help wanted

Upstream failures can break the build: https://github.com/majodev/google-webfonts-helper/issues/81 Perhaps it would be a good idea to cache the fonts on the build machine, so such an issue doesn't break the build....

The job of django-rest-framework-xml is to convert dictionaries to xml. It is valid for a python dictionary to contain a key which is either an integer or the string representation...

These are the saved settings: ``` Authority: "https://identity.xero.com" Client id: "" Grant type: "authorization_code" Scopes: "openid, offline_access, accounting.transactions, accounting.contacts" ``` When I run xoath connect, the command line shows this...

Example: ``` javascript dt = WallTime.UTCToWallTime(new Date('2013-03-10T01:00:00-0500'), 'America/New_York'); // before DST console.log(dt.getTimezoneOffset()); // correctly prints 300 dt.setHours(3); // set to 3:00 AM, i.e., after DST console.log(dt.getTimezoneOffset()); // incorrectly prints 300,...

bug

framework7-vue/bundle is missing typescript declaration file, i.e., there needs to be a framework7-vue-bundle.d.ts in the published package.

- Framework7 version: 8.0.5 - Vue.js version: 3.3.1 - Platform and Target: Chrome browser on Mac - Live Link or CodeSandbox: https://codesandbox.io/s/page-before-in-72dt23?file=/src/pages/Page1.vue ### Describe the bug When the page contains...

Framework7 version: [e.g. 3.0.0] 7.1.5 Vue.js version: [e.g. 2.0.0] 3.2.47 Platform and Target: Emulating iOS on Chrome browser ### Describe the bug 1. Navigate to a page that has a...