Ben Blank
Ben Blank
### Version 28.1.2 - 29.3.1 ### Steps to reproduce 1. `git clone https://github.com/benblank/jest-arrays-with-extra-properties.git` 2. `cd jest-arrays-with-extra-properties` 3. `npm install` 4. `npm test` 5. Observe that all four tests failed. ###...
This allows a subject with an arbitrary type to be treated as a "faux" `Comparable`, with propositions similar to those provided to a `ComparableSubject`. ``` assertThat(objectA).whenComparedUsing(comparator).isAtMost(objectB); ``` `FauxComparable` deliberately does...
Currently, if a client doesn't have any of the fonts listed for `code, pre` available on their system, it uses the browser's default font, which is typically a variable-width font....
I just installed actionlint and ran it in my local repo. It produced no output, indicating that everything was fine. However, I was curious, so I ran it with the...
#### Current Behavior When something causes the config to be invalid, the warning regarding it only displays the first time it is encountered. The screenshot above employs the following two...
#### Current Behavior When using a config as follows, the specified `format=` at the top level is completely ignored. Other sections work fine. ```toml format = 'Hello! $character' # This...
While the extension installs successfully from the Chrome Web Store and no errors or notifications are displayed when the extension is enable, the `DNT` header is never sent. Verified by...
Okay, this is obviously a really minor one, but I _did_ just get caught out by it. 🙂 **Describe the bug** When running `datamodel-codegen --help` (or reading the README), the...
### Operating system Debian GNU/Linux 11 (bullseye) ### Eleventy 3.0.0-alpha.4 ### Describe the bug While canarying 3.0.0, I've discovered that trying to watch or serve a site which isn't at...
When parsing, `taplo` correctly forbids extending a static array using an array of tables, but only if those arrays are **not** themselves inside an array of tables. By my read...