Nick Borko

Results 7 issues of Nick Borko

I'm running the latest feathers version of everything, using the rest client with axios. I have overridden the `create` method of my authentication service to return `BadRequest` in some cases....

Bug
Authentication

My serve.json file: ``` { "cleanUrls": false, "etag": false } ``` serve 11.2.0 reports ``` ERROR: The configuration you provided is wrong: should NOT have additional properties {"additionalProperty":"etag"} ``` See...

If a section heading starts with a number, e.g. ```md ## 1. Section 1 ``` The auto-generated ID of `#1-section-1` is not a valid querySelector and throws an error when...

bug

### Summary Using the following HTML: ```html ``` TAB to the div. ### Expected result The state of the checkbox should be read correctly, "checkbox checked unavailable." ### Actual result...

I'm using the qpdf CLI to overlay a marked (and tagged) document with a watermark, marked as an artifact. The resulting document has the correct tag structure and K values...

pages

### Bug description Running `yarn pack` on Windows creates a tarball that doesn't include execute permissions on directories. **Command** ```sh yarn pack ``` **What is the current behavior?** All directories...

**Is your feature request related to a problem? Please describe.** The JWT plugin option "singingKeyProviders" is not intuitive. **Describe the solution you'd like** I wish it was "signingKeyProviders" **Describe alternatives...