Mark Kopenga

Results 17 issues of Mark Kopenga

Why is `lang="scss"` always exported to a css file and how can i change it to be inlined in the js file? This has been bothering me for the last...

When i use this library to verify if a user it's password is strong enough using the custom type tag it returns the password of that user in the error...

Both of these icons sets are filled with great icons and they are free as in cost and fully open source - **Jam:** Website: **[jam-icons.com](https://jam-icons.com/)**, Git repo: **[michaelampr/jam](https://github.com/michaelampr/jam)** - **Feather:**...

enhancement
package

After a long time of debugging why a electron app didn't work i found that this package uses [electron-config](https://github.com/sindresorhus/electron-store#readme) that saves a item named `credentials` Because my application also uses...

I was recently cleaning up my system and noticed i have a lot of installed node versions using this tool. So i wanted to uninstall those but noticed i cannot...

Currently i'm trying to solve this issue: https://github.com/jesseduffield/lazygit/issues/360 The short version of this issue is that when we use this package to run Git commands it errors on the Windows...

windows
os-arch-port

When i start the docker with the example config i get get error: ``` ... thread 'vigil-responder' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 99, kind:...

When open VScode via the terminal and it automaticly shows op a terminal at the bottom it shows this notification: ![screenshot from 2019-02-13 20-05-45](https://user-images.githubusercontent.com/15320763/52737023-9d927b00-2fcb-11e9-91e2-c6188e0e4910.png) Beside that it also shows this...

I have the taskbar automatically hidden because then i have a bit more space available to work with. but this makes this program useless in maximized programs because i can't...

On a M1 Mac the install script currently downloads a Intel *(x86_64)* build of chromium while there are arm builds available nowadays. It would be nice if the install script...