Wojciech Maj

Results 81 issues of Wojciech Maj

`clsx` just [overtook](https://npmtrends.com/classnames-vs-clsx) `classnames`, the package `clsx` was designed be a drop-in replacement for. ![image](https://github.com/lukeed/clsx/assets/5426427/dc84287a-9efe-4ecb-963a-914366854212) To celebrate and as a token of appreciation (I'm using your package virtually everywhere) I'm...

Following the discussion: https://github.com/vitejs/vite/pull/15347 I would like to ask you to consider deduping entries passed to watch() in chokidar itself. As discovered in the PR linked above, this results in...

### What version of Bun is running? 1.0.9+98f20170a ### What platform is your computer? Darwin 23.1.0 arm64 arm ### What steps can reproduce the bug? For some strange reason, .toBe(),...

bug
typescript

### What? Fixes @react-pdf/renderer not working in RSC. ### Why? Next.js RSC version of React does not include features necessary for @react-pdf/renderer to work. ### How? Adding @react-pdf/renderer to serverComponentsExternalPackages...

type: next

## Environment ## System: - OS: macOS 14.2.1 - CPU: (8) arm64 Apple M2 - Memory: 154.02 MB / 16.00 GB - Shell: 5.9 - /bin/zsh ## Binaries: - Node:...

### What you did: A [simple update from v13 to v14](https://github.com/wojtekmaj/react-async-button/commit/fa41b3b9900a25d76141bcf2080f94f7ee5f5dee) broke my Vitest-based test where I was using `await user.click(...)` as the promise no longer resolves. ### Reproduction: Run...

needs more information

**Describe the bug** When using Ladle + vite-plugin-ssl with server.proxy, the following error appears on the server: ``` Internal server error: Header name must be a valid HTTP token [":path"]...

bug
good first issue

This PR: * Marks the package as ESM-first * Ensures backwards compatibility by keeping all CJS files, keeping `UI` and `sidecar` pseudo-packages for Node.js 10 compatibility, and adding `package.json` in...

#### Environment details - which product (packages/*): @google-cloud/recaptcha-enterprise 4.1.0 - OS: macOS - Node.js version: 20.9.0 - npm version: 10.0.0 - google-cloud-node version: ? #### Steps to reproduce Create Node.js...

type: question