Pascal Hofmann

Results 48 comments of Pascal Hofmann

As a workaround you can add this to your composer.json to install webmail-linker via composer: ``` { "type": "package", "package": { "name": "webmail-linker", "version": "0.1", "source": { "url": "https://github.com/thomasbachem/webmail-linker", "type":...

With HTTP compression HTTP headers are not compressed, only the HTTP body is. So adding header data does not prevent BREACH. This PR is nonsense and should be closed.

> @pascal-hofmann Did you manage to overcome this? I seem to have arrived here as well. I think I adjusted the state manually.

@Tashunar ``` terraform state pull > terraform.tfstate.json # edit json file to match real state and increase serial by one terraform state push terraform.tfstate.json ``` I can't remember the details....

> šŸ‘šŸ» to @siwyroot's suggestion as the `datastore_id` is a valid argument to pass to each disk.. We are specifying `datastore_cluster_id`. In this case you can't specify a `datastore_id` per...

I'm currently waiting to get access to a vSphere test setup, and will work on this issue once I have access (at least the `datastore_cluster_id` part, but I guess both...

I think the safest way is to always specify all topology elements in alphabetical order and setting the ones that are not required to `size=0g`. This requires a code change...

Is someone working on this? I'm currently looking on fixing #336 ad #466 so no matter which blocks you add or remove from your config, it'll always just work without...

@dimuon We decided to work on this as the existing bugs block us. Can you share your current progress?