Sparkle

Results 39 issues of Sparkle

This PR is cherry-pick from: https://github.com/baurine/esbuild-plugin-postcss3/pull/4 What did: Use [resolve](https://www.npmjs.com/package/resolve) npm package instead of [resolve-file](https://www.npmjs.com/package/resolve-files) npm package to resolve the import path, this can fix the 2 below bugs: -...

## What did - Support cache the `.css/.less/.scss` files compilation result (not support `.styl` yet, need help), to reduce the rebuild time in dev mode ## Background I use this...

If we use as the following code in the doc: ```js const esbuild = require("esbuild"); const postCssPlugin = require("esbuild-plugin-postcss2"); esbuild.build({ ... plugins: [ postCssPlugin.default() ] ... }); ``` It will...

Fix the bug that if we pass `({plugins: [autoprefix]})` will make other options become `undefined`.

## What I did 1. Init an near-empty react project from template: https://github.com/baurine/esbuild-react-app-ts-template/tree/refine_builder Currently, it has only esbuild self, no any plugins. 1. Install bulma-css by following https://www.npmjs.com/package/bulma ``` $...

Chrome 上是正常的: ![5](https://user-images.githubusercontent.com/1284531/41013746-36740d3e-697a-11e8-925b-53a4899b7657.gif) FireFox 上拖拽不起作用: ![4](https://user-images.githubusercontent.com/1284531/41013766-4cee8076-697a-11e8-91f7-ba2ae2440821.gif) 其它 FireFox 版本没有测试,手头只有 60.0.1 的版本。

close #1698 When comparing the week, the old algorithm doesn't consider the year of the date. for example: `2024-06-21` (Friday, the 25th week of 2024) and `2023-06-25` (Sunday, the 25th...

area/frontend
lgtm
approved
size/M
task
no-ct

## Development Task Related tidb-dashboard side issue: https://github.com/pingcap/tidb-dashboard/issues/1703

type/bug
severity/moderate
affects-8.1