-
Hi @Pagebakers I read meteor-wizard code many times and I think is a wonderful writed code and must be reuse for more use cases than AutoForm wizard´s.
Right know I need a tabbed interface and pick t…
-
**Problem**
I have created a simple Meteor project and added a form. The problem is that validation errors are not showing after submitting.
We are using:
1. `aldeed:autoform`,
2. `aldeed:col…
-
Hi @AidasK ,
Here's my demo using ng-flow with Meteor https://github.com/MilosStanic/ng-flow-meteor as per the PR earlier today.
A bit strange implementation.
The files are uploaded to a GridFS v…
-
Blocker: Unable to run a Meteor app because import of a library returns an empty object, as described in all these threads:
- https://github.com/meteor/meteor/issues/10065
- https://forums.meteor.…
-
Hello!
I'm a beginner developer. I need to build the application(exe x64). Tell me what I'm doing wrong:
```
meteor create build2
cd build2
npm install --save-dev meteor-desktop
npm run desk…
-
Hi,
I am trying to delete a file object from S3. I had uploaded the same using this module. But when i try to
delete I get an error.
Code :
`var path = "/abc/def.jpg" ;
S3.delete(path,function(…
-
Hello,
Thank you so much for this package! I am wondering if it is possibly to satisfy `audit-argument-checks` when using global exposure.
```javascript
// server
Meteor.users.expose({
fire…
-
I have an `Images` collection with an S3 store. I would like to have a sync insert on the server. I need this because it is inside an API endpoint which has to give the response only when the insert i…
-
I've been playing around with Autobahn as a regular npm inside of Meteor using meteorhacks:npm package manager. I want to use Autobahn as a an ipc mechanism between meteor server and some python code …
-
What I ultimately want is to be able to do the following:
```
require('shelljs/global');
var webpack2meteor = require('webpack2meteor');
var dirs = require('./dirs');
var serverConfig = require('./we…