Results 33 comments of Ahmet Enes Bayraktar

Hi, I have been developing [tmx_parser](https://github.com/aeb-dev/tmx_parser) for a while for dart-lang. Here are my two cents Topics that I think should also be taught: ### Model differences between tmx and...

It produces the following ``` SELECT t1.id, t1.t2_ids FROM table1 AS t1 CROSS JOIN table2 AS t2 WHERE t1.t2_ids @> ARRAY[t1.id]::bigint[] ``` Also I meant linq with methods sry :)...

Sorry for the late response check this repo: https://github.com/MrMuMu/ef-postgres-array-join Now the question is how do I generate the following query on linq method syntax: ``` SELECT t1.id, t2.id, t2.name FROM...

The title start with JetStream but is this only applicable to JetStream? I believe Nats Core also support this case, right?

Is there any update on this. We are having the same issue as @gsakkis

I actually have opentelemetry-distro and it still does not work

@Joffcom, yes, serverless redis works in cluster mode. However, n8n have configuration for redis cluster. e.g https://github.com/n8n-io/n8n/blob/da1fe44d5246848e2ba7bb8bc5f4577685fbcee0/packages/cli/src/services/redis/RedisServiceHelper.ts#L116 https://github.com/n8n-io/n8n/blob/da1fe44d5246848e2ba7bb8bc5f4577685fbcee0/packages/cli/src/services/cache/redis.cache-manager.ts#L170 https://github.com/n8n-io/n8n/pull/6708 So I believe @ersinors meant that there is a bug somewhere...