This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hey, I would like to submit Automatio.co to . | |
Here is submission to Betalist where it was featured in Trending for 3 days https://www.producthunt.com/posts/automatio. You can get some info and images from there. | |
Also, can you tell me more about your audience. I noticed you don't have website, just a twitter and Instagram. | |
Do you have email list, if yes how many subscribers ? | |
I am asking cause I am looking for someone to collaborate/partner on app in that niche, like producthunt, betalist, or oneappdaily. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
All Meteor developers should be aware of a recently discovered security vulnerability. Please read this disclosure for full details. | |
The vulnerability has already been fixed in Meteor and developers should see the Resolution section below for a meteor update command which patches existing applications. | |
In short, we recommend all developers update and deploy, however applications using the attachSchema method from aldeed:collection2 (or a similar method from another package) on the same collection where allow or deny rules are in place should pay particular attention. | |
Description | |
An exploitable security vulnerability has been discovered in Meteor through a downstream project’s bug bounty program which affects a commonly used application configuration, and could be used to access users’ private data or circumvent other protections an application may have in place. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=> Started proxy. | |
=> Meteor 1.5.2 is available. Update this project with 'meteor update'. | |
=> Started MongoDB. | |
vulcan:rss: updating npm dependencies -- rss... | |
Changes to your project's package version selections: | |
ether-app-theme added, version 0.0.0 | |
example-instagram removed from your project | |
vulcan:api added, version 1.7.0 |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"id":"4d5ea62fd76aa1136000000c","name":"Trello Development Roadmap","desc":"","descData":{"emoji":{}},"closed":false,"idOrganization":"538627f73cbb44d1bfbb58f0","invited":false,"pinned":false,"starred":false,"url":"https://trello.com/b/nC8QJJoZ/trello-development-roadmap","prefs":{"permissionLevel":"public","voting":"members","comments":"org","invitations":"members","selfJoin":true,"cardCovers":true,"calendarFeedEnabled":false,"background":"546283b9b863ce808881e9f4","backgroundImage":"https://trello-backgrounds.s3.amazonaws.com/5191197f9433cf5507006338/1281x721/d1a63046f202dd9a92ff28cd027a3d23/TacoDevBoardBackgroundUpdateBlue.jpg","backgroundImageScaled":[{"width":140,"height":100,"url":"https://trello-backgrounds.s3.amazonaws.com/5191197f9433cf5507006338/140x100/bdac98b3d43b913e4673a852395b4416/TacoDevBoardBackgroundUpdateBlue.jpg"},{"width":256,"height":192,"url":"https://trello-backgrounds.s3.amazonaws.com/5191197f9433cf5507006338/256x192/457c5c8f1bebfe6ee1bd897213a1d584/TacoDevBoardBackgroundUpdateBlue.j |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"selectors": { | |
"Post Title": { | |
"css": ".posts-item-title-link", | |
"leaf": "text", | |
"attr": "" | |
}, | |
"Domain url": { | |
"css": ".post-url-domain", | |
"leaf": "text" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
$ meteor.bat npm install --save | |
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue | |
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue | |
npm WARN deprecated [email protected]: Jade has been renamed to pug, please install the latest version of pug instead of jade | |
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. | |
npm WARN deprecated [email protected]: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130 | |
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. | |
> [email protected] install C:\Users\shtefcs\moonly2\node_modules\fibers |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*============================================================================ | |
Venture by Shopify | |
Some things to know about this file: | |
- Sass is compiled on Shopify's server so you don't need to convert it to CSS yourself | |
- The output CSS is compressed and comments are removed | |
- You cannot use native CSS/Sass @imports in this file without a build script | |
- The font icons are prepared using https://icomoon.io/app | |
==============================================================================*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Session.set('Ad Type', 'Banner'); | |
Template.myZones.helpers({ | |
webSites: function(){ | |
return Websites.find({userId: Meteor.userId()}); | |
}, | |
isBanner: function(){ | |
if(Session.get('Ad Type') == "Banner") |