Ricardo Aragão
Ricardo Aragão
I have an error in my client: _Exception in template helper: TypeError: Template.instance(...).gqlQuery is not a function_ Below my code: ``` import './directors.html'; import gql from 'graphql-tag'; const MY_QUERY =...
Hi, Can you update papaparse package to lastest release ? Thanks.
Add support to aldeed:autoform 6+. Today the package support just 4 and 5 version, very old.
I'm using meteor-collection-softremovable in my app and it works fine. But now I want to show removed documents to my users in a list. I'm using Tabular, but it doesn't...
Hi, I published my Collection this: `Meteor.publish("userBooks", function () { return Links.find( {field: "value"); }); ` But Tabular Table is ignoring this filter from publish. Is it correct? Thanks.
Tabular has an amazing feature that is take care of the publications to just publish the fields are defined in columns and extraFields. But there was an issue when you...