Klas Mellbourn

Results 25 issues of Klas Mellbourn

I would like to have new keyboard shortcuts that does what https://github.com/anka-213/chrome-moveTab does. That is, rather than move to the "next" or "previous" window, move the tab to the window...

In the git command line GUI there is already a convention concerning file status: * Modified files are red * Staged files are green So those colors make more sense...

Could you please update the [homebrew installation](https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/dockutil.rb) so that it installs version 3 instead of 2? Version 2 doesn't even work on standard macOS Monterey 12.3 anymore, since [python 2...

I have git itself aliased: ```bash alias g=git ``` This causes git aliases not to be found. That is, `git status` will cause `Alias tip: git st`, but `g status`...

We've got Loki basically working with our react-native setup, but we get lots of warnings about overriding peer dependencies, probably because we use `react` version 18.1.0: ``` npm WARN ERESOLVE...

I am trying to get loki to work for our React Native app, and to run it on CircleCI. Loki runs well both locally and on CircleCI. But there are...

I'm trying to get loki running in a react-native solution (based on [nx](https://nx.dev/)) that uses TypeScript. My starting state is that I have a working Storybook. The http://localhost:7007 site is...

I've used hyperfine for a long time. Excellent tool. Recently it started to behave incorrectly visually. Instead of the output animating a single line, it prints several lines: This is...

bug

### Describe the Bug Every time I install a new version using asdf, I always get the warning "You have configured asdf to preserve downloaded files" To start with I...

bug

I searched for a long time on how you should set the background color inside a string. Setting the whole background using `--style`, e.g. `--style="on yellow"` is clearly documented. But...