Alexey Istomin

Results 10 issues of Alexey Istomin

Hi! There are some global variables that are not tree-shaked even we didn't use them. ```sh if (typeof window !== 'undefined') { var passiveTestOptions = { get passive() { return...

Hi. We are using your library in our design system. And `portal-vue` appears in bundle even when we are not importing dependent components. I checked your `esm` bundle with [`agadoo`](https://www.npmjs.com/package/agadoo)....

Hi! This piece of code doesn't work properly. ```js const mySort = (items, descending) => { const direction = descending ? 'descend' : 'ascend' return R.sort(R[direction](R.prop('id')))(items) } ``` Use case...

Hi! Is there a way to translate country names?😢 https://github.com/LouisMazel/vue-phone-number-input/blob/master/src/VuePhoneNumberInput/assets/js/phoneCodeCountries.js

question

Hi!✌ I am using Nuxt.js with Express.js. How to properly use `"@"` or `"~"` aliases inside `server` folder? It doesn't work for me. ` Error: Cannot find module '~/server...'`

Hi! Do you have any examples of functional components with props using TypeScript and JSX? I can't make it work. 😊

Привет! При открытии решения любой задачи появляется горизонтальный скролл на мобильных устройствах. Слишком большой сдвиг вправо у кнопки. Задано -17px, при -13px уже выглядит хорошо. Не критично, но всё же....

HI!✌ I have 2 components. The first looks like this: ```js import { RenderContext, VNode } from 'vue'; import './BaseTitle.sass'; export interface IBaseTitleProps { level: number; } export const BaseTitle...

Hi! Can you add an automatic directive import feature? Realization can be found [here](https://github.com/dimitor115/bootstrap-vue-loader/blob/master/lib/runtime/installDirectives.js).