Jamie Perkins

Results 13 issues of Jamie Perkins

I love this project! I think it's really well executed. I see you've supplemented the color sass maps material ships for its default colors by using `lighten()` and `darken()` to...

I noticed that you cannot change `min` and `max` inputs if you are also using the `config` input. In other words, if min/max values change at runtime, they instantly revert...

**Describe the bug** In the current configuration, the pre-commit hook doesn't work if version 5 or above of husky is installed **To Reproduce** Steps to reproduce the behavior: 1. ng...

E molto, molto logs. Come si fa a disattivare? Per favore. Scusa cattivo L'italiano.

If you are using the `cookie-session` package instead of `express-session`, the app works fine until you try to logout. The logout method calls `req.session.destroy()` which doesn't exist in the other...

**Describe the bug** The typing for `setScreenName()` is incorrect. It shows the `nameOverride` property as optional, but it is not: ```ts setScreenName(options: { screenName: string; nameOverride?: string; }): Promise; ```...

Hi, I started with this image, it's someone's podcast art: http://static.libsyn.com/p/assets/e/3/f/f/e3ffacb40e9f9ebc/Logo_with_text.jpg It's a simple graphic that is blue, red, yellow and white. For some reason however, it's giving me back...

When I create a Bucket like so, and try to use `Storage.put()` method to create a publicly accessible file, I keep getting "Access denied". Amplify docs explain how to set...

**Describe the bug** When using the generate types feature for your Database (which is mostly great), if your column type is `json` or `jsonb`, the generated type it gives you...

Hi, I'm just curious why you chose to use accelerometer data and CLLocation heading, instead of [CMDeviceMotion](http://nshipster.com/cmdevicemotion/), which composites accelerometer, gyro, magnetometer? Currently, the annotations movement have a latency, so...

enhancement