Michał Dzienisiewicz
Michał Dzienisiewicz
I have a a following `buildQueryTest.mjs`: ```javascript import buildQuery from "odata-query"; console.log(buildQuery({ top: 5 })); ``` It fails the following way: ``` michal@dzieni dataverse-poc % node buildQueryTest.mjs file:///Users/michal/Projects/dataverse-poc/buildQueryTest.mjs:3 console.log(buildQuery({ top:...
### Version 28.1.3 ### Steps to reproduce 1. Clone my repo at https://github.com/StratoKit/jest-undici-bug 2. `npm i` 3. `node mimimal.nonTest.js` 4. `npm test` ### Expected behavior `minimal.nonTest.js` and `minimal.test.js` both contain...
## This would solve... Let's imagine a following test suite: ```javascript import assert from 'node:assert' import {test} from 'node:test' import {MockAgent, setGlobalDispatcher, fetch} from 'undici' // the API fetch helper...
**Description** I am using `openapi-fetch` in Node.js. As you probably know, the built-in `fetch` is provided by [Undici project](https://github.com/nodejs/undici), which is still in development. Usually it's better to install `undici`...
### Version v19.5.0 ### Platform Darwin dzieni 21.6.0 Darwin Kernel Version 21.6.0: Wed Aug 10 14:28:35 PDT 2022; root:xnu-8020.141.5~2/RELEASE_ARM64_T8101 arm64 ### Subsystem stream ### What steps will reproduce the bug?...
#### What is the problem you are having with rclone? Can't access Proton Drive. I get an HTTP error 422. #### What is your rclone version (output from `rclone version`)...