Arthur Woimbée

Results 102 comments of Arthur Woimbée

Sorry to be this person, but: Any news on this @bradfitz ? It's awkward that it has been partially implemented for 7 months. This would simplify the process described here...

I tried to work on this but it's hard (I've never written any proc_macro). Here are the required steps I see for a PR: - remove the EarlyTrailing error [here](https://github.com/SergioBenitez/Rocket/blob/8cae077ba1d54b92cdef3e171a730b819d5eeb8e/core/codegen/src/attribute/param/parse.rs#L24)...

@oysteinhauan I tried but it doesn't work. `extra_config` pupulates `IdentityProviderConfig` while `DisplayName` is part of the `IdentityProvider` struct (check [here](https://github.com/mrparkers/terraform-provider-keycloak/blob/0a6d375adefffb252cd095f3f06cdbf662a0b837/keycloak/identity_provider.go)). When I create an IdP through the web console, displayName...

Yes, it's quite obvious from the code https://github.com/titansoft-pte-ltd/imagepullsecret-patcher/blob/bdf0891920920d3e789a5b5bbf0ea041ad385746/main.go#L183 You need to set CONFIG_ALLSERVICEACCOUNT But since this project in simply a for loop running every 10s, there will be a delay...

Thanks for the very professional response. For now I'm using the open source version so I'm just grateful to be able to use pulumi. But as I understand, crossguard policies...

Well, I made it work for now, but I won't add this piece of code in every one of my stacks: ```typescript export class HelmChart extends k8s.helm.v3.Chart { constructor (...

It's a shame that this PR isn't going forward faster than this. Even if the chart isn't perfect, it's ∞ times better than nothing ! Also, the Metabase company is...

@auyer > One issue I'm still having is with auto scaling. You are requesting bytes, 6144 bytes, of course Metabase is gonna use more than that 😄. @arjenvdhave, nope, not...

> I'm betting a lot of people come to this Github issue after seeing their Cloudwatch costs when enabling audit logging. I'm one of these people. Does anyone have tips...

Seems like we can't rely on imageswap-webhook: https://github.com/phenixblue/imageswap-webhook/pull/65 Anyways it would be way better to do this ourselves in rust instead of python for such a critical webhook.