Rémi Bardon

Results 97 comments of Rémi Bardon

@hsablonniere Autocomplete is not working on macOS (as far as I know), how can I test it while developing? Do I write it and ask someone else to try it...

I added two commands for networkgroups: `clever networkgroups` and `clever ng`. They do the exact same thing, they're "aliases". Do we keep them both? Do we choose one? Now is...

It has been decided that we keep both `clever networkgroups` and `clever ng` for now.

The `clever networkgroups join` command is taking a long time to release, because the required elevation causes lots of problems. I think it'd be better to release the `networkgroups` command...

@waxzce is ok with a separated release for the `join`/`leave` commands

Since the discussed command relates to add-ons exclusively (and not apps), I think it would fit best inside `clever addon`. The result would be `clever addon shell ` instead of...

The API doesn't currently provide a way for us to fetch such informations. It's a Work In Progress but hasn't been merged yet. We'll come back to this issue when...

I just did option `2.`, but added the automatic deletion of a possibly created external peer if error was thrown at file-writing time. ```js try { storePeerId(peerId, confName); } catch...

Yeah, could do it too, now that we have a `clever ng leave` command 💁🏻‍♂️ @hsablonniere What do you think?

So a process would listen to the configuration SSE in the background?