Linus Unnebäck
Linus Unnebäck
I think that this sounds really nice: https://eslint.org/blog/2022/07/interesting-bugs-caught-by-no-constant-binary-expression/ Ecosystem impact: - `fastify/fastify`: - `test/internals/reply.test.js:175`: - `reply.serializer((x) => (customSerializerCalled = true) && JSON.stringify(x))` - `test/internals/reply.test.js:184`: - `const context = { [kReplySerializerDefault]:...
**What version of this package are you using?** 17.0.0 **What problem do you want to solve?** I would like to use [dprint](https://dprint.dev) to _format_ my code, but still keep all...
### Description I'm trying to play an animation alternating back and forth, also called [play mode bounce](https://docs.lottiefiles.com/lottie-player/components/lottie-vue/properties). The most straight forward way to do this, that I could think of...
### Current behavior Consider an app with two screens, `Home` and `Test`, and with the following linking options: ```js { config: { screens: { Test: { path: 'test/:id' } }...
Opening this for some early feedback. My goal is to read and decrypt audio data from Audibles AAX files. I learned how the `adrm` boxed worked by looking [at FFmpeg](https://ffmpeg.org/doxygen/2.8/mov_8c_source.html#l00815)...
Hello! I've spent the last night compiling some bcrypt code to wasm, and wanted to see how they held up against the Rust implementation. This PR adds two new Npm...
### Describe the bug The typings for `DescribeOrganizationResponse` has every field specified as optional (using the `?:` syntax). This makes the following code not compile with TypeScript: ```ts import {...
When using `"module": "node16"` TypeScript is unable to find the typings for the package. > Could not find a declaration file for module 'timezone-support'. 'foo/node_modules/timezone-support/dist/index.mjs' implicitly has an 'any' type....
It would be great if dprint could sort props on JSX elements, like this ESLint rule: https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-sort-props.md
A bit similar to #561, but this is for every object literal. There is an ESLint rule for this: https://eslint.org/docs/latest/rules/sort-keys Since ESLint are removing formatting rules, they have not accepted...