Noel Maersk

Results 72 comments of Noel Maersk

Yay! `0x1488e30b386903964b2797c97c9a3a678cf28eca`

@ethers: OT in relation to this issue, but that modifier currently [won't work as expected for functions that return](https://github.com/ethereum/solidity/issues/686), so careful. For an example see [this article by Dennis Peterson](http://www.blunderingcode.com/writing-secure-solidity/)...

For posterity's sake: the v0.4 changes in Solidity render the described attack impossible. Specifically, introduction of the built-in `payable` modifier. A minimal straightforward update of `TokenWithInvariants` to Solidity v0.4 would...

Sorry, too tired to continue line-by-line right now, but I see there's the same tendency (as in #65) to omit `constant` and `internal` specifiers; and using `var` in cycles (most...

Sorry for the barrage of copy-paste comments. Tired ATM.

I can swear I saw `var i` in those loops y-day. @bencxr, did you rewrite history, or was I delusional?

You probably updated Django to `1.10`. If so, try reverting to `1.9`.

Django 1.9 is a dependency of `taiga-back` AFAIK. I guess once that starts using 1.10, so should this plugin, ~~but not before~~ - or it can be done as mentioned...

Duplicate of #15.

@martijnbastiaan Hey, that's cool! I'll try to integrate that [in a fork](https://github.com/Technariumas/taiga-contrib-ldap-auth) for an organisation I'm working for on this... I also see you've used a few commits of mine,...