Pawel Dominiak
Pawel Dominiak
This error is displayed when the `uapi` command is not available in the environment where the script executes. In principle uapi token is not required, because the script should be...
Hey! I'm sorry but I won't have time to fix this anytime soon. However if anyone creates a pull request I will review and merge it.
Hey! I'm not actively developing (or even using) this script anymore. However it should be possible, take a look at [SSL::delete_cert function of the UAPI](https://documentation.cpanel.net/display/DD/UAPI+Functions+-+SSL%3A%3Adelete_cert).
@ewallz have you tried https://github.com/acmesh-official/acme.sh? I use https://certbot.eff.org/ these days, maybe it'll do the trick for you.
@joetannenbaum any progress on this?
Hi Craig! I think https://github.com/thephpleague/climate/issues/85 is the best bet. Currently it's not possible to get an array of remaining arguments, even with `$climate->arguments->trailing()` because spaces within and between arguments are...
Using https://github.com/naoyukik/CTags fork with `C:\Program Files\Git\usr\bin` added to `PATH` with https://github.com/naoyukik/CTags/issues/9 patch and `ctags.exe` of https://ctags.io/ (https://github.com/universal-ctags/ctags) finally made auto complete work for me!
Any plans on merging this?
Here is the log I get: ``` + Info: processing `HTML': please wait... Could not import subprocess32 module, falling back to subprocess module error: plugin_host has exited unexpectedly, plugin functionality...
My username is `Paweł` (the last character is `U+0142`). Here is `p ENV["TEMP"]`: ``` "C:\\Users\\Pawe\xC5\x82\\AppData\\Local\\Temp" ``` And here is the output of you script: ``` "C:/Users/Pawe\xC5\x82/AppData/Local/Temp/tempfiletest20200317-22132-lvvr3r" ``` It remains the...