Alvis Tang
Alvis Tang
Yes. Time to work on it! 👍🏼
Hi. Yes it's an upstream problem which has been reported on their side https://github.com/makenotion/notion-sdk-js/issues/299 Based on their release frequency, I guess the new release should be around & hopefully they'll...
@niechen: +1 for this PR
ping @mcmath
Trusting a self-signed certificate is never encouraged. It is dangerous if a program accepts it by default. A hacker can simply inject a self-signed one to make the users feeling...
A workaround is to utilise the `cancel` method with a `setTimeout`. It won't give you a TimeoutError, but it does the job and throw you an error. ```ts const request...
It's `request.cancel`, not `got.cancel`. ;)
You can try the argument placeholder `{@}` e.g. ```json { "build": "run-s \"build:* -- {@}\" --" }
How about merging https://github.com/abejfehr/markdown-preview-katex? This is a fork of MPP and seems like promising, though it is now depreciated. @abejfehr: Would you mind sharing your awesome work by submitting a...
@lifeiscontent ESM output is genuinely a challenge for many package maintainers, including me. The biggest challenge is that, perhaps, for esm outputs, all the import/export statements must include the annoying...