Marc-André Moreau

Results 111 comments of Marc-André Moreau

@martelletto it is not an **absolute** blocker for me, but this is as far as my current contribution will go. If you don't merge it, it will rot on a...

+1 on this, parameter transformation is also very commonly needed for all types of array parameters. Sometimes you need to pass each value as with the same repeated parameter, sometimes...

@mangalorereshmi can you clarify what are the requirements for having anonymous pull support? It's not so clear which kind of subscription is required, or if this is limited to a...

I have been trying to figure out for the entire day why a simple docker buildx filesystem export hangs in GitHub Actions, while it works just fine locally in WSL2....

I would be interested if it happens. @DrusTheAxe my understanding is that the MSIX Core SDK FFI is relatively small, so a realistic approach might be to just write the...

@jonjohnsonjr @SteveLasker excellent, let's discuss it here! Here is my primary goal: find a way to keep browser Etag compatibility (opaque value) while also passing a non-opaque Etag-like digest-based value,...

@jonjohnsonjr aren't Etag headers something that can also be inserted by caching proxies? I wonder if caching proxies can also optionally decide to replace Etag headers with their own if...

The tag human notation is not flexible enough for this, it's probably better if we simply parse the manifests to find the blob URLs, and then construct associative "file URLs"...

I built darling from source in WSL2 today (I followed instructions for rebuilding the kernel and everything) inside Ubuntu 20.04, and my attempts to use unxip on Xcode_12.5.1.xip are met...

@rdrpenguin04 I just tried [following the instructions](https://docs.darlinghq.org/contributing/generating-stubs.html?highlight=stubs#generating-stubs) for generating the stubs on libMobileGestalt.dylib on a mac, it unfortunately fails. I guess this is a case where you need an experienced...