Felix Zedén Yverås

Results 81 comments of Felix Zedén Yverås

The secret to fixing this specific error is to edit the `solarized.json` file in addition to `default.json`: https://github.com/jaspernbrouwer/powerline-gitstatus/issues/5#issuecomment-104203416 In my case, this was `~/.local/lib/python3.8/site-packages/powerline/config_files/colorschemes/solarized.json` but it may be located elsewhere...

Any updates on this in 2019? Having the whiskers mean one thing in some graphs (where the boxpoints are visible) and another in others (where the boxpoints are not visible)...

For now, it is possible to work around the issue using this wrapper function: ```ts import { useCallback } from "react"; import useSWRInfinite, { SWRInfiniteHook } from "swr/dist/infinite"; export const...

I don't have good answers for most of the questions posed and am not experienced enough with mordant to know if coloured by default is a good fit. I'll try...

Also, terminology should probably be based on the [tree data structure](https://en.m.wikipedia.org/wiki/Tree_(data_structure)).

I'm not sure I'm a fan of forcing a `title: String` on every entry. Also, I think it would be nice if `tree` could be used without wrapping it in...

Not sure I see the problem - wouldn't that just be ```kotlin tree { leaf { "Cargo.lock" } leaf { "Cargo.toml" } leaf { "test" } } ``` ? **EDIT**...

How do you mean a tree could have more than one root?

Here's the `commit-msg` hook I set up: ```shell #!/usr/bin/env sh commitlint --edit "$1" || (printf "Your commit message was:\n\n%s\n" "$(cat "$1")" && exit 1) ``` A benefit of this hook...