Perchun Pak

Results 73 comments of Perchun Pak

Much easier and better would be to implement a Public API, and then someone will implement an abstraction in ShareX. Although, developers here can't implement support in ShareX because you...

Can't reproduce in last time (https://github.com/fire-square/fire-square-style/pull/49, https://github.com/PerchunPak/pinger-bot/pull/49, https://github.com/fire-square/fire-square-style/pull/45). Last PR with this problem was https://github.com/PerchunPak/mc-plugin-helper/pull/43. Is this was accidentally fixed?

Reproduced this again in https://github.com/PerchunPak/mc-plugin-helper/pull/47, maybe it's now happening when dependency's version bumps on 2 version in one time?

> Hello @PerchunPak! Sorry for not getting back earlier, too many things you know 😅. > > I actually think this is intentional. Dependabot default for libraries (as opposed to...

Why do you need to wait for mypy primer before working on the unit tests? Looks like mypy primer already gives enough info, plus tests also give a lot of...

As I understand, for finish this PR, someone just need use black on it, and fix docstring?

> > > > which other projects are already doing > > > > > > > > > There are quite a few out there. Care to name one...

Workaround I used https://nixos.wiki/wiki/Command_Shell#Changing_the_default_shell

> I will do this, when I will have some free time. It's very doubtful, that it will be soon, so if someone wants to implement it right now -...

I found that error happens [here](https://github.com/readthedocs/sphinx-autoapi/blob/17ad4b988e6da41d3b9fc4fe253c19adc2fa3dc0/autoapi/mappers/python/parser.py#L246). There is no `parse_if` method so it is just ignoring `if` block. `node.test.bool_value()` returning result of the statement ([see docs](https://pylint.pycqa.org/projects/astroid/en/latest/api/base_nodes.html#astroid.nodes.NodeNG.bool_value)). So, you need to...