etx121

Results 7 issues of etx121

Hello Emil, Thanks for the great library. I was testing the component and I found out that there may have a potential issue: When I try to drag down the...

I tried the code: ```typescript const count = 0; const messages = { 'testPlural': msg`${plural(count, { one: '# friend', other: '# friends', })}` } ``` However I got the linting...

good first issue

**Describe the bug** I want to use Plural JSX element imported from: `import { Plural } from "@lingui/macro";` In the documentation from the website [https://lingui.dev/ref/macro#plural-1](https://lingui.dev/ref/macro#plural-1), it is reported that `format`...

### Describe the bug Let's say I have this URL in a column called url: `https://example.com/?sku=EXAMPLE_SKU&u=https%3A%2F%2Fexample.com%2F` `{{ dbt_utils.get_url_parameter(field='url', url_parameter='sku') }}` extract the first parameter being `LIKE %sku=` `{{ dbt_utils.get_url_parameter(field='url', url_parameter='ku')...

bug
triage

### Describe the feature With dbt-utils, we can use this to extract params for url: ```sql {{ dbt_utils.get_url_parameter(field='page_url', url_parameter='utm_source') }} ``` However, sometimes, in the params, it is another URL...

enhancement
triage

### Describe the feature or enhancement Hello, I am currently self-hosting Umami, and I want to proxy the Umami traffic to bypass ad-blockers. I am also using Cloudflare and Next.js....

### Describe the Bug The docker images of Umami v2 was restrained to `linux/amd64` only, instead of both `linux/amd64` and `linux/arm64`, why? ### Database PostgreSQL ### Relevant log output ```shell...