kumy

Results 100 comments of kumy
trafficstars

Why don't you use `rsync`? :)

Are you sure, one of this syntax should work in your case, no? `$ rsync source host:destination` or `$ rsync host:source destination`

@etiennecaldo Interesting issue. How do you imagine to implement that?

@vladmunteanu did you tried to declare your id field as `Str` in your schema? ``` class SomeSchema(Schema): class Meta: type_ = 'some-type' self_view = 'v1.some_type_details' self_view_kwargs = {'id': ''} self_view_many...

I'm also seeing this with openstack from OVH

@aquabubble isn't it PR #1240?

It's this issue the same as #1183?

Hello @clintkitson, please find bellow the requested information. Which command do you think of when you said "can you use RR to inspect the volume", is `rexray --format=jsonp volume ls...

@clintkitson Is there something I can do to help here?

A workaround could be to write the filter as: ```php $filter = ['created_on_datetime > NOW() - \'1 YEAR\'::interval']; ``` But I still have to find how to properly escape it...