Jack Taylor
Jack Taylor
Fix "change that we wanted to affect" to "change that we wanted to effect". "Affect change" is a common misspelling of "effect change". [1] [1] https://writingexplained.org/affect-change-or-effect-change
The ID-only syntax for twitter_simple is being deprecated, and it will soon require "user" and "id" parameters. Fixes #81.
When building the site, I get the following warning: WARN 2022/03/03 09:12:53 The "twitter_simple" shortcode will soon require two named parameters: user and id. See "/path/to/hugoBasicExample/content/post/rich-content.md:26:1" Steps to reproduce: ```bash...
**Describe the bug** PyScript writes stdout from Python to a div element using its innerHTML property. From [base.ts](https://github.com/pyscript/pyscript/blob/8c65cad209ed91f4bc8e0f5ebecf877bd29d3de2/pyscriptjs/src/components/base.ts#L45): ```typescript addToOutput(s: string) { this.outputElement.innerHTML += '' + s + ''; this.outputElement.hidden...
## Describe the bug When attempting to format a Gherkin file in which a scenario description is followed by a blank line with trailing whitespace, reformat-gherkin gives the error "INTERNAL...