猫猫

Results 8 issues of 猫猫

Add Sogou Browser and some search bot Note that Sogou Browser for desktop has no version number in user-agent, but can be inferred from the Chromium version So I use...

Sometimes I want to set a proxy or TTL when sending a notification, but it's inconvient to call `webpush.sendNotification` with option parameter every time. What about adding a function like...

fix https://github.com/ant-design/ant-design/issues/45691

`factors` 应翻译成 `因数` ? 更改了一下 markdown 的格式

remove `.DS_Store`

### What's on your mind? For example, I want to make a React hook like ```typescript export const useOneSignal = (options?: Parameters): [ready: boolean, instance: typeof OneSignal] ``` and I...

Enhancement / Feature

### What's on your mind? Mix `this.configuration` and `_options` instead of `_config || this.configuration` can make api easier for use. For example I have a system which manage lots of...

enhancement

Vite with `build.minify` on will minified the name of TRPCError so `cause instanceof Error && cause.name === 'TRPCError'` in `getErrorFromUnknown` will always get `false`. So if I throw a TRPCError...