Grégory Starck

Results 50 comments of Grégory Starck

``` root@26960be67dbe:/devpi-server/server# more .serverversion .nodeinfo .event_serial 4 { "role": "replica", "masterurl": "https://devpi.southb.net", "uuid": "dfc29598dfd64054a12db1af429c0109", "master-uuid": "664115d193f8492883523ca4e54e097e" } 26043 ```

@fschulze but I've the last version of everything in/with above replica pip list.. :/ well, atm : ``` root@26960be67dbe:/devpi-server# pip list -o Package Version Latest Type ---------- ------- ------ -----...

Extra info: I spawned a totally fresh/new replica (which fully synced with the master) : and I tried refresh bokeh on it and I still get the same stacktrace/exception as...

@lechat : I think you miss my point.. my problem is that I've got an EtcdResult, with childrens nodes/leaves also fetched (recurisve=True on the read() call) and its repr() is...

Here is what I finally use temporarily on my side to not be bothered by the problem : ``` python def __repr__(self): d = self.__dict__.copy() d.pop('_children') d['nbr_childrens'] = len(getattr(self, '_children',...

thx. repr() being mostly used for/during interactive/debug sessions (and also eventually in logs) so it would be particularly usefull to consider to have this one changed so to not include...

@lavagetto > @gst one thing I don't understand is why you do a read with recursive=True on a large tree and then expect the repr of that to be small.......

also by the way, the convention is to use `__class__.__name__` and not `__class__` itself in ``` python def repr(self): return "%s(whatever)" % self.__class__ ``` eventually with the module name also...

I've read the ticket. and I agree that this is either a regression from 1.4 or otherwise at least a documentation issue or miss. The use-case is quite clear and...

For the completeness I put here our talk start from #1451 : Le 2015-01-13 03:45, Gabès Jean a écrit : > We will start with addings hosts, not service or...