Michael Plaisted

Results 50 comments of Michael Plaisted

Updated to test but still same error. From apiclient get, rebooted node for good measure as well: ``` "container-registry": { "mirrors": [ { "endpoint": [ "https://AWSACCOUNTID.dkr.ecr.us-east-1.amazonaws.com" ], "registry": "registry.external.com" }...

I've been looking for documentation on how different types / layers are cached / invalidated so will second this. Maybe it's more obvious to people who understand buildkit underneath, but...

Yep, I follow that in general. For me I'm looking a level down, using the same example what if we grab `/etc/resolv.conf` that may not change between alpine releases. Would...

Have the same issue. I can resolve by including the referenced proto files directly when creating documentation but somewhat cumbersome and leads to a bunch of noise in the documentation...

Turns out most of my images are compressed in formats not supported by pdfCPU, I'm going to go ahead and close this as there are too many steps required to...

Essentially, yes. Fully featured version should probably: - support all of the PDF image encodings / compression algorithms (this is a lot of work) - maybe allow different output formats...

I've been playing around with a similar setup for "gRPC as a service" and really like what fission has to offer. Unfortunately I don't think gRPC plays nice with traditional...

@ldez I don't think this is a duplicate. Unless I'm missing something that solution allows headers to be added to the request that is sent to the backend. The use...

I built from source and this works great for Snowflake, any plan to create a release?

@ricopetzold I believe you need to set `SqlMapper.Settings.UseIncrementalPseudoPositionalParameterNames = true;` for the functionality to work with Snowflake.