Arie Milner

Results 9 issues of Arie Milner

If you go to a specifc line `go-to-line:toggle` , going back does not take you to where you before. I suspect that typing the line number into the go-to-line-command-pallette is...

At the moment, if you have *no* imports, you cannot comment the top most function of your file. That comment will be pulled to the top of the file. Example:...

Newest octokit is on 16.x, this repo is still on 15.x Should be a quick bump in the package.json

As far as I can tell express session isn't even being used. I think you should delete the following lines: [Using the session in app.js](https://github.com/gothinkster/node-express-realworld-example-app/blob/master/app.js#L27) [Package.json](https://github.com/gothinkster/node-express-realworld-example-app/blob/master/package.json#L26)

Awesome SPA, thanks! This may be a minor issue, if a user is logged in, even though the button for the login page goes away they can still manually hit...

Very easy fix to make the code more elm-like (aka the compiler more helpful). You currently [do](https://github.com/rtfeldman/elm-spa-example/blob/master/src/Main.elm#L275) ```elm ( _, _ ) -> -- Disregard messages that arrived for the...

A very minor bug, but if you are on an unknown route and so on the "Page Not Found" view, and then you log out, it doesn't change the navbar...

New lines at the end of code blocks are being removed. If you check github code blocks for instance, they are not removed, just like the code in this very...