Jonas Brømsø

Results 62 comments of Jonas Brømsø

Notes - https://docs.python.org/release/3.11.0/whatsnew/changelog.html - https://github.com/lxml/lxml/blob/master/Makefile - https://phabricator.wikimedia.org/T140117 -

Thanks @facelessuser I will try that

My workaround to this has been to enable keyboard navigation in macOS. Then I just have to press tab and space to complete the operation and dismiss the dialogue, it...

Hi @daelynum This sound like a good suggestion, I will dig into a possible solution.

Hi @daelynum I have attempted with a configuration using the action: - https://github.com/marketplace/actions/changed-files This is the example/proof of concept and it seems to be working, it might require some tweaks...

This PR (#132) demonstrating this issue, was surpassed by PR (#139). It built perfectly, so this issue was solved via PR #139

Hi @Zfauser I have been thinking about this problem and think I have foundation a solution. It does require some code changes. More information will follow...

Hi @Zfauser Okay, here goes: Using the `config_path` parameter for the GitHub action you can specify where you want your configuration to be placed. ```yaml name: Spellcheck Action on: push...

I am might have run into an issue with the above approach, I will need to do some more testing...