Lucas Viana
Lucas Viana
I've also been having that problem. It seems the emoji takes up multiple cursor "positions".
May be somehow related to #90
hey @mactep. this edited config that is being returned is the one that would be passed to `require('lspconfig').angular.setup`? I can't get it to work, everything I try gives me `Error:...
Great, I'll try it later today. Obrigado querido :)
> In `/usr/share/lightdm-webkit/themes/glorious/css/screens.css` search > > ``` > #screen-greeter.screen { > top: 0; > position: fixed; > pointer-events: unset; > transition: all var(--global-animation-speed); > } > ``` > > and...
My `bg_light` is `#1E1E1E`. This commit does work, just rolled it back.
Also experienced this but it's working again for me in `webkit2gtk 2.42.2-1`
Also, I don't think it's good to call `killall` by program name. We should only kill the process we started, not all of the instances of `mpg123` running in the...
Assuming the project is installed through git cloning, there's no need to download anything else, instead we can just put together some script to leverage `git shortlog --summary --numbered --email`...
> Nicely pointed. This issue can be started by working on the screen, mocking the result list. After the issue #20 is done, both issues can be integrated. Thx! Hey....