Mark Waschkowski

Results 11 comments of Mark Waschkowski

Hi, Here is my config: kAdminConfig = { name: 'Admin Panel', roles: ["admin"], collections: { LoanScenario: { tableColumns: [{ label: 'Loan Cap', name: 'locCap' }, ] }, loan_scenario:{ tableColumns: [{...

Just using standard bootstrap. Here is my Collection definition: Finances = new Mongo.Collection('finances'); if (Meteor.isServer) { Finances.allow({ insert: function(userId, doc) { return true; }, ``` update: function(userId, doc, fieldNames, modifier)...

Sorry, forgot to mention, no error messages in console. Do you have a simple config file that I can create a collection in mongo to match it and see if...

Thanks for the config. I added in the content collection and tried the new config but didn't work, button doesn't do anything and no error messages. This was the first...

I would pay for this feature if someone is able to do it...

I'm looking into hummus PDF, but will let you know if that doesn't work out. Thank you Mark

I've just starting working on an application related to steel working and its done using fractions everywhere, and I have to store the fractions in the database and then retrieve...

Modesty, are you still watching this project? I would like to know if you have any plans for this as well?

Hi Shobhit, Modesty doesn't seem to be here right now, I posted this issue about a month ago: https://github.com/modesty/pdf2json/issues/45 but no response. Would you have any idea why the field...

Ah, I see. I don't use angular, so don't have the bind method available. I would just make a different method name that took the two parameters. subscribeBind(x, y) maybe?...