South Drifter

Results 172 comments of South Drifter

I think it may be confused for users, they need to remember whether these keys mean `&&` or `||`. Just like the return value of `.filter()` callback, `true` or `false`,...

The polyfill v0.3.0 keeps the first equal element, as what `[...new Set([])]` does: https://github.com/tc39/proposal-array-unique/blob/0df27fa2fc942291d375797bb1d8fe09ef2d8245/polyfill/index.ts#L28

@hax As the semantic of `unique`, `[1, undefined, 2]` maybe make sense. If someone needs the 3rd option, `array.filter(Boolean).unique()` is easy for him/her.

**JS 函数节流、去抖**一定要依赖定时器吗? TechQuery/iQuery.js@fd3a0a3

> I did not had the opportunity to test this, since I do not have any Safari test devices currently. Hope this will change soon. I will give some Feedback,...

> I will upgrade all the packages to Parcel 2 and try again. Everything is OK with Parcel 2.11.0 : https://web-cell-dashboard.vercel.app/

I publish a MDX 3 transformer plugin, which may be help: https://github.com/EasyWebApp/Parcel-transformer-MDX

新标准 `ElementInternals` 提供了对 `` 的支持,因此 WebCell v3 基于此提供了对 SSR 的组件引擎级支持: https://github.com/EasyWebApp/WebCell/blob/619146c9e2edb96d80e7086e5a4362b6c0adb25c/source/WebCell.tsx#L44-L55 但还需要类似 Next.js 这样的开发框架来输出符合新标准的 HTML 代码。

This comment resolves my similar bug: https://github.com/electron/forge/issues/2633#issuecomment-1174790013 then I build an Electron scaffold with PNPM 9: idea2app/Electron-Parcel-PNPM.tsx#1

Some guy wrote another plugin to resolve this bug: https://github.com/gisarmory/Leaflet.InternetMapCorrection