Neha Rathi
Neha Rathi
+1 on this issue, could you please prioritize a fix? As others have mentioned, `line-translate` is tedious workaround.
Hey @dantio, do you have time to take this on? I could take a stab at it, I think it's just one line.
Here's a repro: ``` while (true) { try { const res = await this.api.trading.GetMyeBaySelling?.( { SoldList: { DurationInDays: 60, Include: true, OrderStatusFilter: "All", Sort: "EndTimeDescending", }, }, { useIaf: true...
Thanks! I started using it. Will let you know if there are any issues.
@LSURENDRAN were you able to fix this?
@strongpauly how did you hack it? I'm getting this error: `"DataTypeNotSupportedError: Data type \\\"vector\\\" in \\\"Entity.embedding\\\" is not supported by \\\"postgres\\\" database.`
I think this might be related. I'm calling "getMultipleItems" from the Shopping API: `eBayApi.shopping.GetMultipleItems.(fields, { useIaf: true });` When my OAuth2 token is expired, I get this error message: ```...
Can you re-open this ticket?
Hello! It's been a year. Will you support this?
Feature request: suggest performance settings and/or allow re-sending campaign to failed subscribers
Here's how I figured this out for myself (feature request at the bottom): I ssh-ed into the server hosting ListMonk and ran `docker logs -f listmonk_app` I found all the...