Paul Prescod
Paul Prescod
### Describe the bug **context** When I do this: ```# AAAAA Works: [b](c.html) Does not work: [b](c.html#foo) ``` **expectation** I expected two links. **bug** But instead only one link is...
I'm working near the limits of my knowledge of Python packaging so please be patient. If I build a project based on "fs", and have "fs" in my "prod.in" file,...
Consider the two different types generated in the following transcript: ``` >>> fs.__version__ '2.4.11' >>> type(fs.open_fs(".").open("cumulusci.yml").name) >>> type(open("cumulusci.yml").name) ``` This is inconvenient when porting code from the Python stdlib, or...
PyYAML 6 is not mentioned here; https://pyyaml.org/wiki/PyYAML Or here: https://pyyaml.org/ Or here: https://pyyaml.org/download/pyyaml/
## Describe the bug When I am editing a YAML file with my custom schema, it validates properly and gives me an error highlight once, but when I fix the...
This code prints ("A") but never gets to ("B") ``` import requests import vcr def download_file(uri): resp = requests.get(uri, stream=True) resp.raise_for_status() for chunk in resp.iter_content(chunk_size=None): print("READ", chunk[0:10]) download_file("https://www.example.com") print("A") with...
Thanks for proposing a new feature! ### Motivation I want to import a FUNC_REF table into my module. ### Proposed solution I would like to see an example like this...
I know this has something to do with Tables but I couldn't discover the answer through experimentation. If a C program reports that the address of a function is "0x8",...
1. Make `test_version__win_path_warning` work offline. 2. Rename mapping_parser.Dependency -> SObjDependency to distinguish it from dependencies.Depencency. 3. Rename _calculate_dependencies_for_sobject -> _collect_dependencies_for_sobject to be more clear that it is spidering. 4. Fix...