Maciej Gibas

Results 8 issues of Maciej Gibas

I don't want to store my credentials in file so I tried to run it without `.ftppass` (like I used to in ftp-deploy) but im getting this exception (instead user/pass...

I would like to fail a test when there is no reference image. My use case looks like that: - run tests on local machine (generates reference images) - inspect...

Can you clarify/document on logo license ? Is it MIT as rest of the code ?

gruntjs "org"

Why controller is specified in view: ``` html ``` instead of in route: ``` js .when('/login', { templateUrl: 'partail/login.html', controller: 'LoginCtrl' }) ``` ? Isn't it good practice to do...

Latest version 3.0.0-pre.10 gives me an error during webpack build: ``` ERROR in ./node_modules/@polymer/iron-overlay-behavior/iron-scroll-manager.js Module build failed: SyntaxError: "_lockedElementCache" is read-only 78 | _lockingElements.push(element); 79 | > 80 | _lockedElementCache...

### Vue version 3.3.4 ### Link to minimal reproduction https://stackblitz.com/edit/vitejs-vite-jpamc8 ### Steps to reproduce Two issues with props inside elements defined with `defineCustomElement`: - vue component respects default value configured...

:lady_beetle: bug
🔩 p2-edge-case
scope: custom elements

I need to set `isCustomElement` option before vite-vue plugin is created - how can I do that? Regular vite config looks like this: ``` // vite.config.js ... plugins: [ vue({...

Hi! First of all, thank you for this awesome tool! I believe I found an issue with `--build` and caching - whenever I build a package that has any dependencies...