Bryan Ricker
Bryan Ricker
Another interesting development: Removing the Thread lines still didn't consistently stop all of the watches. I had to add some logging into the method. With the logging and the Thread...
👍 Our organization has many teams and each team wants to receive real-time PR notifications only for PRs that the team cares about, but that's not currently possible without maintaining...
`indentation_width` conflicts with several of the the "alignment" rules: - vertical_parameter_alignment - vertical_parameter_alignment_on_call - switch_case_alignment - collection_alignment ... and possibly more. So you end up with either: ```swift // indentation_width...
Reset package-lock.json, doesn't seem related to the `blurRadius` changes
I want to point out, if it hasn't been already, that this can make Prettier incompatible with the very common convention (that Prettier even uses itself) of using code comments...
I'm confused here; Passing a toml file to `--config` was completely broken before (that was the whole point of [this PR](https://github.com/PyCQA/autoflake/pull/249)). How were you doing that?
@danilo-leal whoops... done!
Passing the option `--mypy-only-local-stub` fixes this issue, eg: ``` pytest --mypy-only-local-stub tests/mypy/ ```
Sample here https://github.com/googleapis/google-api-ruby-client/blob/main/docs/oauth-server.md#preparing-to-make-an-authorized-api-call
I know this is an old thread, but I want to express my opinion on this: > After all, hidden files should be hidden. I understand that historically dotfiles have...