Xavier Vello

Results 39 comments of Xavier Vello

Hello @zaurhasanov I'm not a contributor, but I think you might be hitting the server-side pairing requirement of the new firmwares. You can find more info in the [Gadgetbridge wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Mi-Band-4):...

Good idea! I'm truly surprised so many of them are already down. A sign that this business is not viable and that these will taper down? :crossed_fingers: I first though...

Hello @hirorpt, Sorry for the delay, I was out of town when you posted and the notification fell through the cracks. As a frenchie, I agree with you that l10n...

Really loving this idea, not sure how we could go about implementing this though. Maybe working on https://github.com/xvello/letsblockit/issues/68 could pave the way towards a "smarter" editor.

Great use case! For now, users can only create a single filter list, but the schema already has provisions for several lists per user. Users could keep one or several...

Hello @solna86 and thanks for your input! (Side note: uBlockO now supports AdGuard's [removeparam directive](https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#removeparam), that seems to cover a big chunk of ClearURL's scope) I already have plans to...

> Zapper don't create filters, delete node once. Rare needed is share filters with :remove(). Hello @krystian3w, I'm not sure I understand your point here, could you please reformulate it?

That would be a great UX improvement indeed. There are other options I'd love to investigate: - Reusing [uBlockO's custom CodeMirror config](https://github.com/gorhill/uBlock/tree/master/src/js/codemirror) for consistency with the plugin, although it's not...

I think it's better to re-scope this issue as an "advanced editor" one. If we want to go as far as detecting syntax errors, we'll definitely need to reuse common...

I have been looking at CodeMirror 6's new syntax definition system, and it's pretty impressive how small their [css language definition](https://github.com/codemirror/lang-css) is. Seeing how many extensions this editor comes with,...