X

Results 4 issues of 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...

bug

Hello, I tried this guide but my internet speed still not changed. Anyone faced problem like me ? **Windows:** ![image](https://user-images.githubusercontent.com/6252311/137606101-fea5304b-6dfe-4ffd-be7e-f166e32948f8.png) 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: -...