Ricardo Gonçalves
Ricardo Gonçalves
I have been working in the project to bring inn the support for the Caddyfile. You can find it here: https://github.com/rigon/caddygit However I'm facing some issues and I would like...
Yes, it is still half way implemented. Once I have basics working well I will think about supporting the full options.
@francislavoie Can you help me finish this bit? I don't know how to inject the Handler Directive configuration into the App's configuration. The goal is adding a client when the...
I believe those calls are specific to Linux, they are not cross-platform. You can comment out those lines "just" to make it work.
I couldn't agree more! The only issue it requires dev time to make it work seamlessly on all platforms. And this project looks a bit abandoned... :(
Can you try, if this fork works: https://github.com/adrium/goheif
That error happens because you don't have QJson properly installed. So, you have to install: ``` sudo apt-get install libqjson0 libqjson-dev ``` Until today, I didn't try to build this...
Ah, the most recent changes are in the branch `transportsplugin`. When I finish it, I will merge this branch with `master`
I already merged the branch `transportsplugin` with `master`. If you have made any progress, please let me know ;)
Olá João! Vou continuar em inglês para que toda a gente perceba. I updated the dependencies and now you should be able to proceed. Try the following script: # Create...