X
X
I used kexts from this guide, everything work just fine. Only one little problem is the internet speed is just equal by half on windows. I don't know what problem...
https://github.com/deployphp/deployer/blob/8e4366bb42f10421ea0aacc93f7bab59cf29d6ed/recipe/deploy/update_code.php#L95 I must add '-f config' to get correct result. ``` $git config -f config --get remote.origin.url ``` ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/deployphp) so you can upvote...
Hello, I tried this guide but my internet speed still not changed. Anyone faced problem like me ? **Windows:**  Hackintosh:
Hello, I was expected a date value returned to check like below: ``` onChange: function (date, text, mode) { console.log(date); console.log(text); //console.log(mode); }, ``` But the result was different: -...