Serhii Kulykov

Results 146 issues of Serhii Kulykov

In some libraries like Polymer (and maybe other Web Components solutions as well) JS mostly lives in inline `script` tags. We are able to use [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html) for such cases. Are...

This is an "epic" for tabs. - [ ] base class - [ ] bootstrap. See https://getbootstrap.com/docs/4.3/components/navs/#tabs - [ ] bulma. See https://bulma.io/documentation/components/tabs/ - [ ] material. See https://material-ui.com/components/tabs/ -...

This is an "epic" for tooltip. - [ ] base class - [ ] bootstrap. See https://getbootstrap.com/docs/4.3/components/tooltips/ - [ ] bulma. See https://wikiki.github.io/components/steps/ - [ ] material. See https://wikiki.github.io/elements/tooltip/ -...

This is an "epic" for stepper. - [ ] base class - [ ] bootstrap. See https://github.com/Johann-S/bs-stepper - [ ] bulma. See https://wikiki.github.io/components/steps/ - [ ] material. See https://material-ui.com/components/steppers/ -...

This is an "epic" for textarea. - [ ] base class - [ ] bootstrap - [ ] bulma - [ ] material - [ ] white-label

This is an "epic" for text-field. - [ ] base class - [ ] bootstrap - [ ] bulma - [ ] material - [ ] white-label

This is an "epic" for radio-button. - [ ] base class - [ ] bootstrap - [ ] bulma - [ ] material - [ ] white-label Note: `radio-group` is...

I'm getting the following error when attempting to extend built-in classes. ``` Cannot use 'in' operator to search for 'start' in undefined ``` The following examples produce the error: ```js...

bug

Now when Node has support for modules, some packages started to care about ESM version. It turns out the `"module"` field isn't always the best solution, because of webpack. See...

Looks like this line needs to be added, to ignore Snowpack output.