koemeet

Results 37 comments of koemeet

@iStefo Good to hear :+1: I am sure many people will like this feature. I think this will be the only library that has ember data support build in for...

@iStefo Ah, np, will leave it as `tags` (the same as select2). Too abstract is sometimes bad I guess.

@iStefo I made some good progress and expanded the examples page. It currently uses the matcher to prevent creating new tags that already exists. Because I use the matcher is...

:+1: This would finish of this whole component! Tried to implement this but could not do it. Problems with Ember Data ArrayProxy, because you need to call `pushObject` but select2...

I will try and implement this feature now, including Ember Data support. For me to support ember data, there is one requirement, that is that the `value` binding needs to...

@mrloop Clone this repo, run `npm install && bower install` then run `ember test --server`

I was trying aswell to bypass timing attacks made by apllications running on the Guest OS. My first thought was changing `rdtsc` in an vmexit handler, but it doesn't seem...

Wow amazing PR 😄. Let me know when it is ready to be reviewed.

@RuslanZavacky Very cool stuff! I will likely get down to this stuff very soon again, we can then work towards a merge 😄

@drewclauson If you are using symfony forms, overriding `JMS\Serializer\Handler\FormErrorHandler` is I think the best way. In here you can manipulate it in every way you want. I need proper json-api...