Joel Kuntz

Results 47 comments of Joel Kuntz

you can use the `ready` action ```hbs ``` ```ts @action watchForErrors(editor: any) { editor.getSession().on('change', (_event: any, session: any) => { // seems there is a delay between annotations and the...

in css modify `font-size` on class `.ace_editor`

Unfortunately I don't have the time at the moment. When I submitted this issue I was looking at it but didn't really understand the ruby structure

Hey, Good point, I haven't noticed that before. I think it has something to do with [Ember-Simple-Auth Store](https://github.com/simplabs/ember-simple-auth#stores) or Authorizers. Initially I did look into [Ember-Simple-Auth Authroizers](https://github.com/simplabs/ember-simple-auth#authorizers) but I wasn't...

Thinking about this further, an easier (although not the best) solution would be to check if session.content is null/undefined, if so then call ``` this.get('session').invalidate(); ``` which would force the...

It shouldn't lose the info between routes, only reloads? As I said not the best solution, if you manage to get an authorizer working please let me know as I'd...

I have not tried that yet, did it work for you @ethanharstad ? I haven't had much time since the new school semester started

Awesome! What directory was this added in @dave8401 ? I will try and get a chance to test and update the tutorial soon. If someone wanted to make a PR...

Sorry for the delay, I've been swamped with schoolwork, so if anyone makes any progress keep us posted!