Illya Marchenko
Illya Marchenko
Swapping firebase alone would be a major step into self hosted direction
I only paste what has been changed (overwritten). ``` .CommitPane { flex: 1 1 auto; } .CommitPane-Description { height: 100% !important; } .WipFileLists{ max-height: 100%; } .WipFileLists > div:nth-child(2), /*...
@GitFiend I think it will be convenient to run a default terminal on windows and I'm sure there are ways to do it in Linux as well (`exo-open --launch TerminalEmulator`...
@GitFiend Unfortunately, there is no way anyone can do a 100% working terminal detection system on every current and future OS. What I'm saying is that an auto-detection is a...
I see this way of working in nearly all git clients (which have this feature) and it's bothering many people (incl. me) some of them lack the feature of changing...
Well, you cannot cover all problems which could be solved with an open terminal. I often need to quickly change some file, make a merge without committing `--no-commit` (would be...
Fixes are kind of different notes. They must explicitly say what has been fixed. Usually, there is serious attention to fixes, especially security ones. And they must, sort of, cover...
I don't think that is a good idea to include tooling section to the general changelog format, as it only generally describes something being changed. It could be a document,...
> So the only thing that this issue asks for is being able to define and manage milestones at the organization level (parent is org), and then have projects automatically...
> In theory, by having org-wide milestones, we could ensure that the progress for every tool is tracked under one milestone, no "multi milestone" needed That's a good example, I...