Maurizio Casimirri

Results 10 comments of Maurizio Casimirri

Actually was too easy to submit a PR: #34

This also happens to me. Console will complain on: ``` strider_1 | strider stderr | /opt/strider/src/node_modules/strider-git/lib/index.js:128 strider_1 | if (config.auth.type === 'ssh') { strider_1 | ^ strider_1 | strider stderr...

I'm sorry i forgot to link the README: https://github.com/mcasimir/gitmodel-rails. **gitmodel-rails** is a rails gem that integrates [Gitmodel](https://github.com/pauldowman/gitmodel) with Ruby on Rails ~> 3.2 Basically it is a [railtie](http://api.rubyonrails.org/classes/Rails/Railtie.html) that initializes...

Hey @AishwaryaChat, sure feel free to submit a PR! please sign our https://www.mongodb.com/legal/contributor-agreement first! Thanks!!

You're right `$document` should be `document` in fact. I do this to 'getElemComputedStyle': ``` js // Cross browser `window.getComputedStyle`, taken from jquery .css() source var getElemComputedStyle = function(elem) { if...

Also note that this code could/should be extended to support pseudo-elements too. Anyway in my opinion it's very strange to me that those interaction properties are made available through style...

Well, definitely It's not such a massive amount of logs. Probably just a nice to have. My usual approach is to set the level for `/health` logs to debug or...

This would be great if combined with an 'import' feature ``` require(CommaSeparatedList.pegjs) require(StringLiteral.pegjs) require(IntegerLiteral.pegjs) ... Function = name:FuncName "(" args:CommaSeparatedList(Literal) ")" Hash = "{" props:CommaSeparatedList(Prop) "}" Prop = Key ":"...

I'm going to close this PR for the time being as it has been inactive for a while by now. We can always re-open it if we want to get...

An update on this one, we managed to isolate the issue and we will work on a fix soon.