Anna Bocharova
Anna Bocharova
In original jQuery, `$('h1,h2,h3')` returns a collection of elements sorted by their location in document. In phpQuery, `['h1,h2,h3']` launch separated find queries for h1, h2 and h3. So the result...
May I ask you to add `ctx` parameter to the preprocess transformer, so it would be possible to add issues? > Perhaps you should be able to add issues inside...
[Lines 306 and 308](https://github.com/metadevpro/openapi3-ts/blame/master/src/model/OpenApi.ts#L306) have been changed in this commit: https://github.com/metadevpro/openapi3-ts/commit/e7a08516a86620a66a16f4552d5b9affd6c77987 These changes have been released in version 3.0.0. However, according to this spec, `exclusiveMaximum` must be boolean: https://datatracker.ietf.org/doc/html/draft-wright-json-schema-validation-00#section-5.3 More...
* [X] Your changes are not possible to do through a plugin and relevant to a large audience (ideally all users of OctoPrint) * [X] If your changes are large...
Testing against Node 21 is for development purposes only. Odd versions of Node are not supposed to be used on production. Ensuring the support of Node 21 should ease the...
Instead of #374 but non-breaking The express 5 beta 3 is fully operational and tested by community, but its release is delayed. The current issue is that it's also outdated...