Kai Dorschner

Results 13 issues of Kai Dorschner

Could you please remove the `@include` part from the less file, since I'm already including it and second `bower_components`isn't always the bower destination folder (as in my project). Otherwise great...

Just an enhancement suggestion. As https://github.com/neo4j-contrib/streaming-cypher points out neo4j _can_ be accessed through websockets. It'd be awesome to make use of this performance boost via node. Any thoughts on this?

enhancement
pull-request-welcome

The TC39 is going to standardize the way Observables should be used. Currently it is in Stage 1 (ready to advance to the next stage) https://github.com/tc39/proposal-observable Maybe we should take...

### Bug reports: Currently `fitSelection` always fits the selection to the top left of the viewport. It should behave similar to `fitToViewer` where you are able to pass the preferences...

enhancement

Hey guys! I experienced some problems when making checkboxes required (for example terms and conditions). See here for reference: http://jsfiddle.net/v6d5y3or/ **Expected behaviour:** Form `.isValid()` should reflect the checkbox value: `checkbox.true...

bug

Hey @mbest I prepared the repo to be publishable on npm. I would love if you'd do it on your name, rather than some random guy.

I'd like to use snappify in a hook-based environment where FunctionComponents are key. Unfortunately there is yet no matcher for those. I propose change to also catch FunctionComponents. TBD: Should...

http://www.kimai.org/

I experienced this when conditionally disabling/enabling the selectize element with Angular's `ng-show` and `ng-hide` directives. It is only working when wrapping the whole thing with a dummy `div`. See my...