Maciej Ciemborowicz
Maciej Ciemborowicz
We can use: ``` if Rails::VERSION::MAJOR >= 6 Rails.application.class.module_parent.name else Rails.application.class.parent.name end ``` This is the cleanest way to handle this. We can also use partition: ``` Rails.application.class.name.partition('::').first ```
@rumenvasilev I know they don't exist. So this issue is about implementing them :). Or is it wrong repository for such issue?
This is how I do it, however having `namespace` block for rake task is a bit confusing and I think a lot of people do a mistake of defining global...
I need this!
I have problems with `alsa`, 0 is not 0, 100 is too loud. It works better with softvol in my case, but also not perfect (the characteristics of sound level...
@Drexel2k Thank you for link to the DBus documentation, I didn't work with DBus so far and I thought it's more generic, like sockets and allows apps to use their...
@JJ-Author I wasn't aware what is and what isn't available in this protocol, but if you say there is no track / context id, name, information about the type of...
@mintty I invited you as collaborator if I die or something xD.
I had some fix on mind to make it work like before, but I will have to take a look at it again, because I forgot :). I'm not sure...
@sebma could you give more info? Browser, version, extensions. You can try to disable all extensions, maybe we will find one that breaks it.