Michał Dzienisiewicz

Results 5 issues of 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...

Needs Triage
Bug Report
Stale

## 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...

enhancement

**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`...

enhancement
PRs welcome
openapi-fetch

### 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?...

confirmed-bug
stream