Weslley Araújo
Weslley Araújo
This _PR_ improves the serialization of LRU keys when generating the cache 🚀 It also implements additional sanitization to improve the security of cached keys 👩🏻🔧 --- ### Deciding between...
> This PR is a debug/fix of #2496, preserving all its commits. Testing locally: ```bash seq 1000 | xargs -I {} sh -c 'FILTER=test-multi-result-streaming npm run test || echo "Failure...
- As reported in #2472 When setting `namedPlaceholders` globally (connection level) to `true`, it's not possible to disable it at the query level. --- To reproduce, just uncomment this test:...
First of all, thank you for this project! It's amazing, I could easily create a mock for both **ESM** and **CJS** with the same code, by just changing from `quibble()`...
This _PR_ doesn't change the previously defined coverage percentages. **Codecov** initiates two tests (`project` and `patch`). The `patch` analyzes the percentage file by file, without considering the overall project context,...
In the same approach for `assert`, allow users to use all the essential native approaches in **Poku**: From ([**Node.js** homepage](https://nodejs.org/en)): ```ts // tests.mjs import assert from 'node:assert'; import test from...
## Inspiration --- **Source:** https://youtu.be/iDaBo7ge604?si=x8hWjOH8ffHHOJ_6&t=2674 **Credits** to @erickwendel 🇧🇷
> [!IMPORTANT] > **To use, always consider what is in the documentation:** [poku.io/docs/documentation/poku/options/enforce](https://poku.io/docs/documentation/poku/options/enforce) --- ### Current stage - [x] Forces an error if any _CLI_ flags are invalid. - [x]...
> Help would be appreciated 🤝 The main challenge is to make the functionalities work with the same behavior for all platforms (**Node.js**, **Bun** and **Deno**). - So far I've...
Hey @sidorares, what about a canary version? 🙋🏻♂️ We could publishing to **npm** a canary tag for every merge in `master` branch that isn't a release. Then we could keep...