Ansis

Results 11 comments of Ansis

Just tested it, works absolutely fantastic, thank you for this! I wish my watch music control didn't prioritise YTM mobile and instead would control your app, buuuut beggars can't be...

Does anyone have any workaround for now? Do we need to use query builder for removing relationships? Edit: Also, is there any specific reason this wasn't implemented in the first...

Jerboa already has a "Show read posts toggle". What you're looking for is a "Mark posts as read on scroll" setting, which would be great.

I think a contributing factor is the fact that there is no easy way to set a validation chain to be `isFoo()` _or_ `isBar()`, you have to define separate chains...

Any updates on this? I haven't been able to reproduce the error, but I keep receiving Crashlytics reports of the exact same trace as @xiaolongwuhpu. Side note - _all_ of...

It looks like a great option for managing the models, thanks! However, our project is quite big and migrating to a different model scheme would take a great deal of...

Only just now realized that this is a duplicate of #47 (after running it through Google Translate). I'd suggest keeping it open so others don't make the same mistake as...

Yes, this can be done via IsolateNameServer. Register a port when starting the app: ```dart receivePort = ReceivePort(); IsolateNameServer.registerPortWithName( receivePort!.sendPort, 'isolate_port', ); ``` Lookup the port from the worker: ```dart...

No updates on this? It's kind of sad that almost all LLMs can do this using [Avante](https://github.com/yetone/avante.nvim) or [CodeCompanion](https://github.com/olimorris/codecompanion.nvim) except Codeium.

> According to https://www.osstatus.com/search/results?platform=all&framework=all&search=25244, it looks like the issue has to do with an invalid owner. In my experience I've seen that there could be a difference in naming or...