Alexander Hermes

Results 9 comments of Alexander Hermes

Same issue here. I suspect it's because the `package_prefix` isn't set correctly for `RedHat` in https://github.com/voxpupuli/puppet-php/blob/master/manifests/globals.pp A workaround is to set the package prefix manually. For example for PHP 7.1...

How about using a something like nuitka (https://github.com/Nuitka/Nuitka) to package the whole application into a (OS-specific) executable, and then offer that for download? That would be a lot simpler /...

Hmm, I can't quite reproduce this, installing confluence-rest-library into a fresh Python 3.7 virtual environment only installs the dependencies specified in `install_requires` in setup.py, i.e. `requests` as well as their...

@jrasell I've created a PR that addresses it, please have a look!

Thanks @jrasell, I've taken your comments on board for the most part, except one with trespect to adding a new `filtering` file because I wasn't sure what you meant. If...

@jrasell Ok, I'll give it a shot. Some thoughts on how I plan to approach this below. As far as I can tell from the Go API docs an allocation's...

@jrasell I've created a PR with my first attempt, but I'd like some feedback. Could you please take a look?

@jrasell, could I ping you for an update on this? I just need a bit of feedback and then I think this can be merged

I second this request. While the workaround of using templates suggested by @ingwarsw does work, it requires the user to have a good workflow for generating and updating templates, e.g....