Andreas Backx

Results 120 comments of Andreas Backx
trafficstars

@vaxerski will try, let me get back to you tomorrow if it reproduces on my home Fedora work machine. If it does not, it will have to be Thursday when...

Turns out the issue was that I had not installed `hyprland-devel`. Possibly add a reminder message to check if the user (aka me) has installed the relevant package for their...

Likely, though that is what happened. Tried it again before installing it and same error. Trying it right after installing `hyprland-devel` seemed to do the trick.

I setup a new machine and was facing this again: ``` ➜ hyprpm update --verbose [v] version returned: Hyprland, built from branch HEAD at commit c5e28ebcfe00a510922779b2c568cfa52a317445 (props: bump ver 0.37.1)....

Any update on this issue?

Cool, I hope to switch from i3 to Sway as soon as I can then. 👍 Thank you for the update.

If `NO_COLOR` support is added, might be additionally good to add support for `CLICOLOR_FORCE` which allows you to always enable it. See http://bixense.com/clicolors/.

Any update on this? I've implemented my own middleware to lose the dependency, but in order to use the subdomain reverse method I still need the dependency. Would love to...

@alex-polosky I inherited from the default middleware and overrode the part where it normally calls out to `django.contrib.sites`. ```python from subdomains.middleware import SubdomainURLRoutingMiddleware class SubdomainHostMiddleware(SubdomainURLRoutingMiddleware): """Django-subdomains middleware implementation with no...

Adding a method which returns multiple values is also not accounted for, though multiple in arguments are supported. It should be corrected here. https://github.com/Shouqun/node-dbus/blob/7c87b54cb5a107e6b3d3c610cc1f64cd2d26c4ec/lib/service_interface.js#L235-L239 Currently the inspection for out arguments...