Eric Vergnaud
Eric Vergnaud
Work around a jest/nodejs issue where instanceof ArrayBuffer fails due to a nodes sandbox issue See https://github.com/nodejs/node/issues/20978, marked as fixed, but seems to resurface with node 10.15.3 and jest 24.7.1
## Describe the bug PropTypes such as componentClass property of DropdownButton are not visible. This prevents development tools from doing their job. ## To Reproduce Steps to reproduce the behavior:...
RolapSchemaUpgrader convert method, line 1978 is missing: xmlTable.schema = xmlLegacyTable.schema; also missing: xmlTable.schema = physTable.schemaName; in PhysSchemaConverter toDef line 163
When running the latest code (as of 2105-10-14), loading the FoodMart.xml catalog with a Derby database (but probably unrelated) fails with the following stack trace: mondrian.olap.MondrianException: Mondrian Error:Calculated member or...
Hi, I'm a bit frustrated with the DiffViewer component. The underlying diff algorithm is pretty trivial, and doesn't seem to properly recover. As an example, compare the following: const s1...
Hi, following our conversations, I've moved to a build where a generic grammar is used to produce language specific grammars, and lexers/parsers are produced programmatically using org.antlr.Tool v 3.5.1. All...
Hi, I need to embed 2 grammars X and Y in Z. This is done by importing X in Y and Y and Z. Unfortunately, this raises a minor bug...
All ts tests pass locally. Submitting a PR to ensure nothing else is broken, and try ts CI. Also fixes #3868 tsc generates tons of warnings which I need to...
Hi, thanks for this impressive work. I'm struggling to use jszip in a scenario which requires synchronous execution. While async calls are great for probably most use cases, they make...