reno1979

Results 18 comments of reno1979

In Laravel 5.3 I encountered problems (Driver not Found) with this plugin. This plugin extends the available database drivers and should therefor be called right after the line Illuminate\Database\DatabaseServiceProvider::class, in...

same here, not accepted by google closure compiler, it complains about the undefined variable exports

Perhaps I am facing a similar problem. The selectr item is instantiated with data and when I click an option, it returns the option above the one I clicked. It’s...

the clear() calls the deselect() on all selected items, the deselect triggers multiple events ``` this.emit("selectr.change", null); this.emit("selectr.deselect", option); // fire native change event if ("createEvent" in document) { var...

With the latest pull request #93 this issue seems resolved the events when I select an deselect: change: value x // selected the value x change: null // deselected the...

great tip, I'll give the serialize layer a try

wow a nice set of possibilities there, could you point me in the right direction (convert all id's to 'xid'?) @samselikoff ```js // serializers/application.js export default Serializer.extend({ keyForAttribute(attr) { return...

@samselikoff ok thank you, I got it working extending the RestSerializer. What I can't seem to get working is dat the serializer works for all traffic. ```js serializers: { application:...

Same problem here. Test modules that require QUnit al import QUnit, and I need to build them before the can be used.