LaszloKecskes

Results 18 comments of LaszloKecskes

For a simple renaming, is deleting necessary? Can we not relabel the settings and the related suggestions? Also, does the same thing not apply for extracted metadata on the files?

How about a plain old loop (for generators, maybe one of the `while`s)? If I remember correctly, we have talked about ignoring the "no await in loop" rule in specific...

> #4075 is the issue where the change was introduced, it seems like is the same problem we are having now, anyway, I think that conceptually it's not correct that...

After reading the relevant parts in the mongoose docs, we will go with re-enabling the feature. According to @mfacar's suggestion, we will make sure we are not recreating the linked...

Additional context as to why the click-to-fill matters: since we use the click-to-fill rectangles as an input to the information extraction service, this could cause the machine learning algorithm to...

After discussion: we have determined that the real issue is that the template deletion flow only removes the property, but not the metadata from the entities (as contrast: the normal...

Sessions are stored in uwazi_shared_db, which is not exported with the fixtures, I think. But I've updated the fixtures at one point for the pdfjs issue, and while I've tried...

@Rafa Sync currently tags synced templates, and in the UI you can only set the pages for those entities, but not edit them in any other way. Do you think...

@txau Yes, we worked on a sync issue just this week and it was working fine. Additionally, this is the PR that introduced the changes: https://github.com/huridocs/uwazi/pull/4487 This comes two months...

2, Didn't we consider putting the sync parameters into the shared db at some point? 4, I think the new job queue should be able to do this. @fnocetti?