aminnairi

Results 12 comments of aminnairi

Sudo is not required on Linux if you add `xorg-xbacklight` as a dependency. See an example here https://github.com/i3bar/core/blob/db7cc783283020a45dac3e805fa6c6eb8f2fc6ee/example/utils.js#L87

## Temporary fix I am currently using the [object destructuring's assignation to new variable names](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment) technique to rename all `location` to something else. This way, I am able to use...

I have set these options on my Konsole terminal on ArchLinux using Tmux & NeoVIM so that it can have the correct background. `tmux.conf` ```plain # Tmux true color support...

Hi everyone, If I may, I think that something like a `dest` global option could be great. ```javascript import {resolve} from "path"; const src = (...paths) => resolve("src", ...paths); export...

I like the `f484`, and it could be used for other languages as well (if there are any more using source maps, which I'm not sure but just in case).

This also happen when I add a new file/folder. As a quickfix, I have found the reload action (`Shift-r`) in NERDTree to display the icons back (for the files/folder that...

I had the issue where Rust LSP did not pick anything. This was because I was not in a cargo project (I guess you call that like that, I'm a...

I guess I fixed it by using what I described here in [this article I wrote on DEV](https://dev.to/aminnairi/promiseextrasequence-38i) (I replaced the `require` with the definition of `sequential` I gave on...

Very true, not sure if this is the zip corresponding to the entire GitHub's code button that allow you to download a zip of the entire repository, or a zip...

If you can provide a visual example I think it would help getting the idea behind using shields for people that don't know what it is or what it looks...