James Quilty

Results 13 issues of James Quilty

I have configured urlwatch to report to an incoming webhook on my workplace's Mattermost server using the Slack reporter (#596). At present it appears that the reporter allows only text...

enhancement

### Describe the problem I found what I think is a bug with the parsing of hard like breaks . [Example 634](https://spec.commonmark.org/0.30/#example-634) ```markdown foo\ baz ``` should be parsed as...

bug

### Describe the problem HTML entity references are valid Markdown according to the CommonMark Spec and are useful for specifying [punctuation characters](https://www.w3schools.com/charsets/ref_utf_punctuation.asp) which are otherwise difficult or impossible to enter...

enhancement

### Description / Summary A nice-to-have feature would be for mdformat to show the changes it would make to the file by writing the output to stdout rather than to...

enhancement

### Description / Summary The tab character (0x09) is a pest. Currently, `mdformat` seeks to "apply consistent white space across the board" ([Formatting Style: Whitespace](https://mdformat.readthedocs.io/en/stable/users/style.html#whitespace)) and does the right thing...

enhancement

We're having trouble with microSD card access with MicroPython versions 1.16 through 1.19 on two different revisions of a single-board PCB based on the ESP32-WROVER-B (SPI RAM) with direct connections...

bug

## Describe the Enhancement: When a file name passed as an argument can not be found, `mdl` should gracefully output a short message "mdl: file `` not found". At present,...

enhancement

I've just discovered that `mdl ` and `mdl --git-recurse ` produce different output. While the documentation says "when mdl is given a directory name on the command line, it will...

enhancement

On the current Master commit, 15 May 2017 (6d77989e341e043c9a7f09757000d75701b32d84), trying to obtain the version using the `--version` flag produces an error: ``` $ gitinspector.py --version Error processing git repository at...

Bug
Priority : Critical

While testing the fix for #8949 I've observed a reproducible core panic on soft reboot with the latest nightly build using our boards, which use the SPI bus, `slot=2` with...

bug
port-esp32