Results 7 comments of Arty Ignatovich

One of the desired features within the scope of index tags is [Tag Conditional Headers](https://docs.microsoft.com/en-us/rest/api/storageservices/specifying-conditional-headers-for-blob-service-operations). Specifically **x-ms-if-tags** header support. Tag expression evaluation does not lead to a success for tag-based...

@blueww I am looking for the blob operation (particularly delete) to be performed only if predicate in the "x-ms-if-tags" header evaluates to true (for instance "Author" = 'Jack'). [Source](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-manage-find-blobs?tabs=azure-portal)

@blueww indeed storing blob tags is not yet supported. I think that indicating that particular feature is not supported in the strict mode by replying with http code (the way...

Could anyone confirm if cancellation support was added to one of the latest releases?

After Lens decided to update itself similar issue was encountered. Lens compained about `contexts` section of `kubeconfig`, particularly about a context having an empty user, like below: ``` - context:...

Hi @ManyTheFish, Solution that was proposed (adding Cyrilic to the predicate in [NonspacingMarkNormalizer](https://github.com/meilisearch/charabia/blob/main/charabia/src/normalizer/nonspacing_mark.rs)) did not reach expected result. The solution this PR proposes also does not impact search behavior as...

Hi @ManyTheFish , There is still work to be done by me in this PR to solve the issue that is being described. Would you be able to indicate what...