davidsteinberger
davidsteinberger
I just tried that fix (by adding an initializer) and it worked for me: ``` import Ember from 'ember'; import AuthenticatorTorii from 'simple-auth-torii/authenticators/torii'; export var initialize = function() { AuthenticatorTorii.reopen({...
I just used it in a class that's extended from [LitHauntedElement](https://gist.github.com/matthewp/92c4daa6588eaef484c6f389d20d5700). That, of course, may not be directly related to haunted, but I thought I should mention it. Is it...
Thank you very much for all the effort. I gave it a try. Works when added directly to the keymap. When I add it via a combo though, it doesn't...
@urob thank you very much!!! I just noticed my mistake. For others that want to use it with [zmk-nodefree-config]( https://github.com/urob/zmk-nodefree-config), here's how it works. ``` ZMK_COMBO(sw_app, &swapper, 21 22 23,...
I just tried `fastcgi_cache_purge` but couldn't get it working. Is this working for anyone else?
@vhyrro regarding the `@embed markdown`: I gave this a spin, but in the exported markdown this is not included. Is there some config option that includes that?
How about this: #194? The compiled JS does work fine in one of my projects w/ Ember 1.9. I do not fully understand how the 'showcase' is built. Could you...
The ability to cache data locally to localstorage while being offline would be totally awesome. I tried implementing that based on std. ember-data but failed so far ... ember-data is...
Sorry, you're right. Yes #10 is exactly that.
Thanks. However I was not talking about some upload issues. I was more interested in how to deal with that media in the container: - If I have access to...