colenso

Results 13 issues of colenso

Fixes #8478. Fixess https://github.com/ember-cli/ember-cli/issues/8782. The problem I noticed was that get-serve-url would access project.config after finalizeBuild and hence the config would get cached and would be used in the next...

needs tests
help wanted

Since the android-12 splashscreen doesn't show up when opening via a link, this little bit will show the android-12 splash screen only if the intent action is `android.intent.action.MAIN`. So, opening...

Would help if the OTA updates could be downloaded as individual files rather than one big .zip file. Especially helpful with app having a bigger OTA update size and users...

💎 Bounty
💰 Rewarded

Loads the maps api dynamically as is the [recommended](https://developers.google.com/maps/documentation/javascript/load-maps-js-api) way. I tried to make sure the diff in the PR is as minimal as possible 😉

Since the standard marker is [deprecated](https://developers.google.com/maps/documentation/javascript/advanced-markers/migration).

I've created a dummy project to demo this: https://github.com/colenso/concurrency-test ``` @task encapsulatedTask = { *perform(value) { console.log('encapsulated waiting for 5 seconds'); yield timeout(5000); console.log('encapsulated all done waiting'); return 'all good';...

bug
v2

When adding the addon created via the blueprint as a dependency in the package.json file using the form: `"addon-name": "https://github.com/name/repo-name#dist` Yarn complains with the following error: ``` Packing addon-name@https://github.com/name/repo.git#commit=commitSha from...

In this PR I aim to essentially change the way Embroider checks whether we're building for `production`. In an `EmberApp` there's a `isProduction` which basically does a `environment === 'production'`....

So far I've noticed this for files in `app/helpers/**` and `app/templates/components/**` but not `app/components/**` files.

needs reproduction

Loads the maps api dynamically as is the [recommended](https://developers.google.com/maps/documentation/javascript/load-maps-js-api) way.