Alex Krolick
Alex Krolick
This should not be the case in newer YAML versions
It appears that not only do query parameters that use $ref for the schema not get coerced (req.params in runtime code is still a string), they also don't get typechecked...
@chrismajewski Sorry, have not had time to come back to this issue on my end
As a starting point, adding inline notes to significant features that say something like "added in v9.1.3" would be helpful.
See https://github.com/quilljs/quill/issues/3768#issuecomment-1654873923, we will update when they release 2.0 stable
https://github.com/zenoamaro/react-quill/pull/711 if someone wants to get this PR up to date with the suggestions in the discussion
Someone asked the [same question](https://github.com/quilljs/quill/issues/3768#issuecomment-1654873923) about Quill. It sounds like they may make a new release at some point, but development is slow. I might be able to spend some...
Docusaurus has good i18n support. Although it's likely there will be some divergence in the docs for different languages, it seems like a good thing to do. It would be...
Fixes #21 it looks like!
Note that you can add multiple architectures to the package-lock.json: ``` npm install --save-dev turbo --arch=x64 --platform=linux npm install --save-dev turbo --arch=arm64 --platform=darwin ``` This should allow `npm ci` to...