etx121

Results 11 comments of etx121

@Angelelz will `getColumns` accept columns from a subquery of type `SubqueryWithSelection` | `WithSubqueryWithSelection`. I am trying to find a function which can get the columns of some subquery I make...

@wederchr `getColumns` from [https://github.com/emmnull/drizzle-orm-helpers](https://github.com/emmnull/drizzle-orm-helpers) might help (a lot) 😉

Hi @timofei-iatsenko , I haven't found yet a working example to make plural work on v4. The examples shown in the documentation could be more explicit. Do you have an...

@timofei-iatsenko I tried the version of `maman` above: ```typescript const message = t(i18n)`${plural(count, { one: `${name} has # friend`, other: `${name} has # friends` })}` ``` I end up having...

First: ok sorry, I am not used to write comments on github 😬 Second: but we should define a `count` variable? I would like to have a message where i...

I just tried, but nothing is working. I tried Claude.ai's suggestion, but I have no idea how the format props work. My use case is that in the plural, I...

I corrected the link in the doc, in my first message: [https://lingui.dev/ref/macro#plural-1](https://lingui.dev/ref/macro#plural-1)

Hi @mikecao , I am manipulating it, but both the proxy and the website are under Cloudflare. Thus Cloudflare is overriding the value of the country/city/region when at the proxy...

Hi @mikecao , Does my change make sense in your opinion? No matter what I do, I cannot change the location of the user unless I set `SKIP_LOCATION_HEADERS` to `true`....

Hello @mikecao , Do you think we can add a header to change to custom header then? This code solved the issue: [https://github.com/umami-software/umami/pull/3153](https://github.com/umami-software/umami/pull/3153)