Troy Kelly
Troy Kelly
> ... we currently have a UPC, EAN and Barcode field on the ProductVariant db model. Wondering if it might be worth adding `retrieveByUpc` and `retrieveByEan` to not create confusion...
@srindom Changes made. I think @olivermrbl wanted to avoid creating a function for each "type" of lookup that may be needed, but I do feel there's justification in making these...
Apologies @olivermrbl - been a little busy - will try and look at this in the afternoon (Sydney, AU) I think your approach is far better than recreating the same...
No problem @olivermrbl, new PR is #2112
@1104662797 Have you tried this on your VM? https://github.com/aperim/docker-nvidia-cuda-ffmpeg#getting-it-working
There's already extensive support for this clearly, adding my voice to that. I'd also like to share my thinking on the handling of a v4 and/or v6 outage. IPv4 and...
@HasanAboShally Wouldn't you need to use the [isNull](https://appwrite.io/docs/queries) query? ```markdown Is Null | Query.isNull("name") | Returns documents where attribute value is null. Is Not Null | Query.isNotNull("name") | Returns documents...
This is related to https://github.com/redis/ioredis/pull/1137 I assume because it's tls requiring sni that ioredis is having the issue.
Resolved by passing `servername` ```typescript // Redis client configuration const redisHost = process.env.REDIS_HOST || 'redis' const redisPassword = process.env.REDIS_PASSWORD || '' // is "REDIS_TLS" truthy const redisTls: ConnectionOptions | undefined...
I'm having the same issue, not sure how to debug, but YouTube never gives any indication of there even being an attempt to start the stream. ### Versions - 1.8.4...