Greg
Greg
@lodr Thanks for the pull request! I like the idea of allowing customization, provided that the default isn't changed. Could you please give an example of how this customization would...
@lodr I'm sorry for the late reply! I like this customisation approach, if you're still interested, could you please fix the current tests for phantomjs and add tests for those...
Hey @koryteg thanks for filing an issue! Could you please copy the exact request that gets sent in your case and specify the version of ember-data that you're using?
Thanks! I use FileReader API (readAsDataURL) and html canvas#drawImage, but that probably doesn't support some older browsers.
Hi and thanks for the input! I am not currently working on the plugin, but am open to merging a PR and releasing if you'll create one. Thanks!
Interesting, apparently there's no sane hooks to get a model type from within the adapter, it's passed to it. Here are two options: 1. We can add an optional array...
Thanks for the issue, @foxnewsnetwork. I agree that it's a problem that arrays are not supported, good catch! The problem I see is that different adapters can implement array serialization...
Just to confirm, is it the case that FALCONN never copies the data even when used via python bindings? In my experience, the memory consumption was essentially doubling at the...
Thanks for your reply, we'll investigate using c++ directly vs some basic python binding that doesn't keep the copied data. That opens the question about saving/loading hash tables, since the...
@ludwigschmidt not really, we eventually went with an in-house LSH implementation in c++