Ricardo Sánchez
Ricardo Sánchez
It would be nice if the viewbox's color were different from the app-canvas background (currently #fff). Here is a (horrible) example that I made using the browser's inspector: [](https://postimg.cc/rzhSfjvq) As...
## Describe the bug When using the proxy flag set to true, ctx.request.origin ignores it, returning http:// instead of https:// (taken from X-Forwarded-Proto, available in ctx.protocol) **Node.js version:** v16.14.0 **OS...
**Is your feature related to a specific framework or general for this extension** General **Is your feature request related to a problem? Please describe.** no **Describe the solution you'd like**...
This is not an issue, is just a tip to build the compiler and run it on Apple M1 Chip computers. ### Issue description: There were multiple people trying to...
Custom values or literals in 'updateOnDuplicate' for 'model.bulkCreate'. ## Pull Request Checklist - [X] Have you added new tests to prevent regressions? - [ ] If a documentation update is...
Currently, **checkFn** receives two things: **target** and **propKey**. Which is useful for low complexity objects. Implementing a **propKey's target path** will be useful for more complex objects. For example ```JavaScript...
**What version of async are you using?** 3.2.5 **Which environment did the issue occur in (Node/browser/Babel/Typescript version)** NodeJS(v18.15.0)+TypeScript(v5.2.2) **What did you do? Please include a minimal reproducible case illustrating issue.**...
When comparing two mongoose models whose _id or discriminated docs arent equal, the library returns no differences. Steps to reproduce: (pseudo code) 1.Find a document ``` const original = await...
Unique index is not being generated properly if it is of type UNIQUE NULLS NOT DISTINCT.
### Description Using this lib in a pure ESNext/Node16 project is not possible. see #1346 ### Proposed solution I don't have any at this moment.