Richard Smith
Richard Smith
Hi @andreftavares https://github.com/andreftavares, I finally got to trying your workround, and yes, it does seem to work, thanks. On 14 November 2015 at 14:11, Petr Kalinin [email protected] wrote: > @andreftavares...
I have just upgraded my project to 1.3.4.1 and to nemo64:[email protected]_3 at the same time. All bootstrap pulldowns stopped working. I found this reported issue, downgraded to @3.3.5_2, and it...
Hi, Perhaps you could change the package.js file to make the bootstrap package a [weak dependency](https://docs.meteor.com/#/full/pack_use)? That way, your project already has the mizzao:bootstrap-3 package, it will use that. If...
Pass the data context in the `doc` property. Waiting for @pahans to merge my pull request for README.md that explains this: https://github.com/pahans/reactive-modal/pull/20
I attempted to publish 0.3.0 onto windows, got this error from the Meteor windows build machine: ``` richardsmith[rsbatech:robotframework]$ meteor admin get-machine os.windows.x86_32 "install" npm ERR! node v0.10.36 npm ERR! npm...
Looks like it's an issue with the Windows build of the stream XML parser library dependencies I used to parse the large RF output.xml file https://www.npmjs.com/package/node-expat http://node-xmpp.org/doc/expat.html https://github.com/TooTallNate/node-gyp#installation
Hi @redji , thanks for your interest in meteor-robotframework. Reading some stack exchange posts [like this one](http://stackoverflow.com/a/20946804) seems to indicate there is a general issue building native node modules on...
I have not used that service myself. If you follow the advice for running any meteor velocity CI tests (using meteor --test) , as described in velocity.readme.io , you should...
I have never used Travis myself, so I don't know. I am planning on experimenting with CodeShip.com sometime in the next week or so. As far as I know there...