Iván Cea Fontenla
Iván Cea Fontenla
As commented in #150 - Added `unified` and `remark-xxx` libraries to parse and re-convert to markdown after modifications - Added `mdast-builder` for a functional markdown AST creation
This PR does the following: - Adds a test to check that the OpenAPI version of the OpenAPI returned by the SwaggerConverter is the original Swagger version - Propagates the...
- Added the cube root function to ESQL (`CBRT(x)`). Nearly identical to SQRT, but without the negative numbers exception - Added docs generation support for Windows end lines (CRLF), as...
Check that capabilities required in CSV tests really exist. This avoids: - Having old capabilities (We aren't removing them afaik, so may never happen) - Typos in capabilities Currently, it...
When an aggregation is folded by `FoldNull`, it's converted to something like `STATS null`, which leads to an error. Reproduced by using adding a null param to any agg that...
Test aggregations intermediate states on base aggregation test class. Added another "middleware" to add "no rows" test cases.
Scalar functions have the `AbstractFunctionTestCase`, which adds a ton of automatic testing to them. Aggregation functions currently have none. They just have some tests for the Aggregators themselves, but they...
- Moved `TopList` agg foldable validations to `Validatable`. Same for other functions doing the same. - Add `Validatable` support in function tests - Add `Validatable` to functions documentation - Fixed...
### Problem Description Having Visual Studio 2026 installed but not VS2022, the command `npx @react-native-community/cli run-windows --logging` won't work, reporting missing MSBuild. I'm opening this as a bug, as VS2022...