Jack Haden-Enneking

Results 38 comments of Jack Haden-Enneking

A thought on syntax: I just stumbled on the similar `foo: tuple[int, int, int]` problem, and my naive/intuitive guess was `foo: tuple[int]*3` or `foo: tuple[int*3]`, based on the familiar `(7,)*3`...

Yep, still an issue: ``` PS C:\Users\jacktose\Desktop> New-Item -Path "link.txt" -ItemType SymbolicLink -Value "target.txt" New-Item: Administrator privilege required for this operation. PS C:\Users\jacktose\Desktop> $PSVersionTable Name Value ---- ----- PSVersion 7.3.9...

Hello @microsoft-github-policy-service @iSazonov, this is still an issue. Should we to open a new issue instead of keeping this one? That can't be good “housekeeping.”

@lzybkr Can you reopen it again and stop the bot somehow?

Hi, it's me from that community post. Looking forward to the release of the newly patched version (#2060)! Details there, short version for the record: I'm on bash `4.2.46(2)-release` &...

To be fair, they have support, just not the way you want to do it. The main reason I switched back to Pushbullet is that the Firefox addon has notifications.

Just adding a possible use-case: [Jinja2] has this kind of stuff: * `{{ ... }}` (doable with counts or repeats) * `{% ... %}` * `{# ... #}` and it's...

boostorg/python#129 is closed and apparently fixed as of April. That should fix sergey-shandar/getboost#43. Edit: sergey-shandar/getboost#43 is closed now.

@alerque Could you take a look?

Bump. Review anyone? This has been here 2 weeks and my last attempt never got reviewed.