Guillem Poy

Results 61 comments of Guillem Poy

Yass, that works! However, we have issues figuring out how to do the opposite filtering. This is the only thing that seems to make sense since there is no `notContains`:...

And just to keep it in mind, we still not figuring out how to sort properly: ```dart StreamChannelListController( client: await clientInitialized, filter: Filter.and([ Filter.in_('members', [AuthServiceV2().userId!]), Filter.equal('type', type.value), ]), // TODO:...

> To my knowledge we don't have a filter currently for a "notContains" type functionality. @deven98 should I open an issue to create that functionality? > have you tried using...

Hi @deven98, I hope you're doing well. I wanted to follow up on the **sorting issue** using custom fields. This is currently our main priority, as the user experience in...

Hi @deven98, Thanks for your response. Here’s a summary of the sorting issue we're facing: We need to sort channels by a custom field (`celebrationDate`) and then by the default...

Thanks! An adaptation to this code worked fine for us! If this is the intended behavior, this can be closed. However, the filtering is still missing the `notContains`, but in...

Sure, I completely agree with you! I never meant to make it look like it should do it in the background. **It should definitely be an opt-in feature** and maybe...

Seems closely related/duplicate of this one: https://github.com/organicmaps/organicmaps/issues/3474

I am interested in this as well. I have a git repository with all my notes, and I'd love to be able to save the settings of the editor I...

It seems that there is no showcasing at all of the application of destructive colors, is that correct?