拾叁

Results 8 comments of 拾叁

If the type package is installed under `devDependencies`, it seems to cause a build failure.

I am currently solving this problem temporarily by defining a `Keys` type tool. ```ts type Keys = { [P in keyof T as any]: P }[keyof T] type R1 =...

https://github.com/sindresorhus/type-fest/blob/eb96609c1b4db7afbf394e8b52fcf95b74bce159/source/internal.d.ts#L111-L116 Perhaps this could be of assistance to you? However, it is important to note that it’s not absolutely safe in some situations. For instance, it still can't make correct...

Until 2023, the latest version of Node.js, 20.4.0, has arrived, yet people still refuse to embrace ESM. Why is that?

However, some users may perceive "ESC" as a command to go back and modify the previous item (even though this functionality is not implemented). How should we strike a balance?

@rschristian I agree with your point, but I believe not everyone wants ESC as the way to terminate a program. In the terminal, pressing the ESC key is typically interpreted...

@rschristian I apologize if I have offended you. My point is that `Ctrl + C` is the standard signal for terminating a process in the terminal, rather than `Ctrl +...

@rschristian my comments may seem strange because English is not my native language, and I used a translation software to write my comments. Don't worry too much about it. -----...