Raymond Bergen
Raymond Bergen
**_Bug report_** * [X] I've checked documentation and searched for existing issues * [X] I've made sure my project is based on the latest MST version **Describe the expected behavior**...
Hi, Im trying to minify with bundlerminifier and minification breaks when minifying angular-toggle-switch.
### Describe the bug Please add react 18 support currently react 17 is the highest supported version https://github.com/antvis/XFlow/blob/2b0d8589cceb46b0dbf3137e06710f53e5872a4a/packages/xflow/package.json#L85 ### Your Example Website or App --- ### Steps to Reproduce the...
Could you please bump the npm version to 8.x?
could you add this to nuget please?
We installed antd and run npm audit. And found that these dependencies have vulnerablabilities. ``` d3-color =5.8.9 Depends on vulnerable versions of @antv/g-lite node_modules/@antv/g @ant-design/plots >=2.0.0-alpha.0 Depends on vulnerable versions...
Im moving from MomentJS to DayJs in my code, i noticed that a C# TimeSpan was resolved as a moment,Duration. However now using DayJs it is resolving to a dayjs.Dayjs....
Attempt to generate a Dayjs duration for a C# TimeSpan. See #1709 Im not familiar with the code however I wanted to attempt to help out. DayJS duration takes a...
Im moving from MomentJS to DayJs in my code, i noticed that a C# TimeSpan was resolved as a moment,Duration. However now using DayJs it is resolving to a dayjs.Dayjs....
**Describe the bug** The DayJS duration constructor can only parse a ISO8601 The MomentJS duration constructor can parse a ISO8601 string AND the string "1.02:03:04" to 1 day, 2 hours,...