Jezer Mejía

Results 110 comments of Jezer Mejía

LightDM provides the `lightdm_greeter_connect_to_daemon_sync` function which allows the connection between the greeter and the Display Manager, which is failing on a webkit2 extension context. When you're not connected to the...

This also happens to me with [Gruvbox.nvim colorscheme](https://github.com/ellisonleao/gruvbox.nvim), but worse. Text color is the same as background color, so everything is invisible: However, when changing to another colorscheme like Everforest,...

Yep, I'm using Picom, but disabling it just makes transparent things to be black. Nothing related.

Although, AwesomeWM was working fine after updating. The problem came when I compiled it, but no errors or warnings. So, idk where the problem could be.

Tried bisect and compile: 70cd2938 was the first one that didn't crash, but the problem is still there. Newer commits work the same... I'm starting to think the problem is...

No, sadly, using that flag didn't work. However, it seemed to be some kind of incompatibility of my rc.lua and theme.lua with the current AwesomeWM version. I still don't know...

Well, this would be a minimal config of mine: [see this gist](https://gist.github.com/JezerM/3ff4fc47ff1463488b815712d3f9ca58) And here are the problematic functions: [see here](https://gist.github.com/JezerM/3ff4fc47ff1463488b815712d3f9ca58#file-powerline-lua-L5-L29)

> Hello. A user here. > > Can you update the PR to include another list-specific option to change the end text, too? > ![image](https://user-images.githubusercontent.com/8116174/101319015-412ada80-3887-11eb-95b8-634d0707983a.png) > > Maybe an option...

> You should think more about the documentation. > > > > Please write the unit test for your code. I've never worked with testing before, but I'll try it~

> You should think more about the documentation. > > > > Please write the unit test for your code. I tried to make the unit test, and went well...