jlami
jlami
Hi, Thanks for this library, it is a live safer. But I stumbled onto this bug: I have the following pseudo view: ```js function (doc) { emit(doc._id, "test"); } ```...
This should fail for indexeddb on the following test: `test.bulk_docs.js-local` `2839 implement revs_limit`
## Description When I setup a replication to or from our server on my localhost, it fails with the following message in the logs: ``` TLS client: In state hello...
This is what the logfile shows after I restart: ``` 26-9-2014 11:40:23 foobar2000 SmartMute 26-9-2014 11:40:23 PerformOperation SetVolumeTo 0 26-9-2014 11:40:23 foobar2000 For sessioninstanceid {0.0.0.00000000}.{some_guid}|\Device\HarddiskVolume2\Program Files (x86)\foobar2000\foobar2000.exe%b{00000000-0000-0000-0000-000000000000}|1%b3012: muted = False...
It seems that without a `.@each.` the result will not update on changes to the key. I have a reproduction of the bug here: https://ember-twiddle.com/d6a67b62d1a193fbbdaa67fbd5092d14?openFiles=controllers.application.js%2C I don't really know how...
This is a straight copy from the ember twiddle. If you want the template or controller cleaned up just ask. Hope this is enough to find the bug.
You do have Math.min/max, but those only work on non-array arguments. Ember.computed.min/max work on arrays. You do have a reduce, but I don't want to use that each time I...
Hi, I must first add that we use ember-href-to in a weird way. We don't use the helper, but use the global click handler to make custom href links work....
A lot of codemods and tweaks to get the tests working with ember-qunit instead of ember-cli-qunit