Stefan Wagner

Results 9 comments of Stefan Wagner

I tested this PR and it works as expected with wayvnc

Sorry, I can't reproduce this bug, do you still get it with current stable (of roundcube)?

So, is there a /var/lib/roundcube/vendor/autoload.php? I don't know your roundcube installation in detail, but if you take a look inside google_func.php you can see that the plugin tries to get...

Actually, autoload.php is generated by Composer and used by my plugin to autoload the plugins dependencies (Google API Client Library, also installed by Composer). You have to write your own...

Hmm, maybe there are two different problems here, web and CLI. It really looks strange to see PHP core dumping after syncing a contact. Some questions: - It would be...

Thanks for your feedback, I will keep an eye on that. As I don't know much about memory management in PHP I have no clue why this is happening. Do...

Same here, I have problems with "%" in Account.passwd. (Well, it can be escaped with %%)

You could work around the 100% height problem using flex layout, browser support [is pretty good nowadays](https://caniuse.com/#search=flex). Unfortunately it's a bit ugly because of the vertical scrollbar as seen in...

Hacky pull request #39 which makes it work in current firefox and chromium (at least?).