Daniel G.
Daniel G.
I agree with your point of view. It would even be better to have the bind method just track internally the database with which we are trying to bind (self._db_name...
What do you think about the second part of the commit: > The patch also moves the url generation to the CouchDb class, method changesUrl. The idea is that the...
Hi Sean, Not sure that is the way you meant it to be: I have defined a default parameter (dbName=None) in some functions. If no value is given (it is...
The same for me. This seems to be a conflict with ember-data? I am using both at the same time: ember-model for some models, ember-data for others. This was working...
@bguiz : I can not verify that, since in my app I am using both projects. If your testing is right, that means @ebryn is probably not using ember-cli (or...
Is this PR going to be merged, and released to bower? It is not possible for me to switch to the new ember components, since that project has currently just...
That is a good idea. For the input data this would probably work, but (and I am talking here without knowing the details of the pystache implementation) I guess this...
And it seems not even input mmap is supported: ``` python import mmap import pystache tmp_file = '/tmp/tmp_file' template_text = 'Hello {{name}}' d = {'name' : 'Steve'} f = open(tmp_file,...
I know little about ember and ember-data internals (and even less about EmberSockets), but my top-level approach would be: First, the data coming from the websockets server must be exactly...