nimrossum
nimrossum
Log file: https://pastebin.com/1jHg6kcP
- `stop-runaway-react-effects` version: 1.2.0 - `node` version: 10.15.3 - `npm` (or `yarn`) version: 6.9.0 Relevant code or config ```javascript function useGetProjects() { const projects = useFetch(endpoint, { method: 'post', body:...

Authors have different colors, when switching branch :/  3-5054-4121-99ff-151130e92419.png) But what to do: - (small and big super sets) if branch "A" has 4 authors and branch "B" the...
If we want to show remote branches: [`type RefType = "Heads" | "Tags" | "Remotes"`](https://github.com/git-truck/git-truck/blob/7dee2c28a844d824b77ef88ae7706085fa800125/src/analyzer/model.ts#L59-L60) [src/analyzer/git-caller.server.ts](https://github.com/git-truck/git-truck/blob/7dee2c28a844d824b77ef88ae7706085fa800125/src/analyzer/git-caller.server.ts#L192-L196) ``` const gitRefs: GitRefs = { Heads: {}, Remotes: {}, Tags: {}, } ```...
Update the functionality by replacing `--path` with a nameless path parameter. This parameter allows for specifying the path to a folder of repositories or a repository URL, which will be...
@hojelse Sorted grid - a view without structural information - for gradient metric: list files in order of whatever metric is selected - for point metric: cluster files in X...
We could collect crash information automatically with [Sentry](https://sentry.io/)
Kept if we want to attempt to readd color to the prefix. We should find another library, but this kinda worked: > `npm i chalk` Remix config: ```javascript /** *...