Results 33 comments of Kirby Rs

After CodeSniffer/Standards/PEAR/Sniffs/Commenting/FunctionCommentSniff.php:129 We may put: ``` foreach ($tokens[$commentStart]['comment_tags'] as $tag) { if (strtolower($tokens[$tag]['content']) == '@inheritdoc') { $isSpecialMethod = true; } [...] } ``` It will work. Perhaps this validation is...

Thanks for answer. Ok, it's a bit clear about OAuth. But about this config from [documentation](https://getcomposer.org/doc/articles/handling-private-packages-with-satis.md#security). Where it suppose to be? Why I cannot use it for adding a private...

Hi @rspl1006, sorry, I lost your fix in a bulk of mails. What you think about using `([^\n/]+/){3}`? Heh, it looks like it requires a test coverage to be sure...

@wrybread take a look at this https://blog.thea.codes/talking-to-gamepads-without-pygame/ It was working, but having the issue https://github.com/apmorton/pyhidapi/issues/52 now.

Getting the same... Any updates for this issue?

In my case, I have registered vJoy Device May there is another issue. ![image](https://user-images.githubusercontent.com/1828532/148731363-0a9e896f-5908-4ff9-a5fb-8f25ad142bf7.png) They are presented in Game Controllers tab. ![image](https://user-images.githubusercontent.com/1828532/148731473-a20d18f3-4eca-4f21-9e83-34f3047146be.png)

@waydabber , thank you for your reply and explanation. Yes, it looks like it's a dead-end. I gave on changing brightness via this way.

> I'm not sure if current dev-master is stable at all. Releasing it as 2.0.0-b1 won't make it any more stable If it's used externally, it's already somehow usable. Maybe...

I would even say, you must not require branches in composer. It's the worst way for making stable packages. But the module has a branch only for last updates.

That's a version range. That's not a version.