Jochen Kupperschmidt

Results 17 issues of Jochen Kupperschmidt

Replaces undefined name `autoescape` with the `eval_ctx` attribute of the same name. Fixes #1769

The `nl2br` example in the [custom filters documentation section](https://jinja.palletsprojects.com/en/3.0.x/api/#custom-filters) uses the undefined name `autoescape`.

I've had typing issues with `rtoml.load` accepting `TextIO` twice by now. Can't fully recreate the first situation, but the second is loading a TOML config file in Flask. Flask's [`flask.Config.from_file`](https://flask.palletsprojects.com/en/2.2.x/api/#flask.Config.from_file)...

When `using`/`import`ing the package (running Julia v0.2.1), the following warnings appear: ``` Warning: New definition map(Any,Zip{I

Using `oranda dev` (version 0.1.0) inside of a Rust project path only seems to detect the first change to a file, but not subsequent changes. How I can reproduce it:...

good first issue
bug - CLI

For privacy reasons, it's desirable to embed YouTube videos from their slightly more privacy-respecting URL `https://www.youtube-nocookie.com/embed/` instead of `https://www.youtube.com/embed/`. My first thought was to have a separate built-in "source" next...

I'm using Babel's `format_date` directly in Flask as Flask-Babel is in the process of [removing their wrappers](https://github.com/python-babel/flask-babel/issues/164) (since 1.5 years, but still). I also tend to use `format_date` and `format_time`...

enhancement
area/dates