Markus Unterwaditzer

Results 119 issues of Markus Unterwaditzer

When I tried to create a `BoxView` with fixed width inside a `ListView`, the `ListView` would ignore the `required_size` of `BoxView`. Is it intended that `ListView` only works with single-row...

I'm thinking of ways to run this on platforms where valgrind is not easily available. My current thinking is that iai could launch a Docker container with valgrind preinstalled and...

Pretty much what the title says. Paths like `http://guessedhostname/https://customhostname/a/b/c` are generated. Related, it would be nice if e.g. `ftp` worked as well, which would simplify the setup on my side.

Those tests now no longer use the unittest baseclass, which appears to make them work with pytest-xdist. Other tests in tests/symbolicator still need to be fixed.

Status: Stale
Scope: Backend

This reverts commit a65c78a. Reverts https://github.com/getsentry/sentry/pull/36524 Reapplies https://github.com/getsentry/sentry/pull/36263 + typing fixes ## Split up in the following PRs Merge in this order (it should be safe to deploy after each...

Scope: Backend

1. _insert any general pros and cons about threadlocals_ 2. Currently there is no way to get the context from a type callable which was passed to an annotation. But...

@mitsuhiko just released click, whose API seems similar to argvard. http://click.pocoo.org/

(this is a result of the discussion in https://github.com/remotestorage/remotestorage.js/issues/721) If I want to create a new file with a random filename, there is no race-free way for me to ensure...

feature

This has the same root cause as https://github.com/remotestorage/remotestorage.js/issues/187 I wonder whether we should introduce a `node` type, with methods that do the rigorous checking for us. Currently the code of...

bug

I want to use only a very small subset of requests-toolbelt, as I imagine most users do. What do you think about removing the shortcut imports from `requests_toolbelt/__init__.py` to avoid...

Enhancement
blocked