davidsteinberger

Results 8 issues of davidsteinberger

I'm faced with a server that responds invalid header data. `copyProxyResHeadersToUserRes()` copies all headers over and throws an exception. I did not find a way to intercept that (note `decorateUserResHeaders()`...

enhancement

I used `useContext, useState, useEffect` in a setup like this: render() { const { docs } = useContext(DBContext); const [users, setUsers] = useState([]); useEffect( () => { const dbUsers =...

Data-binding fails for the `hidden` property on ``. IMO this is, b/c `hidden` is not declared as a property and the `attributeChanged()`-callback may not fire in that case.

Are there any plans to upgrade it to [ember.js rc3](https://raw.github.com/emberjs/ember.js/release-builds/ember-1.0.0-rc.3.js) and **rev 12** of [ember-data](https://github.com/emberjs/data)? I tried it myself but haven't figured it out yet.

On windows no static assets can be served (js, css, images). I always get a 404 error message although all assets are correctly deployed. I already tried changing the fullpath...

I've been playing around with this repo lately and like it a lot. I made a few tweaks (like don't use https b/c my reverse proxy does the ssl handling,...

I think the dependencies need to be updated in order to compile templates for Handlebars 2.0 (which is required by [Ember 1.9.0](http://emberjs.com/blog/2014/12/08/ember-1-9-0-released.html)).

Hi, The tool is great. However it positions itself (after start) vertically partly outside of my screen. Can we fix this somehow? Thanks, David