AsafMah

Results 35 issues of AsafMah

**Describe the bug** When closing Yuzu while Betterjoy is open, the computer suddenly: -Spams a ton of "low battery" notifications -Presses random buttons/clicks random stuff repeatedly The only way to...

bug

The integration with Azure Devops' Issues is really great, but I do wish there was an integration with its PRs. That's the main reason I installed this pluggin.

enhancement

It would be great if I could use a Personal Access Token to connect to gitbub when using CodeStream. That's how I usually do my integrations, and pretty much every...

enhancement

```python @retry(stop=(stop_after_delay(10) | stop_after_attempt(5))) def stop_after_10_s_or_5_retries(): print(f"I'm on attempt number {attempt_number}") raise Exception ``` Is there a way to set `attempt_number` to the current attempt number (without using a global...

#### Pull Request Description _[Add a description of your pull request here]_ --- #### Future Release Comment _[Add description of your change, to include in the next release]_ _[Delete any...

Fixed client secret passing in the yml. Turns out the quotes were parsed literally and made the password be wrong. Since azure secrets don't have spaces or special bash characters,...

TODO specify changes and add tests

Adds the option the close all query and ingest clients.

## xonfig ``` $ xonfig +------------------+------------------------------+ | xonsh | 0.13.4 | | Git SHA | 85e85edc | | Commit Date | Dec 8 14:22:27 2022 | | Python | 3.11.0...

threading
xonfig

**Is your feature request related to a problem? Please describe.** More of something in the middle. Today we have diacritics mode which probably works fine for, well, diacritics. But I...

enhancement