Emmanuel Lepage Vallée
Emmanuel Lepage Vallée
Hello, Why are you trying to compile this yourself and why do you have some many Lua versions? Lua_rotate errors indicate a mismatch between the Lua header and binary. You...
> would the fork at https://github.com/AxelTB/awesome-configs accomplish this if I'm using the ordinary Awesome 4.0 package? Yes. I am one of Awesome core devs and I stopped trying to keep...
Just saw @geerlingguy video (thanks!). I know this is a very niche ask, but what about servers with no display support? Would it be possible to make an higher end...
> You can't remote control a display which doesn't exist. The chip above is (AFAIK) an embedded VGA/VESA compatible GPU. So it makes the display exist if wire to the...
> when in most cases it is for a PC which already has one Yes, I as said, it's more of a niche. Mostly for actual servers-like-devices (both consumers and...
Correct is not defined, but you can do @tparam number|string tag Either the object index or a tag object.
I think the first step should be to allow ldoc to output `.lua` (or `.json`) version of the doc content alongside the `.html`. This would allow post-processing tools to both...
Can you make a small reproducer? I think the feature works, it's just a little fragile. We use it in AwesomeWM and it "works fine".
I improved the `resize` commit. I now use the "live" resize mode by default (same as the current stateless system) as `wibox.layout.ratio` has been fixed, it no longer explode. I...
> The way you check if a tag is selected (tag.selected(tag.getscreen(t)) == t) is still broken when multiple tags are selected. Actually, no, I think it is correct. If there...