Chet Corcos
Chet Corcos
I'd love to see a post about modal views. Its like a sibling-sibling relationship but a little more complicated since modals are typically a sibling of the root of your...
It would be AWESOME if this would work with multiple cursors. That would speed up refactors 100x !
My current login process involves Google OAuth redirecting to a server route that redirects with a cookie. So the client JavaScript never touches the token and everything is very secure....
are you having memory leak issues with waterfall2?
Polymer
Hey, I'm not too familiar with web components so I'm just curious how you see this being used in a larger context -- not just a simple counter. Maybe in...
gh_pages
It would be really cool to have a little section about hosting your sphinx generated site hosted through gh_pages!
I see in [this example](https://github.com/stylelint/stylelint-config-standard#example) an `@import url(file.css)` and I'm not whats going on there. Then I looked here and I see rebase as an option. Not sure what any...
Looks like there's no authentication on the `createPost` mutation, right? I'm assuming thats in the pipeline? https://github.com/serverless/serverless-graphql-blog/blob/master/blog/lib/schema.js#L105 P.S. very cool stuff here!
Edit by @lydell: Prettier currently keeps multiline object literals multiline even if they fit in a single line, and does special things to blank lines: removes some, collapses consecutive blank...
Experimenting with building typescript types from JSDoc comments. https://github.com/socketsupply/socket/issues/14 There are a variety of little problems left to solve though... - `TypedArray` isn't a global type currently so that needs...