Sébastien Martini

Results 11 comments of Sébastien Martini

I had a similar need and just added this method: ``` objectivec - (void) drawArrowUp { CGFloat radius = (self.bounds.size.width)/2; CGFloat ratio = kArrowSizeRatio; CGFloat segmentSize = self.bounds.size.width * ratio;...

Hi Gabriel, I'm not sure I understand the issue correctly, but I think the difference of code and the confusion may come from the fact that the encrypt methods in...

Ok now I see your need, I just commited a change f5382b81aeb9721e457314d246edcd540fa8dbc6 to add helpers to provide compatibility by stripping / inserting zero bytes to ciphertexts. See the headers files...

Hello Robert, I'm not sure about that, it doesn't seem right to me to allow installs on systems known not to support inotify. The problem is that it's just for...

Hello, I think this is explained [here](http://seb.dbzteam.org/pyinotify/pyinotify.ProcessEvent-class.html) but of course feel free to edit the wiki page if you want to improve it.

Indeed it doesn't follow symlinks recursively. If I recall correctly I didn't implement recursion on symlinks because it opened the door to other problems for instance you have to detect...

You have to test it by yourself to be sure but I think only the event on the original path is reported.

I doubt I will have the time to implement it any time soon but if well abstracted il would be nice indeed.

Important mention and good reference indeed.

Hi @blueyed, I still don't have an opinion about it. I must say I didn't have time to review it and think about it carefully and this is the kind...