Aaron Lampros

Results 11 issues of Aaron Lampros

New action in the **System Preferences** category to toggle the checkbox for _"Use all F1, F2, etc. keys as standard function keys"_. ![screen_shot_2014-09-30_at_2_17_53_pm](https://cloud.githubusercontent.com/assets/297461/4463808/5c53fdc8-48ce-11e4-86ec-d2625c8506d9.png) I've accomplished this previously via applescript ([gist](https://gist.github.com/alampros/2b81af6cfc564f6accd3)),...

I've found myself frequently using the "Repository > Open in iTerm2" menu item only to open the repo in Tower or SourceTree to do more complex git operations (specific staging,...

enhancement

While trying to [download the binary content of a release](https://developer.github.com/v3/repos/releases/#get-a-single-release-asset) for a private repo, the server returns a `400` error: ```xml InvalidArgument Only one auth mechanism allowed; only the X-Amz-Algorithm...

Status: Blocked
Type: Bug

I can't find any other references to these modules and there isn't an npm module called `react-basic-layout`. Am I missing a build step or something? ### Full error: ```sh ♆...

bug
help wanted

Show up as empty space.

When using [joi.any.example()](https://github.com/hapijs/joi/blob/v14.0.6/API.md#anyexamplevalues), the generated schema contains a map with a `value` prop. This PR flattens the example properties to only the value of the `value` property. Given this joi...

The OpenAPI spec (v2 and v3) allow for `x-` [prefixed vendor extensions](https://swagger.io/specification/v2/#vendorExtensions) throughout. These should be accounted for in the schema. For example, ReDoc utilizes them heavily: https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md

As @iMoses points out in twitter/typeahead.js#1211, the `.js` suffice causes requirejs to consider the module name as an absolute path.

This is such a great package - any chance it can be updated to v19 or modified to augment an arbitrary version of hapi as a peer dep? Possibly related...