Alex Zirbel

Results 10 issues of Alex Zirbel

It's not intentional to ever log users out, so likely one of these things are happening: * Local storage (where the token is stored) is being cleared * The token...

It's possible to set a schema to reference another JSON document. For example: ``` { "$ref": "https://api.npoint.io/XYZ" } ``` You might want this if you have saved several documents in...

I'm afraid I don't have good reproduction steps for this. At some point, my public-facing site got stuck and has stopped reflecting new updates. It still shows an old version...

### Summary Emojis pasted from Gmail don't insert into remirror. This isn't remirror's fault, it's an issue with Gmail's "fancy" rendering of emojis. Probably so that it can render in...

type: bug :beetle:

Hi, and thank you so much for making this library! I just started using it and am already finding it really useful. I have a couple cases where I'd like...

We'd like to use `^1.1.0` in bower.json, as in https://github.com/Addepar/ember-widgets/pull/122, but Ember 1.7 causes an issue with the select dropdown in the demo app. I think this may be due...

bug

Upgrade dependencies so that ember-widgets can be installed without version conflicts in a new app. A good benchmark for this is installing into a new ember-cli app.

enhancement

Need to clean up the gh-pages branch and set up the release script to publish new docs/demo app on every release, similar to how ember-table works.

docs

Should look like http://addepar.github.io/#/ember-widgets/overview

docs

Discussion from https://github.com/Addepar/ember-widgets/issues/19: "The files should be structured in such a way that to just use the couple of components only (not whole ember-widgets), the inclusion of the features should...

enhancement