Kristoffer Bakkejord
Kristoffer Bakkejord
> same error: `E1136: Value 'tuple' is unsubscriptable (unsubscriptable-object)` `tuple` is unsubscribable (at least in 3.7, maybe not 3.9): ```python >>> from typing import Tuple >>> Tuple[int, int, int] typing.Tuple[int,...
I tried to work around this by adding the line `if (-not (Test-Path variable:parameter1) ){$parameter1 = "Inhereted from session"}`. This allows me to run with `-WhatIf`, but I then see...
Posted this (incorrectly it seems) in another issue, but it looks to belong here. It seems to repeat what others are mentioning, but it's another data point so it could...
In case others have the same issue as I do, we managed to work around this by filtering for stdout - i.e.: ```py def get_last_stdout(filters) container = docker.ps(all=True, filters=filters)[0] last_stdout...
@osowskit Could this be reopened? From my understanding, #20 supports `/`. This issue requests `/-`. We are also interested in this pattern.
We would like the location to be type - e.g. `feature/MD-1234-fantastic-feature`. This is according to how [git-flow avh](https://github.com/petervanderdoes/gitflow-avh#git-flow-usage) works Could a mapping be added in `.github/jira-bot.yaml`? Something like ```yaml branch_pattern:...
Sorry for the late response. In the API it's at `https://.atlassian.net/rest/api/2/project/`, and it can be found by looking at `https://.atlassian.net/secure/admin/ViewIssueTypes.jspa` then Edit - the ID will be in the URL....
@heitorlessa Hi, seeing that the Python 3.11 Lambda runtime has been released, are there any updates here? Thanks!
https://github.com/jd/tenacity is an alternative (a fork of https://github.com/invl/retry which I've been happy with in the past) with support for both synchronous Python and async. It's a single-dependency package, rather popular...
Updating this issue, because I think we need to rethink the approach here, and also because #172 will remove the watcher. I've been seeing some issues with RESOURCE_EXCHAUSTED being thrown...