Marc Rintsch
Marc Rintsch
Sounds a little bit to simple because then you can't nest this, i.e. if any code `call_my_super_function_without_icecream()` uses, does the same to disable debugging output for some chunk of code...
Could you please share a small, runnable example to reproduce the error, allowing others to see this problem for themselves. Otherwise it is hard to impossible to find the source...
This seems also be useful/needed to test routes with Basic Auth to set the REMOTE_USER environment variable.
I think it's a bug in this module as the example in the [technical specification](https://craig.is/writing/chrome-logger/techspecs) has the level as scalar value and not in an array. Putting something that's _always_...
So maybe it's the fake IP from the log here: ``` [debug] Using fake IP 53.10.59.151 (DE) as X-Forwarded-For. ```
Instead of inventing yet another BASIC dialect maybe (partial) support for CBM BASIC 3.5 (and 7) would be a nice idea. At least the easily portable stuff to the current...
What do you mean by „http://localhost:8080/test/hello URL work fine“? Not with the `@get('/test/')` route. That matches `/test/` but not `/test/`_anything_ where it doesn't matter what _anything_ is — even if...
Maybe that question will be irrelevant when the pipenv project doesn't release a new version very soon. If not the question very well might become: should beginners be confronted with...
Shoudn't be the instance check against `os.PathLike` and/or make a test against the `__fspath__` attribute.
@lurch In the use case I've encountered the problem I could use `lambda` but just because the function is fixed. If I want to use a function or method with...