-
The CSRF logic (https://github.com/panique/huge/pull/693) is currently only implemented at login and registration (or so), but could be extended to all form fields handling sensitive data.
A document…
-
Minimum example at http://artifacts.meteor.com/ - code at https://github.com/guaka/meteor-artifacts
Stuff becomes blue, so it looks like stuff gets selected.
This can become much worse when dealing …
guaka updated
9 years ago
-
Following the instructions in README doesn't work. Output below:
mpj:code mattiasjim$ meteor create --example wordplay
wordplay: created.
To run your new app:
cd wordplay
meteor
mpj:code matt…
-
Hey Jordan
I just tried out your buildback, but got an unrecognized error. I'm unsure if this is a Heroku problem or a problem with the buildpack, since I'm a newbie to both ;)
I've followed the ins…
-
Since my last update (
-
``` JavaScript
this.transitionable.set(
1,
{ method: 'snap', period: 300 },
function() { console.log(this.transitionable.get()) }.bind(this)
)
```
Output: `1.0083897947331086` instead of `1`
-
Lightbulb as a project name doesn't seem too appealing. Can we come up with a better name for our charting library?
-
I'm running a pretty basic Socket.IO application which just relays messages from a redis pub/sub queue to clients.
The application uses the current Socket.IO 0.9.10 on Node.js 0.8.10, and all transpor…
-
I just finished the first usable version of CxxProf:
- [CxxProf Home](https://github.com/monsdar/CxxProf)
I thought it is time to have the feature set of profiling solutions like RadGameTools' Teleme…
-
I know that this probably comes from a legacy dating all the way back to `Makefile`s and might be inspired by `Rakefile`, `Gemfile` and perhaps even a wordplay on procfiles.
Still, every time i see o…