Steve Schwarz

Results 16 comments of Steve Schwarz

I ended up editing `angular.json` and adding the files to the styles section: ```json "projects": { "architect": { "build": { "builder": "@angular-devkit/build-angular:browser", "options": { ... "styles": [ { "input": "src/theme/variables.scss"...

It looks like `renewAuth` is the new method: https://github.com/auth0/auth0.js#api But it seems to need a callback URL which involves loading the Ionic SPA in an iframe and communicating back to...

@brassier thanks a lot for the feedback! I went through the links in that discussion and it seems I can't use the auth0 v8 API directly. IIUC you're saying I...

I've cut a separate issue asking for a workaround for the removal of the `refreshToken` method: https://github.com/auth0-samples/auth0-ionic2-samples/issues/15

@j0lv3r4 I ended up forking for a fix/features I needed semi-recently. Don't know if you are interested in any of those changes: https://github.com/saschwarz/dj-paddle/commits/master

It looks like `predict` is being called with `input_box` set to an empty list. What does your code that calls this method look like?