Results 18 comments of Lindsay-Needs-Sleep

In the case where we have: ``` // ChildComponent.svelte export let mandatoryProp; export let optionalProp = "some-sane-default"; ``` I think it makes sense to print that warning if the parent...

@jcesarmobile thanks for approving PR #533! This PR is basically the exact same changes, but for 2.x. Would you be able to look at this PR as well?

I have gotten this quite a few times as well. I have a package.json. It happened for me on ios as well I believe. I believe I found a stackoverflow...

I have added additional console logs. Here are the results: ``` console.log(__dirname); // S:\Projects\myCordova(chromecast)\platforms\android\cordova\lib console.log(path.join(__dirname, 'getASPath.bat')); // S:\Projects\myCordova(chromecast)\platforms\android\cordova\lib\getASPath.bat ``` I believe it is safe to say the path is being...

There is a comment in this file as well: `// OK, This hack only works on Windows, not on Mac OS or Linux. We will be deleting this eventually!` So...

It appaers the "cdvfile://" protocol causes a lot of trouble. Related issues: Issue #295 > PR #296 + PR #322 Issue #329 Issue #347 Issue #349 It seems like a...

@vitto32 I don't think I have any particularily good solutions for you. Defeating CORS as suggested by @breautek seems like it would be the nicest solution. Here are a couple...

1-ish) > your app must use WebKit and JavaScript Core to run third-party software and should not attempt to extend or expose native platform APIs to third-party software; As long...

> Apple who wants to review every single app update you publish, they don't like mechanisms where your app can significantly change in behaviour and bypass their review process. Hence...

Ah, yes. By “custom browser” I did mean ones such as chrome. I absolutely understand why cordova could be used to violate # 2 and chrome could not. I said...