boustanihani
boustanihani
This is a feature request. How about adding support for attaching a predefined number of meteor **instance-clones** to a **Load Balancer** like one of these: - PM2 Load Balancer https://github.com/Unitech/PM2...
http://www.bootply.com/ seems to support latest bootstrap version however the latest commit was on **May 16, 2013**, so I was just wondering if this repo is still alive ?
The bootboxjs library uses jQuery for manipulating the DOM: https://github.com/TimHeckel/meteor-bootboxjs/blob/v4.3.0/lib/bootbox.js#L700 **But shouldn't meteor users avoid manipulating the DOM by jQuery directly and rather use Blaze methods & templates?** That's why...
The current implementation of **autoIncrementable** does not scale because it relies on an incremented variable per meteor instance. If an application is using multiple meteor instances, the current implementation will...
Could you please offer some panel plugins for monitoring system resources like: - **CPU activity (Total/Per Core)** - **RAM/SWAP usage** - **Network activity (Download/Upload)** - **Disk activity (Read/Write)** In my...
Anyone knows if there ary any integrations for Vue and the Parse-mBaaS ? Check: http://parseplatform.org/
Is this project dead? The last commit was on Nov 3, 2016.
Is this plugin still alive ?
**Feature request: Let the "Hompage" of all packages also be searchable.** For example, if I search https://search.nixos.org/packages for the package `"lmms"`, all is fine. But if I type `"https://lmms.io/"` or...
Please allow **passing custom headers** when doing **OAuth.get**, **OAuth.post**, **OAuth.put** & **OAuth.delete** Some servers need (for example) `{"Accept":"application/json"}` in order to respond properly... Check: - https://github.com/ciaranj/node-oauth/blob/0.9.12/lib/oauth.js#L486 (OAuth.prototype.get) - https://github.com/ciaranj/node-oauth/blob/0.9.12/lib/oauth.js#L505 (OAuth.prototype.put)...