Mikhail Bashkirov

Results 16 issues of Mikhail Bashkirov

Fixes #32 I'm using `spawnAsync` to run esbuild, so from the node's require point of view it's a sync call, while under the hood I call esbuild async methods `build`...

Turned out there was a bug and filtered elements were not respected in `getElementData`, resulting in a first element in the original manifest to take priority over the first in...

I propose to rename the default file config to `cem-analyzer.config.mjs`. We can do it in the following manner: - keep the current name `custom-elements-manifest.config.mjs` for legacy reasons (maybe deprecate it...

I'd like to have a modal which will take the full width and height of the plugin. Right now I'm solving this with `position="left"` and some extra styles: ```jsx {/*...

enhancement

### Description The `iron-dropdown` element while scrolling in Firefox has a delay when the scroll direction is immediately changed in the bottom (or in the top) of the element. The...

### Description In Safari when custom font is used on `paper-tabs`, the size of `#selectionBar` is wrong. ### Expected outcome The size of `#selectionBar` is equal to the tab size....

## What I did 1. improved security by not allowing to bundle all env vars, especially unnecessarily 2. move env.NODE_ENV to globals defined in the preview index.html, so that rare...

I'm working on the automated testing for the storybook builder.

## Expected behavior HMR does't add huge performance hit, making every next rerender 2x slower ## Actual Behavior A combination of components makes rendering 2x slower each time. Reproduction: https://github.com/bashmish/bug-slow-open-wc-hmr...