Jens Tröger

Results 118 issues of Jens Tröger

### Describe the feature Running ```bash aws codeartifact login --tool pip ... ``` updates the user’s `pip` configuration instead of the virtual environment’s if run inside a venv which doesn’t...

feature-request
codeartifact login
customization
p2

I don’t use [brew](https://brew.sh/) so I installed 3mux using ``` > go get github.com/aaronjanse/3mux ``` and when I try to run 3mux it asks me for a session name (I...

bug

With [v1.1.0](https://github.com/aaronjanse/3mux/releases/tag/v1.1.0) on Mac using the Terminal app I get this: ![3mux](https://user-images.githubusercontent.com/12053937/113230258-f9b7d680-92db-11eb-86ee-6b7f7f5c9b42.jpg) This is a fresh start of 3mux and I didn’t resize the terminal window, a single pane with...

## Description Fixes #544 Redo #545 ## Checklist - [ ] Add test cases to all the changes you introduce - [X] Run `./scripts/format` and `./scripts/test` locally to ensure this...

### Description If I run ``` cz changelog ``` and the commit messages contain Unicode characters like 🤦🏻‍♂️ (which is an eight-byte utf-8 sequence: `\xf0\x9f\xa4\xa6 \xf0\x9f\x8f\xbb`) then I get the...

bug

### Description Running `cz bump --yes` in a [Windows runner](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources) using PowerShell threw the following exception today: ``` Traceback (most recent call last): File "C:\hostedtoolcache\windows\Python\3.10.5\x64\lib\runpy.py", line 196, in _run_module_as_main return...

bug
windows
waiting-for-response

**Is your feature request related to a problem? Please describe.** Not a problem per se, more of a nice-to-have: in addition to the current audit information I think it would...

enhancement

Closes #347 As discussed in the linked issue, here’s a first stab at the `DataURL` validator. Locally I added `py39` and `py310` to https://github.com/Pylons/colander/blob/048fb24eeb6c3df21831413943dbf89d7b5776e4/tox.ini#L5 and perhaps that should also be...

Colander provides a [`colander.url`](https://docs.pylonsproject.org/projects/colander/en/latest/api.html#colander.url) regex that validates only http/s and ftp/s schemes: https://github.com/Pylons/colander/blob/048fb24eeb6c3df21831413943dbf89d7b5776e4/src/colander/__init__.py#L610-L629 A [data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) would be rejected as invalid. Any interest in adding support for data URLs? Or...

I keep seeing this exception: ``` python File "/.../lib/python3.4/site-packages/colander/__init__.py", line 2174, in _unflatten_mapping subnode, subpaths, subfstruct) TypeError: unflatten() missing 1 required positional argument: 'fstruct' ``` This is with colander 1.0.