João Teixeira

Results 11 issues of João Teixeira

Updated sw-toolbox dependency to 3.6.0 I tested with my project and everything seems to be working.

Hi, this is a fix for issue #78 I tested locally and it is working, I don't have time to figure out how to add tests for this case, but...

[email protected] no longer has a canonicalState in relationships of type belongsTo. It seems to have moved to localState. https://github.com/emberjs/data/blob/v3.28.3/packages/record-data/addon/-private/relationships/state/belongs-to.ts#L21

Hey everyone, Getting a deprecation with latest releases of ember and cli: > DEPRECATION: ember-cli-babel 5.x has been deprecated. Please upgrade to at least ember-cli-babel 6.6. Version 5.2.8 located: my-project...

Fixes #26 Added a config `gzippedFiles`, which by default is `context.gzippedFiles` (provided by ember-cli-deploy-gzip). We need to wait until https://github.com/getsentry/sentry/pull/4677 is merged and deployed to properly test this.

Hi, I'm using this addon alongside `ember-cli-deploy-gzip` and since gzip runs first, the files deploy-sentry uploads to sentry are gzipped and won't work properly. I tried disabling gzip for map...

Should not try to register the service-worker if ESW is disabled. Fixes #31

Hi, first of all thanks for this addon! Works great! In ember-service-worker it's possible to disable the registration of the SW using the option `enabled: false` One little problem I...

Hi, Used ember-cli-update and updated other dependencies too. Did not update the components to glimmer components but will create a differente PR with that change

Hi, looks like a great plugin thanks! I think the `elem` helper would probably be better if called `bem` instead, because `elem` is very generic. It is less likely to...

question