sreenivas alapati

Results 18 issues of sreenivas alapati

Added explanation for `mut` keyword in the slide 8, `storing values`. `mut` is used in the slide 11 example, but not explained before. Its one of the key concepts in...

There is a mismatch between function arguments and the data provided... ``` Compiling playground v0.0.1 (/playground) error[E0308]: mismatched types --> src/main.rs:2:13 | 2 | if b == 0 { |...

https://learngitbranching.js.org is one of the best resources I found on git. It really made me fearless in terms of git branching. I just want to thank @pcottle and all the...

I modified few attributes on an object and saved it. gameScore.score = 2061 gameScore.save() When querying from beforesave cloud code, request.object.dirtyKeys() returns all keys dirty... instead of just the modified...

Chapter 2 Table of contents feels a little out of order. Current layout: ``` Variables Changing Variables Basic Types Basic Type Conversion Constants Arrays ... ``` Feels like `Constants` right...

`char` is missing from [Basic Type](https://tourofrust.com/05_en.html). Is this intentional ? If not, will be happy to do a PR adding a line about it. Thanks for the project. One of...

Added the repo from [here](https://copr.fedorainfracloud.org/coprs/buglloc/Brick/repo/epel-7/buglloc-Brick-epel-7.repo) and installed brick. Got this error while launching `/usr/bin/brick: symbol lookup error: /usr/bin/brick: undefined symbol: g_type_check_instance_is_fundamentally_a` Am on centos7 with kde 4.10.5 Any help!

Hey @steveklabnik Am proposing some major changes. Let me know your thoughts! * Right now the first title slide is also considered in the `10` slide count. So, actually its...

changed `point.print()` to `origin.pring()` at https://github.com/steveklabnik/rust-in-ten-slides/blob/178ca7fccec2907300b1bfb0ba121daba4077d0c/basic-syntax.html#L259 Fixes #11

* Added logo * Formatted the header and description with a `` in `template.html`