Michael Muré

Results 119 issues of Michael Muré

Todo: `git bug diff [] []`: show what bugs have been added/changed regarding the default or explicit remote. No select mechanism here, the is a filter.

area/cli
kind/feature
lifecycle/frozen
priority/important-longterm

@adamslc said: > What are your plans for a `git bug config` command? To start off the conversation, here is an incomplete list of things that might possibly need to...

area/configuration
kind/feature
priority/important-longterm

When designing git-bug it would be very useful to have an overview of the various bug-trackers that are out there. Here is a sample of questions that I have: ##...

lifecycle/stale

I've answered a decent amount of questions in this repo's issues and on the hacker news announcment. It would be neat to compile them in an easily browsable form in...

lifecycle/stale

At least the mime type should be stored (it's detected when uploaded already) so it can be set properly when downloading without having to load everything in memory to detect...

kind/feature
priority/awaiting-more-evidence
triage/needs-information
area/comments

As we can store arbitrary data in the git storage and reference it in a commit, we can support media in bug's comment. In particular, we can have: - images...

kind/feature
priority/important-longterm
triage/accepted
area/comments

For now, the default git remote is hard-coded as `"origin"`. While this will work most of the time, having this being configurable would be nice. Git handle this configuration separately...

area/configuration
kind/feature
priority/important-longterm
triage/accepted

I've been playing with GossipSub recently, and I noticed that pubsub doesn't consolidate its peering by itself. To be clear, I'm not talking about the general peer discovery (as in,...

This PR add an EncodeWriter method, to skip an allocation and copy, while still using the pooled marshallers.