John Tapsell
John Tapsell
https://github.com/facebookexperimental/eden/blob/694ffecfc950c381522442f20642a38666229271/eden/scm/edenscm/mercurial/archival.py#L256 This should be a 0, not a 1. This is refering to the local-header extra fields, not the central directory
This bug isn't in upstream, but somehow snuck in here: ``` - var op2 = this.AddOutPt(ePrev2, e.Bot); + var op2 = this.AddOutPt(ePrev, e.Bot); ```
## 📝 Provide a description of requested docs changes In upcast, I want to take data html like: ``` anyhtml here ``` and turn it into the model that is...
Improve the experience in vscode with eslint, and some eslint fixes
Closes #1306 Lets you page through your own messages. I also make it easier to show your own deleted messages (there's now an optional include_deleted=true param). But I don't turn...
There should be some indication that your message was deleted.
**Describe the bug** It's not possible to set custom headers. I need a way to set the following please: ``` Cross-Origin-Embedder-Policy: require-corp // or: credentialless Cross-Origin-Opener-Policy: same-origin ```
- Version by `html2text --version` $ html2text --version Unrecognized command line option "--version", try "-help". - Test script $ echo "Hello" > -f.html $ html2text -f.html Unrecognized command line option...