Sukka

Results 403 comments of Sukka

This is actually a nice feature to have! I am having the exactly same use case. I can implement this feature in a PR if maintainers approve it.

> > its not clear why the require() in TS behaves differently > > Agreed, somehow only on swc it try to replace it into bundled require logic. I may...

I have successfully reproduced the issue on a significantly large repository (`vercel/next.js` with 439 devDeps). I suspect that the issue is caused by having `prompts` rendered an extensive amount of...

Here is some thoughts: - We need to implement an in-memory token pool that does load-balance. - The pool should record the quota left from the request header - We...

@RyanZim I have some thoughts. `fs.readdir` can be extremely slow if a folder contains many items (that's why https://github.com/jprichardson/node-fs-extra/pull/1028 is made, which replaces `readdir` w/ `opendir`). `fs.opendir` is more performant...

> @SukkaW That's an interesting point; in that case I'd be open to a PR adding it. I can create a PR adding it!

cc @curbengh @jiangtj @stevenjoezhang @tomap @Himself65 @YoshinoriN

> do you have an example/branch where you replace html-minifier with htmlnano? I can bring up a draft PR as a PoC.

@bennyn The PR will be welcome. However we might not release a newer version including this feature very soon.

Currently hexo will transform xml-formatted time based on `timezone` configuration given by `_config.yml`. Hexo will not transform date format only if `ISO 8601` formatted time is given.