Marco Reni

Results 21 issues of Marco Reni

**Is your feature request related to a problem? Please describe.** We're using terragrunt with a nested moule structure, meaning: ``` stages └── test └── module1 └── module2 └── prod └──...

help wanted
enhancement

### pnpm version: 7.11.0 I'm not sure if this is a bug. I have a monorepo with two packages. The first package (`@myorg/a`) declares a dependency on `foo`. The second...

type: bug

While the library is able to parse ALB logs correctly, it's missing some of the attributes that are specific to ALB: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-access-logs.html#access-log-entry-syntax I also saw (but I'm not using it)...

Is there a way to fetch data from the userinfo endpoint without having to refresh the tokens? AFAIU the "loadUserInfo" options loads data upon login, but there's no way to...

enhancement
help wanted

Fixes #846 #852 ### Checklist - [X] This PR makes changes to the public API - [X] I have included links for closing relevant issue numbers This PR adds a...

enhancement

I'm trying to build an webapp to open some text files saved in the filesystem. and I decided to use this library to be able to use my app on...

Hi all, we're experimenting with the gradient feature and we'd like to have the ability to create oblique gradients, similar to the following image ![oblique](https://github.com/imgproxy/imgproxy/assets/2797489/32540785-7776-4047-bfce-56ee29cf9390) For these we think we...

We're trying to add a watermark by composing an SVG dynamically and passing it to Imgproxy. We're doing that by creating an `` object, then creating a `data` url for...

### What are you really trying to do? Sending an error to a Sink function and preserve all the attributes. ### Describe the bug It seems that the error that...

bug

When using a single GraphQL containing multiple queries, it's not possible to select the operationName to execute. The POSTed body would be something like: ``` { "query": "__theQueryContainingMultipleOperation__", "operationName": "myOperation"...