Sam Garson

Results 11 issues of Sam Garson

### Summary I _love_ Expo, thank you so much for all the hard work you put into making this tool so powerful and easy to use. One issue does seem...

needs review

Hey there. I'm trying to convert using the following command: ``` gifify tide\ 1_.mov -o tide_backend.gif --resize '900:-1' ``` however I get the following error without anything else: ``` convert...

# Bug report ## Describe the bug Postgrest allows [filtering by attributes on embedded resources](https://postgrest.org/en/v7.0.0/api.html#embedded-filters), but the typings on the filter functions only support attributes on the selected table. ##...

enhancement

Hey, thanks for the great theme. I've just installed and I'm getting an odd highlight around entire code blocks/bracket pairs as I move the cursor, which I've not seen in...

⚠️ Work in progress... ⚠️ This PR aims to: - Remove dependency on WebpackRails gem to leave the webpack integration up to the end user (to enable usage of Webpacker...

Not all methods pass all the params to the query string. For example, in `users.follows`: ``` javascript InstagramUsers.prototype.follows = function(params) { var credentials; credentials = this.parent._credentials({}, 'access_token'); params['path'] = "/"...

I'm experimenting with adding this package to an already existing large monorepo, and I don't want to keep the email templates at the top level but it doesn't seem like...

type: new feature
package: react-email

Unfortunately I freshly installed the library, following the "manual setup" tutorial exactly, and got the following error: ``` ❯ yarn email dev yarn run v1.22.17 $ /Users/sam/Developer/progression/progression-app/node_modules/.bin/email dev ✔ React...

type: bug

**Describe the bug** As far as I can tell, middleware is only actually _executed_ during function runs, however we have to register them (globally, at least) in the client. This...

⬆️ improvement

Octal literals aren't valid syntax in strict mode, and as strict mode is enforced on most modern bundlers, this should be changed to hexidecimal. E.g.: ![image](https://user-images.githubusercontent.com/6242344/34517862-b3ab3a40-f074-11e7-804a-145fcafbc111.png) Tests pass and the...