Sukka

Results 151 issues of Sukka

## Bug Description We are using `abort-controller` from npm in our codebase with undici. undici fails with: ``` TypeError: AbortSignal: Expected [object AbortSignal] to be an instance of AbortSignal. ```...

bug

## Check List **Please read and check followings before submitting a PR.** - [ ] I want to publish my theme on Hexo official website. - [ ] I have...

Docs
en

## Check List **Please read and check followings before submitting a PR.** - [ ] I want to publish my theme on Hexo official website. - [ ] I have...

https://hexo.io/docs/internationalization#Path > ```yaml > /index.html => en > /archives/index.html => en > /zh-tw/index.html => zh-tw > ``` We should mention that `en` here is `config.language` or `config.language[0]`(If `Array` is used...

documentation

## Check List **Please read and check followings before submitting a PR.** - [ ] I want to publish my theme on Hexo official website. - [ ] I have...

infra
en

After have a close look at https://github.com/hexojs/hexo/issues/2164, I have realized something. Although configuration file (both site's `_config.yml` and theme's `_config.yml`) is loaded only once, but the value has to be...

```js www.then.baidu.com.then(console.log); ``` ``` > GET https://www/ net::ERR_CONNECTION_CLOSED ```

I'd like to upload files (like build log) through my Telegram bot. But when I attach those files as a document, I got the error `Request Entity Too Large`. So...

... which would benefit the entire CSS-in-JS community! I've [been](https://github.com/robinweser/inline-style-expand-shorthand/pull/34) [creating](https://github.com/robinweser/inline-style-expand-shorthand/pull/32) [PR](https://github.com/robinweser/inline-style-expand-shorthand/pull/33)s toward [inline-style-expand-shorthand](https://github.com/robinweser), which is currently the only shorthand expander the entire CSS-in-JS community has, but none of them...

💅 enhancement

https://github.com/markedjs/marked-gfm-heading-id Marked.js has an official plugin for that so we should use it instead. Also, marked.js provides [a new way of modifying the renderer's behavior](https://github.com/markedjs/marked-extension-template), we should adopt it as...

enhancement