Aire-One

Results 129 comments of Aire-One

Ok so, after some playing around and reinstalling the dependencies (luafilesystem) and rebuilding the rock from the rockspec again, I finally sorted out this `require("lfs")` issue. I'm not done yet,...

Ping @rxyhn, I think you're the theme author (https://github.com/awesomeWM/awesome-www/pull/168). Does the theme link need an update? (Or should we remove the link?)

Hello, To help debugging your issue, can you please provide a full stacktrace of the error thrown as well as a minimal reproducible code example (see https://awesomewm.org/doc/api/documentation/90-FAQ.md.html section "Where are...

My best guess right now is that this assignation https://github.com/Aire-One/awesome-battery_widget/blob/48b83f444d175496104f3b9ff36f1dff0473e01e/init.lua#L118-L120 went wrong for some reason. According to https://upower.freedesktop.org/docs/UPower-up-client.html#up-client-get-display-device, the function should return the device or NULL on error. So a...

Given you use the `device_path` parameter and do not specify `use_display_device`, it defaults to `false`. So you are in the branch `or battery_widget.get_device(args.device_path)`. So, we need to investigate why this...

> What about if do not have '/org/freedesktop/UPower/devices/battery_BAT0', im having the same error. First, make sure you actually don't have one by running `upower -e`. In the case upower doesn't...

Hello @Hashino, I just took some time to try to debug all of that. It looks very weird to my that trying to access a property didn't produce anything. I...

There is also the `Build & Test / fixed-lgi-lua5.2` check that is unsuccessful. So the automatic merge wouldn't work anyway here.

Thank you for the quick review @hishamhm! > Given that --global-env-def exists and also loads a module into the global environment (see _init_env_modules), my first thought was that this mechanism...

> I just pushed a change to master where I split prelude and standard_library. This should make your task here easier! Nice! Thank you for that @hishamhm. It's indeed helpful...