Julio César

Results 48 comments of Julio César

Mmm well, right now you can [supply your own Http client instance to the `Proxmox` constructor as an extra parameter](https://github.com/ZzAntares/ProxmoxVE/blob/master/src/Proxmox.php#L72), but now I notice this feature is undocumented. But in...

Apologies for the late response. The `DELETE` request is constructed here: https://github.com/zzantares/ProxmoxVE/blob/master/src/Proxmox.php#L126-L136 I'll suggest adding a test case below/similar to this one https://github.com/zzantares/ProxmoxVE/blob/master/tests/ProxmoxTest.php#L226-L230 that stresses this corner case that help...

Hi @GothShoot, I'm sorry it took forever for me to reply; please feel free to improve this library as you may see fit, you're already a collaborator in the repo...

I'm sorry, I'm just seeing this! 😩 . A guy have contacted me with the same exact problem, did you manage to solve it? it was a problem with the...

Thanks! So the generated URL just needs to be in an iframe and that's it, right? I'll add this to the Readme before closing the issue. 👍

Hi @justamoose, exactly which modifications need to be added?

Hi I'm having this exact same problem 😩

In my case I've ruby via `rbenv`

In the mean time if anyone is interested I have made this function: ``` (defun my-magit-checkout (revision) "Checks out a branch updating the mode line (reverts the buffer)." (interactive (list...

Thank you! I'll try it this weekend, for now I've disabled the package in `haskell-mode`.