Arnaud Marant
Arnaud Marant
I had the same problem, I used : `node --max-old-space-size=4076 ...` and it finished.
A simple example with a trailing space in the element name : ``` xml ```
Currently there is no facets on the data type I though : https://www.w3.org/TR/xmlschema-2/#rf-facets - length - minLength - maxLength - pattern - enumeration - whiteSpace - maxInclusive - maxExclusive -...
Hi, thanks for the TS definitions. What is the point of the [java files in the typescript dir](https://github.com/highsource/jsonix/tree/master/typescript/src/main/java/org/hisrc/jsonix), to make the SVG classes diagram ? I also started doing typescript...
@brandanking-decently Maybe you can publish your fork on npm if the maintainer is not responsive ?
There seems to be a problem with the release : `[plugin:vite:import-analysis] Failed to resolve entry for package "@kbox-labs/react-echarts". The package may have incorrect main/module/exports specified in its package.json.` There is...
@hugocxl yes it works fine now, thanks a lot !
I confirm that the router is not usable with react 19 while the package is being marked as compatible with "react": ">=18", I see a white screen each time a...
you already can with, echarts 6 is fully compatible with 6 : ```json "echarts": "^6.0.0", "overrides": { "@kbox-labs/react-echarts": { "echarts": "$echarts" } }, ```
All the graph with line interpolation parameter set to step after now show an interpolation going forward to the end of the time line, this is a breaking change and...