Chaim Lev-Ari
Chaim Lev-Ari
May I suggest: ``` data/links - path for links data/categories - path for categories ``` ```ts Link { ...info, categories: Array } Category { id: CategoryId, order: number, parentCategory: CategoryId,...
Client side sorting. Have some order property for the initial order, but also let the user decide On Tue, 31 Oct 2023, 23:30 Ohad Schneider, ***@***.***> wrote: > Let's not...
I think this is related to https://github.com/4tals/LinksForIsrael/issues/206 at least to the bottom line: > or example, anything social will automatically get [instagram, twitter, facebook, tiktok])
I think actually the problem is that it doesn't support versions
@tustanivsky thanks for replying they get the following message:  basically it says this file is missing
players keep getting these messages, so we've decided to remove sentry until we clear these
First, you should write that in your unreal sentrt guide. Second, i understood that and gitignored it from the beginning, but our users still saw it
Sounds like a great fix, when will this go into an update?
thank you, looking forward to it
> I resorted to using this: > > ```js > await prisma.$runCommandRaw({ > update: 'Transaction', > updates: [{ > q: { id }, > u: { $addToSet: { tags: tag...