sweber83
sweber83
Since we had need for an extra cache (so the images are not resized for every edge location), we implemented, what was discussed here. https://github.com/humanmade/tachyon/pull/126
@roberth Thanks for having a look at this! We don't use any plugin or targetEnv. The trick with the ssh wrapper was really helpful. Here is the command line, which...
@roberth I'll close this for now, as of 2.0.0-pre-7220cbd I can't reproduce the issue.
@fearphage Instead of running xmage with a version 8 jdk, use version 9 or newer. I just tried with jdk 11, works fine. To enable scaling, add this parameter to...
@derlhurgoyf Here is the command I use to start xmage: ``` java -Xms1G -Xmx2G -Dsun.java2d.xrender=true -Dsun.java2d.uiScale=2 -jar mage-client/lib/mage-client-1.4.44.jar ``` I left out the exact paths to java & the `.jar`...
@JayDi85 I made two screenshots, which show the difference.   I see an issues with changing the launcher settings. As far as I know, the launcher installs its own...
Stumbled on this issue, too using docker version: ``18.09.2, build 624796``
We also have this exact problem. The main problem is, that files uploaded via the cli don't end up in the same folder. The URLs contain ids, of which it's...
When the wp login form posts its credentials to `wp-login.php` the `onLogin()` method runs all the way to the end, where we are redirected to the auth0 form.\ https://github.com/auth0/wordpress/blob/169e917f060cd3b627ddc51fc840490c168bb673/src/Actions/Authentication.php#L549 Looks...