Tomi Belan

Results 13 issues of Tomi Belan

Gunicorn normalizes headers by converting dashes to underscores. Both `Foo-Bar` and `Foo_Bar` become `HTTP_FOO_BAR`. Additionally, if the HTTP request contains both `Foo-Bar: a` and `Foo_Bar: b`, Gunicorn merges them to...

## Type of change ``` - [ ] Bug fix - [X] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy...

community-pr

Cool project! I really like how readable the generated code is (especially compared to Streamline, Tame etc). It'd be nice if it also supported source maps. Those are files that...

This PR fixes #2421 and addresses the remaining warnings not fixed by PR #2498. It refactors the code from #2321. ## What caused the issue There are three cases which...

1. Re-add the warning for workers terminated due to a signal The warnings are printed later in the main loop, not directly in the signal handler. This should fix the...

Feature/Logging

Currently the nodeenv activation code cannot run in bash/zsh shells with "set -u" enabled. This PR fixes it. Usually you activate virtual environments in an interactive shell, but sometimes it...

* If you call `search(..., attributes=None)` or `search(..., attributes=[])`, ldap3 sends `attributes=AttributeSelection: 1.1` * If you call `search(..., attributes=ALL_ATTRIBUTES)`, ldap3 sends `attributes=AttributeSelection: *` * If you call `search(..., attributes=ALL_OPERATIONAL_ATTRIBUTES)`, ldap3...

More precisely: 1. if $SHIV_ROOT is set, use it 2. if --root is set, use it 3. if ~/.shiv already exists, use it 4. on Windows: %LOCALAPPDATA%\shiv\cache 5. on macOS:...

If you use the `-c console_script` option or the `SHIV_CONSOLE_SCRIPT` variable, and the console script file returns normally (it does not throw or call sys.exit), running the pyz will print...