Michael Muré

Results 119 issues of Michael Muré

From https://github.com/MichaelMure/go-term-markdown/issues/3#issuecomment-578468619, CC @rykov > @MichaelMure I'm experimenting with using _go-term-markdown_ to render the text version of the emails in https://github.com/rykov/paperboy/tree/markdown-text. However, I'm having trouble figuring out if it's possible...

It's always cool to get some feedback. If you are using this package and are willing to, drop by and share what you are using it for :)

I found that at the moment, choosing the values for the config is fairly hard. It requires to spend a good amount of time reading the code to see what...

Consider the following scenario: - software X v1 comes out, using `keyring` as a backend to store credential. - someone use it on a system where only the fallback encrypted...

There is in this package a bunch of pressure release mechanisms to avoid breaking or using too much memory when things get clogged under load. The downside is that pubsub...

P3
status/ready
effort/days

It looks like an oversight. Without this, `FullRT` doesn't act as a drop-in replacement for `IpfsDHT`. Worse, those default values can't be reached as they are internals.

I'm working on a F2F filesharing app ([located here](https://github.com/MichaelMure/Arbore-qt)) with the following caracteristics: - targeted for private/low diffusion data between people that know each-others. Main use case: friends want to...

Revamp the venerable autobatch in different ways: - make it thread safe (test -race is happy) - deduplicate writes (avoid writing the same key multiple time), which make it act...