Mario Finelli
Mario Finelli
The biggest issue with the kickstart script is that it's not easily automate-able. Ideally I want to be able to plugin to my ansible playbook something like ```yaml - name:...
On Ubuntu 22.04 Jammy the libldap package is `libldap-2.5-0` (so you should apt install `libldap-2.5-0:i386`): https://packages.ubuntu.com/jammy/libldap-2.5-0
@negibouze version 3 is working perfectly for me, thanks for the quick update. Regarding the breaking changes, I'm not sure that you need to set `minify: false` for the `html-webpack-plugin`....
I'm using the new fetch api client (I think, I have `client: "@hey-api/client-fetch"` set in my `openapi-ts.config.ts` file), but the examples on the page all seem to work with the...
Ok, I see how it works now. For anyone else finding this issue I'm able to get the raw response like so: ```javascript const { data, error, response } =...
I'm not sure that I'd like it in the `data` object unless the data object had two keys `body` and `headers`. My usecase is to add extra information on the...
Great, for the AUR I am the maintainer of the package, so I only need a new release on github and I'll update it. I'm not sure what the process...
Hi @petoju we have the same problem... Since the other PR was closed I wanted to ask what approach we would need to take for you to accept a PR?...
Sorry do you mean that there should be a provider-global ignore list of hardcoded roles to ignore? Or maybe it could be configurable on the provider?
Sorry I guess I mean that if we hardcode `cloudiamgroup` then wouldn't that prevent people not using GCP from creating and managing a role with that name _outside_ of GCP?...