Jonathan Boler

Results 6 issues of Jonathan Boler

It would be great if there was an option to read with out the text being broken up by the numbers.

size-small

v3.5.7 and all later versions crash. v3.5.6 works fine. Here's my failing example code: package.json ``` { "name": "blah", "version": "0.0.8", "dependencies": { "jsonapi-serializer": "3.6.4" } } ``` main.js ```...

bug

I can't set html_options like {class: 'my-class', id: 'my id'} without passing through the parameter.

# 🐛 bug report Package `react-refresh` is locked at v0.9.0 which was released in 2020. v0.14.0 is available which was released in 2022. See https://github.com/parcel-bundler/parcel/blob/v2/packages/runtimes/react-refresh/package.json#L26 Is there any reason this...

In #35 the parameter value was fixed but it looks like some of the changes from [this commit](https://github.com/mdehoog/ember-data-has-many-query/pull/35/commits/e411fc8d40a2d4314cafd514f02bc6b9177c6345) were lost in merging master.

## Describe the bug rswag-ui returns duplicate CSP headers when Rails has a CSP configured. ## Steps to Test or Reproduce Example repo: https://github.com/jboler/rswag-csp The repo is an API only...