Gabriel Nützi

Results 256 comments of Gabriel Nützi

Hmm now when you say cert-manager does not copy labels and annotations to CertificateRequests etc, is this really true? Then what could have added this label. Your understanding is correct,...

@maelvls Thx for the nice table! So label copying from Ingress to Certificate should be in general disabled (as its undesirable) and allowed selctively with a flag, is that correct?

Thanks: if somebody is willing to update to eigen 3.4.1 or even 5, -> PR very welcome.

Here is the full file (annonymized): hopefully it still doesnt parse. ``` BEGIN:VCALENDAR PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Europe/Berlin BEGIN:STANDARD DTSTART:16010101T030000 TZOFFSETFROM:+0200 TZOFFSETTO:+0100 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=10 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T020000 TZOFFSETFROM:+0100 TZOFFSETTO:+0200...

We also use a lot of the same sources to vendor from, to place files at different locations from this same source. Using Yaml anchors makes this easy, but given...

So to clarify: my parallel execution request basically is a "implement a cache system" request and is the first thing which should happen, Executing in parallel only means, that all...

@Zebradil, @joaopapereira I changed the title and description towards caching, as this is the problem at hand.

Also I thought it might be due to initializing the `globalLogger` variable not thread-safe, since charmlog under the hood sends escape code to the terminal (for the color profile), but...

I think I found the root cause of this problem: E.g. I start multiple **processes** (each coroutine starts one), and each process will again do **initialize** a logger which will...

@ichbestimmtnicht : That does not work. I made this note in the code: ``` // NOTE: `d.Format(d.FormatUUID)` : Does not work currently, since validation // comes after serialization which only...