Victor Blagomir

Results 9 issues of Victor Blagomir

When trying to publish from server-only minimongo, following error is shown: ``` TypeError: Cannot read property 'selector' of undefined at HandlerController.add (packages/cottz:publish-relations/lib/server/handler_controller.js:22:34) at CursorMethods.cursor (packages/cottz:publish-relations/lib/server/cursor/cursor.js:20:34) ```

The following most simple code, of generating and downloading 2 files, works inconsistently on different browsers: ``` import streamSaver from 'streamsaver' import { WritableStream } from 'web-streams-polyfill/ponyfill' if (!streamSaver.WritableStream) streamSaver.WritableStream...

When trying to get the height of elements that are anything else than `display:block`, using stylesheet set within .vue component file, the height returned immediately and after $nextTick is not...

When I have electron installed greater than v4 (v5, v6) I have following error while trying to launch the app: ``` TypeError: electron.protocol.registerStandardSchemes is not a function at Object. (/Volumes/dev/test-meteor-desktop/.meteor/desktop-build/app/app.js:19:19)...

to be closed
next release

When writing in *.vue format (https://vuejs.org/v2/guide/single-file-components.html), to have a cleaner view, I unite end of previous tag with the `` tag in one line, for example: ``` ..some HTML ..some...

bug
help wanted

``` export default { computed: { test1 () { console.log('test1') } }, meteor: { $lazy: true, test2 () { console.log('test2') } } } ``` **In the above example:** 1. 'test1'...

The default starting vue app `meteor create --vue simple-todos-vue` with `meteor-vite`, as well as custom one, using customised `vuejs:vue` (https://github.com/vbgm/meteor-vue3-less) in Cordova iOS as well as in Electron `[email protected]` have...

Project:Mobile
idle

As a user, I would like width of resized tabs/columns to be saved, so that when I open or close any other tabs they do not automatically resize the other...

**Describe the bug** When trying to install as per Quck Start, getting an error: ``` at /Users/***/dev/test-meteor-complete/node_modules/@babel/preset-env/src/index.ts:390:13: api.caller is not a function at /Users/***/dev/test-meteor-complete/node_modules/@babel/preset-env/src/index.ts:390:13 at /Users/***/dev/test-meteor-complete/node_modules/@babel/helper-plugin-utils/src/index.ts:62:12 at packages/meteor-desktop-bundler/bundler.js:815:28 at Function.time...

bug
help wanted