adamnemecek

Results 27 comments of adamnemecek

This actually answer another question I had haha. Thanks.

That’s like str substring which already exists.

I feel like what's missing is some sort of larger scale demo application where angular's strengths and best practices could be shown. I'm thinking of some sort of twitter clone...

It removes 70 lines of code, that's functionality of sorts. Also every single C++ compiler that people use recognizes this pragma.

I was thinking hosting on github. It does not seem like the book changes all that much these days. It can be a separate repo too. Check out how Bartosz...

Also I'm not sure if this will be large as only the pdf diff is committed right?

Git does binary diffs for pdfs. Look into it.

You should consider adding an option that limits the number of lines printed, maybe `--limit n`.

Did you ever figure out a workaround? It seems like if you implement all the methods and forward it to the super class it works which is really annyoing.