Nick Manning
Nick Manning
It appears that this library is abandonware because Facebook changes its features often as the @maciekmm doesn't have time to maintain. The PR I submitted doesn't "meet coding standards" because...
That's fair and I forgot about that they were indeed failing. Will revisit this next month because too busy now unfortunately. On Aug 9, 2017, 7:37 PM +0200, Maciej Mionskowski...
Thank you all for your interest in this. I think this is really important work but we should be careful about planning things before going forward in my opinion. What...
Was there any fix for this?
Note that I am using jruby-openssl 0.7.8. If I switch to jruby-openssl 0.7.7, the server _seems_ to work but it still throws a few SEVERE errors when I use it.
Note that I think this is the cause for the problem. The gesture doesn't get disabled or removed if you set 'enableLeftFoldDragging' to NO ``` // PaperFoldView.h UIPanGestureRecognizer *panGestureRecognizer =...
My temporary fix. Let me know what you think: ``` // PaperFoldView.m @interface PaperFoldView () @property (nonatomic, strong) UIPanGestureRecognizer *panGestureRecognizer; @end ... self.panGestureRecognizer = [[UIPanGestureRecognizer alloc] initWithTarget:self action:@selector(onContentViewPanned:)]; [_contentView addGestureRecognizer:self.panGestureRecognizer];...
I get the same thing. Any plan to fix this? ``` RUNNING HANDLER [ricbra.logentries : Restart logentries] *********************** fatal: [appnode-prod-04]: FAILED! => {"changed": false, "failed": true, "msg": "Unable to restart...
Hey @ricbra , sure I'd be glad to fix but not an expert on Ansible per se. So I guess I would simply add this as a step to `tasks/main.yml`...
To reproduce this problem, simply stop then attempt a restart. You'll get this error: ``` ubuntu@ip-172-31-36-93:~$ sudo service le stop ubuntu@ip-172-31-36-93:~$ sudo service le restart Job for logentries.service failed because...