Jim
Jim
Hi, I was pushing and my code was not being updated so out of frustration I deleted the entire gh-pages branch. Now the gh-pages command doesn't work at all... ```...
Hey, awesome library! I always forget the exact url that the project gets deployed to when running `gh-pages`, and I think it would be really great if on success instead...
Hello! I have to say this is one simple and easy to use npm package. Thanks! 👍 Once I publish to gh-pages my console looks like this:  I was trying to write an integration test and verify that the correct std output was printed to the console. Now I would...
Thanks
This helped me, but why is _product.service.ts_ in a folder called _providers?_ It's just a service, not a provider, isn't it?
Hello! I am trying to run code similar to the [example file](https://github.com/superfeedr/superfeedr-node/blob/master/examples/basic.js) with node v12.16.1. Here is my code: ``` var Superfeedr = require('superfeedr'); client = new Superfeedr("Eonjim", "[my_actual_password]"); client.on('connected',...
Hello! I am trying to run the example file with node v10.19.0. Here is my code: ``` var Superfeedr = require('superfeedr'); client = new Superfeedr("Eonjim", "[my_actual_password]"); client.on('connected', function () {...
Hi, I'm VERY confused about the proper way to use protractor with cucumber. I thought that the whole point of using cucumber with protractor was that you can use the...