Thomas Bouffard
Thomas Bouffard
According to the API Extractor documentation about the [API report](https://api-extractor.com/pages/overview/demo_api_report/), it is possible to detect API changes. To see it in action, check https://github.com/dinerojs/dinero.js/blob/v2.0.0-alpha.14/scripts/build-types.mjs and the `api.md` files in the...
We often encounter linting issues that have no corresponding rules configured in ESLint. Some of the common areas include the import order that often appears in test files, and the...
**IMPORTANT**: - all removals must appear as breaking changes in the release notes of the related version - ensure that all examples and demos in various repositories of https://github.com/process-analytics have...
**Is your feature request related to a problem? Please describe.** Currently, in version `0.32.0`, we can remove all overlays of one single element. When an application needs to remove overlays...
This tests are intended to provide non regression figures to detect unexpected increase of the parsing time. In https://github.com/process-analytics/bpmn-visualization-js/pull/2638/files#r1179160155, we enrich data at the price of new lookup and we...
In #2676, we remove sending tweet from the GH workflow used to publish public announces on social media. Apparently, Twitter provides an API v2 that could be available with Free...
bpmn-visualization uses it own dedicated eslint configuration but we have the we have the same need in several repositories. For demos, we recently experiment `xo` that also allows shared configuration...
### Current situation Currently, for each non regression visual test, we have a single reference screenshot that is use for all browsers on all OSes. Remember that browsers don't render...
**Is your feature request related to a problem? Please describe.** In v0.29.1, the configuration of some BPMN elements is duplicated. For instance, for each kinds of event, we create a...
**Is your feature request related to a problem? Please describe.** This is a top level issue to discuss ways we could introduce to easily manage several use cases related to...