richerfu

Results 28 comments of richerfu

Just like this ? I set this line into `~/.zshenv` and restart `warp`. It's useless...i got the same error And i got some other error.

`open warp -> cmd + N -> cmd + D/T ` that's ok `open warp -> cmd + D/T` the same problem Of course, it's an international keyboard.And what should...

@zheng @elviskahoro Any suggestions to fix it? Now i can be reproduce in latest version.

😯我看到了。如果`checkbox`支持的自定义图标的话 应该也是可以的。其实就是一个类似于签署协议的选项,如果这样设计的话。可以考虑对TS定义进行优化,把radio对`checked`等属性的声明Omit掉

> This question is related to pnpm. [pnpm/pnpm#4649](https://github.com/pnpm/pnpm/issues/4649) > > Create a .npmrc file in the current project: > > ``` > side-effects-cache = false > ``` > > remove...

i just custom interface in order to solve this problem. ```typescript export interface SoRequest extends Request { body?: any; files?: Files; } export interface SoContext extends Koa.Context { request: SoRequest;...

similar with https://github.com/hickory-dns/hickory-dns/pull/2107

And many other break changes. For example ```rs rustls::OwnedTrustAnchor::from_subject_spki_name_constraints ``` which is not supported anymore.

It works. Can you publish a release version? Thanks a lot

Is this commit will merged to master branch?