Mike Matuszak
Mike Matuszak
**Describe the bug** Trying to toggle the visibility of the placeholder using the solution described on #497. The StackBlitz link provided in the comment no longer works if upgraded to...
# What Changed Switched from the unsupported `@endemolshinegroup/cosmiconfig-typescript-loader` library with it's recommended replacement fork: [codex-/cosmiconfig-typescript-loader](https://github.com/codex-/cosmiconfig-typescript-loader). ## Why The unsupported library had conflicted `ts-node` dependencies that didn't allow it to work...
Would it be possible to publish a 2.1.0 version including the `readonly` change so it can be consumed by other libraries? Looks like `@custom-elements-manifest/analyzer` has already added support, but I'm...
**Describe the bug:** When using the `forge-split-view`, the panel widths get set to fractional values, which can cause sub-pixel rendering issues most noticeable on elements with `border-width: 1px`, such as...
**Describe the bug:** When split views are nested, the initial sizes are incorrect. **To Reproduce:** Steps to reproduce the behavior: 1. Open the [StackBlitz reproduction](https://stackblitz.com/edit/angular-wk4lju?file=src%2Fmain.ts) 2. Note that the "inner...
**Describe the feature:** Currently, you can specify `size` as a percentage, but it gets converted to a pixel width and when resizing panels, the width is always set in pixels....
Not so much as part of the core Forge repository, but it would be nice to have a centralized ESRI-based mapping component. Tyler Spatial currently has something like this, but...
**Describe the feature:** As part of the work to enable strong types in Angular templates, certain inconsistencies and inconveniences were uncovered that would benefit from some enforced standards in the...
**Describe the feature:** Add a lint rule, possibly using [eslint-plugin-jsdoc](https://www.npmjs.com/package/eslint-plugin-jsdoc), enforce that any `@CustomElement()` class should have a JSDoc comment with `@tag` specified. Every custom element should have one and...
### Describe the bug In the Table, when using virtual scroll with a `scrollHeight="flex"`, if the data source is changed and there are not enough rows to fill the viewport,...