Ximin Luo

Results 107 issues of Ximin Luo

https://developer.mozilla.org/en-US/docs/Glossary/Forbidden_header_name Results in bugs like #1780

bug

**Reproduction** Tested on both versions v2.7.0 and v3.3.2 ~~~~ $ node Welcome to Node.js v18.13.0. Type ".help" for more information. > const fetch = require('node-fetch'); undefined > await fetch("https://bing.com/translator", {...

bug

Running over https://salsa.debian.org/rust-team/debcargo-conf/: ~~~~ $ cat .gitignore /build /src/*/* !/src/*/debian $ rg -q copyright $ rg -q copyright src No files were searched, which means ripgrep probably applied a filter...

bug
gitignore

I am using syncthing between 2 Debian devices and 2 Android devices. At some point, sync between them hung at 99%. There was no obvious error indicator to the user...

### Context With regular rst docutils, you can do something like this: ```rst Section heading ============ `Section heading`_ ``` or: ```rst .. image:: bild.png :name: my picture `my picture`_ ```...

enhancement

### Describe the bug ~~~~ $ cat lol.md ## test $ pandoc lol.md test ~~~~ OTOH, MyST decides to throw a huge tantrum and generates the following: ~~~~ test System...

more-info-required

### Context I have a use case where I am mixing MyST .md files and docutils .rst files, and I would like to link between the two. Linking from rst...

enhancement

I'm in China and need to connect through Tor via VPN. (This is what works for me, no bridges don't work, I don't have the time to debate this right...

bug

Add `Environment.extract_parsed_names` to support tracking dynamic inheritance or inclusion. Compared to `jinja2.meta.find_referenced_templates()`, it: a. works on dynamic inheritance and includes b. does not work unless and until you actually render...

`jinja2.meta.find_referenced_templates` does not support dynamic inheritance or inclusion.