Manufac
Manufac
Was facing the same issue with aggregate plugin. Using `as` assertion to suppress the error for now. ```ts echarts.registerTransform(transformXYZ as ExternalDataTransform); ``` --- Ref: https://www.npmjs.com/package/@manufac-analytics/echarts-simple-transform
Any updates here?
@hsource Is this PR still needed given https://github.com/kwhat/libuiohook/pull/184 is merged? `uiohook-napi` is also released https://www.npmjs.com/package/uiohook-napi/v/1.5.3 it seems. Can you please suggest if your new fix addresses https://github.com/SnosMe/uiohook-napi/issues/24 too?
Hi @mrseanryan, following up from #132 It's a nice enhancement. Hoping that the inference logic is quite robust. Some cases to think about are: 1. Here's a TS [library](https://github.com/Esri/calcite-components) which...
Hi all, will the new rule offer something better than the approach described here (https://github.com/typescript-eslint/typescript-eslint/issues/371#issuecomment-500927802). I understand that approach requires some configuration but apart from that, does this new rule...
That’s a helpful tip @mrseanryan 👍
Facing the same issue when using Storybook with `webpack5` and `reactOptions.fastRefresh: true`: ``` my-lib: [webpack.Progress] 10% building 0/1 entries 0/0 dependencies 0/0 modules my-lib: (node:20345) [DEP_WEBPACK_MAIN_TEMPLATE_OUTPUT_OPTIONS] DeprecationWarning: MainTemplate.outputOptions is deprecated...
- Now that `zod.string().regex(...)` is available since `v1.11`, it has become easier to implement custom date/time/date-time patterns. - Some out-of-the-box support for date/time/etc. can still be useful though. Using `zod.string().regex()`,...
If it helps, [here's](https://github.com/korzio/djv/blob/master/lib/utils/formats.js#L16) how `djv` is handling date-time strings. Their approach looks a bit similar to the idea that emerged in https://github.com/vriad/zod/issues/120 (i.e. using instantiation as a way to...
@STRML Are there any plans to merge this or support the locking of aspect ratio to a given value?