Tommy Giardina

Results 7 issues of Tommy Giardina

In macs, C-u binds to the univeral-argument command, which allows you to run commands multiple times. For example, if you wanted to move your cursor forward 10 spaces, you could...

### Steps to reproduce #### In terminal 1 ``` git pull [email protected]:hypothesis/h.git cd h make services tox -qe dev -- sh bin/hypothesis --dev user add # You will be prompted...

### Steps to reproduce 1. `git clone 'https://github.com/hypothesis/client.git'` 2. `cd client` 3. `make dev` 4. `yarn link` 4. `cd ../browser-extension` 5. `yarn install` 5. `yarn link hypothesis` 6. `make` ###...

This is a feature request for [inversify-express-utils](https://github.com/inversify/inversify-express-utils#basehttpcontroller). Controllers that extend `BaseHttpController` have access to a `this.conflict` method, but this method does not take any arguments. Using `this.json` is an easy...

This is a feature request for [inversify-express-utils](https://github.com/inversify/inversify-express-utils#basehttpcontroller). I would like `this.created` and related methods to return an object that takes a generic. ## Expected Behavior I expect `this.created` to return...

### Description `onMessage.addListener` should take a callback with an optional `sender` param. Among other things, this includes vital info on which tab the message was sent from. Currently, `web-ext-types` does...

Confused how to get started. Happy to create a PR with some additional docs if someone can point me in the right direction. ## Problem This is my result when...