tangye

Results 21 comments of tangye

``` function htmlMinifier(app) { if (app.get('env') == 'production') { return undefined; } else { return function(source, options) { source = source // remove double newline / carriage return into one...

@julianlam, I think @dougwilson is trying to explain the case Apache mod_negotiation and jshttp/negotiator behave the same, but that is not what rfc4647 describes, the RFC only describes that in...

```typescript // router.d.ts // Type definitions for router declare module 'router' { import { NextFunction, NextHandleFunction } from 'connect' import { IncomingMessage, ServerResponse } from 'http' export type Path =...

@luckypoem 需要你自己在配规则,那些域名走代理,哪些直连

[新片场快活](https://hire.xinpianchang.com),a Chinese new media company 4 people Of course:https://www.xinpianchang.com

![image](https://github.com/radix-ui/primitives/assets/447084/8ef4f6ca-b6d1-44a1-8a81-b2303a4a6f88) My issue seems there is a large vdom, but headlessui dose not have this problem. The performance test shows recaculation of style is too long in `Presence` component.

![image](https://github.com/radix-ui/primitives/assets/447084/3bce9126-8c82-4b41-b8b4-1d1a1fa3a106)

The only method I currently use as a workaround is to set hidden class to all list items outside the viewport via IntersectionObserver, only reserve the size of the container...