Alex Gustafsson

Results 40 issues of Alex Gustafsson

I've been looking for a tool as comprehensive as this. It looks great and works great. I'd only wish for an english translation. Unfortunate I don't know Chinese 1 so...

To help aid hotkeys configurable by the user, it would be helpful to have a way of creating a HotKey (or KeyCombo) from a string such as `option+command+t`. I have...

I've written some CSS rules that will make VSCode look further like Atom. It is of my understanding that it's not possible right now for a theme to inject global...

Running the example given on the README gives me roughly the following output: ``` python3 example_application/fuzzing_tests/greeter_fuzzing.py #0 READ units: 0 Traceback (most recent call last): File "example_application/fuzzing_tests/greeter_fuzzing.py", line 18, in...

When using tree queries, types added by tree-sitter itself, such as `ERROR` are fine in a query like `(ERROR) @error`. Using the type `MISSING` as in `(MISSING) @missing`, however, results...

feature_request
c-library

#### Summary After the host had been shut down abruptly, microk8s (kubelite) would no longer start due to the following error: ``` Jan 24 19:02:35 bernd microk8s.daemon-kubelite[2373]: E0124 19:02:35.011772 2373...

kind/bug

#### What Make it easier to install plugins and decide what plugins are installed at first. #### My thoughts ###### Installing plugins Make a command in homebridge.sh: ``` ./homebridge.sh install...

Short and concise, the front facing camera is mirrored. Wanted behavior would be not mirrored.

I'd be interested in rewriting fusepm to ES6, the question is, would that be welcomed? As would it be accepted if I submitted a PR? Also, I'm happy to help...

What are your opinions on having a blurred header? Right now it seems like the only way to implement blur in React Native is to use the [React Native Blur](https://github.com/react-native-fellowship/react-native-blur)...