Mr. X

Results 7 issues of Mr. X

I have a Fastify plugin that reads form data using `busboy`. Here is the relevant code: ```tsx const bus = busboy({ headers: message.headers, limits: options }); bus.on("file", (fieldName: string, file:...

question

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

feature request

When trying to parse a JSON expression containing a spread operator, we get an error, even though the code is valid. ### Steps to reproduce Try to validate the below...

**Prettier 2.6.0** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuc0DOMAEAzANgQwHNMBeTGAJwFc4BuAHSkig0wrjQAd05ScDiAfkzBGmcZij4AtnCSZ6IAFL4ovACIQ4igDRiJROZgDMAJn0BfTPNFQJkmUcVKIACzubtIPXYOEjpsaWtN4gEJwwAJboyKD4FBQQAO4ACvEIaMgg+LhJ+ACemTogAEYU+GAA1nAwAMqOADKRasjYOWhwxWUV1XWcFc2EyJQ0xXDSJXAAJlPTDaqEVIYAYhAU0vgwUVBDKPhUMBChrjDSuADqrpHwXBVwtRnXkQBu1-lZYGhFIM0dFDApcqEDatdqdEAAKzQAA9aoNcHAAIpUCDwUG4DrFfoUP5ZEr4Sa4UKcCjNGDnSJTGCuZAANgArPTjLSsYkOudypwsmpnnAKKEAI4o+CA8KZPZoAC0amm01C7CFkXYgKIIKQbQx4I60kiw2oWvhSOFcHRmJAMAJFKpNKQABZipR8JFcIMAMIQaRqkBQaAm4pUDoAFQJ4pG4OeNAAklBZrBamBSREAIIx2owfII01wCwWIA) ```sh # Options (if any): --use-tabs ``` **Input:** ```jsx const flag = true; const response = flag ? { name: "Jane Doe", age: 32 } :...

Browsers: Firefox 114, Edge 114 Steps to reproduce: 1. Go to [https://quip-web-app.web.app/ulkka](https://quip-web-app.web.app/ulkka) (based on API availability, it might take up to a minute or so to load completely) 2. Click...

Dialog elements having a `box-shadow` of `0 0 0 1px var(--border)` will be helpful in dark mode. See attached image for comparison: ![water-css-dialog](https://github.com/kognise/water.css/assets/5111457/8c8fdccd-477c-45ab-9f36-7927e2487615)

### Describe the bug When the request body is `multipart/form-data`, and it contains an array parameter which is part of a complex object, the array parameter does not explode, but...

bug