Akos Resch

Results 10 comments of Akos Resch

Hi @unfulvio! Is this issue on a roadmap or something?

After trying several similar action, the one that we ended up using is https://github.com/AEnterprise/rsync-deploy . If you have time, maybe you could take a look at their solution to managing...

Moving to ES6 would be great! :wink: About the custom endpoint: Based on the current implementation I would imagine somthing like this: ``` js Zone.prototype.customMode = function(callback, customCommand) { callback...

Your latest commit looks great, but I haven't tested it!

Hi @oeuillot, I've loaded your ES6 branch to my project, but sadly it throws a bunch of errors.. (syntax error, undefined super this)

I installed the latest version (v6.2.2) but the errors are still there.. ``` \milight\lib\zone.js:522 }); ^ SyntaxError: Unexpected token ) at Object.exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:513:28) at Object.Module._extensions..js (module.js:550:10) at...

Thank you for the question @Hasokeyk @Fidelity88 ! Sorry for the long delay.. 😔 It's basically creating the rendered html. It can be deceiving because one might think it only...

Hi! Thank you for the input, I'll check it, but it's probably because `wc-ajax` does not use the standard `send_headers` and handles it on its own.

Hi @aminjabari! Usually it means that you did not separated the business logic from the presentation and in your (for example `front-page.php`) template file. So you do all the db...