nimrossum

Results 109 issues of nimrossum

- `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:...

![image](https://user-images.githubusercontent.com/1959615/161746267-b46649f8-0693-42fe-848c-9ff83b3891f8.png)

bug

Add help tooltips. Related to #456

enhancement

Authors have different colors, when switching branch :/ ![author-different-colors](https://user-images.githubusercontent.com/34659757/163711514-eb148dc2-01e3-43ba-a96f-930a324c454e.png) 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...

bug

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 /** *...

enhancement