Results 105 issues of Andy Ray

I've discovered that when adding a shape to a body, and calling `body.fromPolygon()`, the center of mass of the object gets updated. The [docs don't really mention this](http://schteppe.github.io/p2.js/docs/classes/Body.html#yui_3_9_1_2_1465104562537_4705): > Will...

I'm trying to create a module where I can dynamically set the headers, so that I can toggle between admin/root level query authorization, and user bearer token based authorization. In...

# How to reproduce ``` vim -u NONE ``` `:map :` Now press command-e. Nothing happens, except the "Edit" Mac menu flashes as it's activated. There's now no way to...

Input

I have this in my `~/.inputrc`: set editing-mode vi This gives me Vim mode in bash, MySQL, IRB, and most command line utilities. However it does not seem to have...

If you change a template, you have to kill and restart the `npm start` script in order to see the changes.

In [The OpenGL® Shading Language, Version 4.60.7](https://www.khronos.org/registry/OpenGL/specs/gl/GLSLangSpec.4.60.pdf), on page 67, there is this line: I believe type typo is on the last line. `int vec4 v;` should be `in vec4...

OpenGL
OpenGL ES
Resolving Inside Khronos

I'm not sure if this is a bug in this library or not. I asked the entire question on [StackOverflow](http://stackoverflow.com/questions/41731594/redux-asyncconnect-does-not-block-render-when-using-react-router-redux-replace) which has a lot of setup to it.

Seems like a pretty big oversight? No documentation found here https://github.com/Rezonans/redux-async-connect/blob/master/docs/API.MD nor here https://www.npmjs.com/package/redux-async-connect

My use case: I need some actions to dispatch only on the client side. **This includes on first page load.** Right now I have something like: ``` js @asyncConnect([{ promise:...

Most of the text is gray text on a gray background which fails [accessibility guidelines](https://webaim.org/resources/contrastchecker/). The most important place to address this is in places with large blocks of text:...