Matthieu Bacconnier

Results 77 comments of Matthieu Bacconnier

I don't know, not sure how I feel with having multiple ways of doing the same thing--doesn't seem "KISS" to me! Curious how other feels here. You're right for the...

I think what I question most is if it makes sens to display multiple IMs per contacts. My use case is pretty strict, one IM per contact, sometime two with...

This... should happen automatically. I don't know what kind of wizardry Samsung is doing, but normally as soon as you install KISS, next time you press home you'll have a...

Hello! Sure, if it's implemented as a custom sort mode I think that would make sense indeed :)

I'd love the feature. Company name not relevant, project names: AubeRêve and [TurnMeOn](https://turnmeon.neamar.fr), also planning to rewrite https://play.google.com/store/apps/details?id=fr.neamar.lolgamedata&hl=en in Flutter Web.

That would honestly be amazing :) Flutter web is not fully stable yet, but I've started seeing some websites relying on it, and it would make a lot of sense...

I'm personally already using the new SDK, but saw the issue here and wanted to add my +1 (maybe it would be worth renaming this repository to Amplitude-Flutter-deprecated? And move...

It's a good question, I read https://clickhouse.tech/docs/en/operations/backup/ The best, officially supported option seems to be https://clickhouse.tech/docs/en/operations/utilities/clickhouse-copier/ It's not perfect (not atomic) but should be a good start :)

The binary clickhouse-copier is available in the official image, however I ended up using this repo: https://github.com/AlexAkulov/clickhouse-backup which was mentioned on the official doc: https://clickhouse.tech/docs/en/operations/backup/ It was fairly simple: ```sh...

I haven't looked too much into clickhouse-copier, as they mentioned that it is mostly used to replicate data from one db to another, not to generate a file. I guess...