Sukka

Results 151 issues of Sukka

Since https://github.com/hexojs/hexo-util/pull/114, we start to mitigate deprecated Legacy URL API to newer WHATWG URL API. Current status of mitigation can be found at [this project board](https://github.com/orgs/hexojs/projects/6). In order to fix...

discussion
#perfmatters

GitHub Action is sunsetting the macOS 10.15 Actions runner. It will stop working intermittently until being completely removed by 2022-8-30: https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22/ Note: the `CI_PLATFORM` env variable is used to download...

ci

Recently, Robin Weser, the author of `inline-style-prefixer`, who is also the author of [Fela Atomic CSS-in-JS library](https://fela.js.org), has changed the Fela's CSS prefixer to [stylis](https://github.com/thysultan/stylis), an extremely lightweight CSS preprocessor...

Previously the sequential id generator prevent `ad` from being generated by starting with `ae` (347). After the PR, the sequential id can also generate from `a` to `ac` (skip `ad`)....

The PR removes the workaround for `background-clip` when prefixing. The fix has been submitted to `inline-style-prefixer` as well, see https://github.com/robinweser/inline-style-prefixer/pull/221

project:react-native-web

I am using ThinkPad E480 (which is a 2018 model), a more modern ThinkPad with different keyboard. Thus I want a detailed information about how to map the key. For...

All links on git.io will stop redirecting after April 29, 2022: https://github.blog/changelog/2022-04-25-git-io-deprecation/ Replace all git.io links with their actual URLs.

`swap-low` uses `rel="alternate stylesheet"` instead of `rel="alternate stylesheet preload"` (used by `swap-high`) to ensure the lowest priority. See https://filamentgroup.github.io/loadCSS/test/new-low.html

Replace `chalk` and inline ASCII with [`picocolors`](https://www.npmjs.com/package/picocolors), a tty color library used by postcss, autoprefixer, svgo, and so on.