Jan Küster

Results 357 comments of Jan Küster

The issue is not related to MUP - it's part of `bcrypt` and [fixes are on the way](https://github.com/npm/gauge/pull/136) please keep this open until fixes are implemented to other MUP users...

It can be fixed when installing `[email protected]`: ```bash $ meteor npm uninstall bcrypt $ rm package-lock.json $ rm -rf node_modules $ meteor npm install --save [email protected] ``` then deploy but...

also doesn't work with ssh keys in the keyring: ```bash servers: { one: { host: 'xxx.xxx.xxx.xxx', // ip to machine username: 'someuser' } }, ``` manual ssh via `ssh [email protected]`...

Seems to come from an [issue with ssh2](https://github.com/mscdex/ssh2/issues/989). There is a quick fix (at least for my use-case with public keys) but you need to do it manually on the...

Hi @gladenko could you please add the HTML code defining your `autoForm` or `quickForm`?

> no error but i don't show nothing! @gladenko did you follow the new [installation and migration guide](https://github.com/Meteor-Community-Packages/meteor-autoform#installation)? With AutoForm 7 you have to separately install the theme (to reduce...

@gladenko has this been resolved?

@gladenko friendly ping. If there is no reaction from your side I will assume it's been resolved and soon close the issue. You can, however reopen any time in case...

Hi @pkumar-uk sorry for the delay I missed this issue. Could you please to ensure proper reproduction add the two autoForm/quickForm defnitions for your insert and update use cases? Thank...

I tried to reproduce with a fresh new repo but for me the update form actually updated the document. Can you take the time and create a minimal GitHub repo,...