Szymon Marczak

Results 85 issues of Szymon Marczak

The object can have a property with `data\n` x 1000.

question
scope:assertions

**Context** HTTP2 is the new standard and it looks very promising. **Alternatives** There are no alternatives yet. **Has the feature been requested before?** Nope. **If the feature request is accepted,...

feature
pull request welcome

## Budgie version ``` budgie-desktop 10.5.1 ``` ## Operating system ``` Linux solus 5.4.12-144.current #1 SMP PREEMPT Mon Jan 20 15:46:35 UTC 2020 x86_64 GNU/Linux ``` ## Steps to reproduce...

### Bug description Incognito context. ```js import {promisify} from 'util'; import http from 'http'; import puppeteer from 'puppeteer'; // [email protected] import {Server as ProxyChainServer} from 'proxy-chain'; // [email protected] const httpServer...

bug

### MDN URL https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/proxy/settings ### What specific section or headline is this issue about? Note ### What information was incorrect, unhelpful, or incomplete? > **Note:** The ability to change proxy...

Content:WebExt
P3

Got: https://github.com/sindresorhus/got/blob/295979693bb179b32d11107367c57c31cb05bf78/source/core/response.ts#L140-L142 ### Discussed in https://github.com/sindresorhus/ky/discussions/374 Originally posted by **cruzms** August 27, 2021 Hi i'm getting `SyntaxError: JSON Parse error: Unexpected EOF`, after receiving an empty response from server with...

enhancement
help wanted

Test: ```js test.only('retry with body', withPage, async (t, page) => { let requestCount = 0; const server = await createTestServer(); server.get('/', (request, response) => { response.end('zebra'); }); server.put('/test', async (request,...

bug
help wanted
external

- [ ] [Storing request specific context in Got](https://github.com/sindresorhus/got/issues/740) - [ ] [Pagination support](https://github.com/sindresorhus/got/issues/722) - [x] ~[Ambiguous URLs](https://github.com/sindresorhus/got/issues/783)~ Also, we could possibly add these hooks: - [ ] `beforeRedirect` -...

enhancement
help wanted

#### Expected behavior A Promise rejection. #### Current behavior Errors are thrown directly. #### Code to reproduce ```js ky('/', { prefixUrl: 'https://example.com/' }); ```

bug
help wanted

https://github.com/sindresorhus/got/issues/2103