Christian Beier

Results 514 comments of Christian Beier

@lucab this is what I get with rkt 1.8.0: ``` ./rkt run coreos.com/etcd:v2.0.4 --net=host --debug=true image: using image from local store for image name coreos.com/rkt/stage1-coreos:1.8.0 image: using image from local...

Sure! ``` ~# cat /proc/1/mountinfo 57 28 182:703297 / / rw,relatime - ext4 /dev/ploop43956p1 rw,barrier=1,data=ordered,balloon_ino=12,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group 225 57 0:149 / /proc rw,relatime - proc proc rw 390 57 0:147 / /sys...

We would like a per-user allowance as well as we have differently-modeled contracts per employee. We've now modeled this with per-user departments which is OK, but a per-user solution would...

Can this change be added to master/main? We would love to have this as well.

Sure. Feel free to provide a patch! Am 04.12.2014 07:45 schrieb "Devrath" [email protected]: > This is a helpful library but is it possible to add a layout in place of...

well add a callback listening to touhc events on the menu itself...

I'll take a look after the weekend though I'm sure I really would like some neat and clean patches where you can easily identify the actually changed parts.

After reviewing eneds changes, I reckon that simply constructing from a list adapter might be a neat idea. How does this go along with dynamically adding/ removing items and the...

Sorry tight on time ATM, will lookinto this ASAP.

Well, we used it with activities here - one abstract BlaBlaActivity that would implement the SlideMenu interface and switch between child activities that extend it. In case you wanna use...