-
I just wanted to ping any interested parties that I'm developing a cluster-aware client wrapper, [haredis](https://github.com/carlos8f/haredis). Would love to get feedback if anyone has the time. I'm …
-
Hello,
I found a bug and wrote a example to reproduce it -> https://gist.github.com/950992
I get following error:
/opt/node/lib/node/.npm/mysql/0.9.1/package/lib/mysql/query.js:70
fiel…
Pita updated
12 years ago
-
Deploy xapi instance at xapi.osm.spline.de
booo updated
13 years ago
-
Laughing as I type this, sorry if you're offended by the title. On the serious side `gte` and `lte` functions would be really helpful. It seems like you have the machinery for it in the internal `comp…
-
https://github.com/Pita/etherpad-lite/blob/master/node/server.js#L74
This is a bad idea because you're not sending any data to the request until the entire file is read. You could use the `fs.createR…
-
Will help people get familiar with how your application operates and make your start / stop consistent with npm. Checkout:
https://github.com/isaacs/npm/blob/master/doc/json.md
http://blog.nodejitsu.…
-
Tropo-WebAPI library runs on localhost but not on Nodester
Nodester npm install express tropo-webapi
-
Howdy,
A few days ago, we added FF6 and Chrome 14 websocket support to Socket.IO. But http-proxy doesn't seem to be able to proxy these upgrade events.
If I run a plain Socket.IO 0.8.2 chat example …
-
This project needs some love. I'd be willing to help out after school ends. I'll do some googling and probably find an easier way to do couch development that does not involve me alt-tabbing and pushi…
-
For example:
```
var User = new Schema( {
time_zone_utc_offset: { type: Number, default: 300 * 60000 }
});
```
....
....
```
u.time_zone_utc_offset
```
returns
```
{ _atomics: []
, v: 18000000…