Pablo Ascarza

Results 12 comments of Pablo Ascarza

@dali-trabelsi to temporarily fix it i add buffer as dep and then import { Buffer } from 'buffer'; window.Buffer = Buffer;

Same here we have some unexpected route transitions to the authentication route, we didn't experience this transitions using mixins in the 3.1.0beta.

Yes, you have the [refreshAccessTokens](https://ember-simple-auth.com/api/classes/OAuth2PasswordGrantAuthenticator.html#property_refreshAccessTokens) property, in our case we had to reimplement the private method _refreshAccessToken but it's not needed

Any updates on this? Can you please merge the fix

Hey @igorpreston you can put this addon for [adoption](https://github.com/adopted-ember-addons/program-guidelines) so it can keep up with the latest ember updates. Thanks

For everyone using this addon, i forked, updated and republish in npm with a new name, same functionality but in Ember Octane https://www.npmjs.com/package/ember-geoservice

Hi in this issue in angle brackets codemod https://github.com/ember-codemods/ember-angle-brackets-codemod/issues/217 running with --no-telemetry do the trick for me in my pods projects. Anyone knows if you can use that here?