Pietro Rea

Results 10 issues of Pietro Rea

Hello :wave: — are there any known security implications for generating the salt separately from the hashing call? Specifically... Doing them separate: ``` var salt = bcrypt.genSaltSync(10); var hash =...

Confirm by changing [ ] to [x] below to ensure that it's a bug: - [x] I've gone though the [User Guide](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html) and the [API reference](https://docs.aws.amazon.com/cli/latest/reference/) - [x] I've searched...

documentation
feature-request
service-api
sesv2

Hello, I tried to control the size of the QR code component like this: ``` qr-code { width: 10rem; height: 10rem; } ``` but this doesn't resize the actual QR...

I'm working in a situation where there are multiple frontend single page apps (e.g. auth, admin, app) and I'm having to link from one to another pretty often but it's...

enhancement

Currently getting a `no-incompatible-type-binding` error when I try to assign the value `any` to an input tag's `step` attribute. The string `any` should be a valid input. The type of...

### Preliminary Checks - [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues - [X] This issue is not a question, feature...

type: bug
status: triage needed

Tested using the Lightning wired headphones that come with newer iPhones. FYI, @TheLoombot sent a PR fixing this to my fork: https://github.com/pietrorea/SwiftAudioPlayer/pull/2

I've configured both `skipForwardSeconds` and `skipBackwardSeconds` like this: ``` player.skipForwardSeconds = 30 player.skipBackwardSeconds = 15 ``` but I've noticed that `handleSkipBackward` goes back 30 seconds, not 15.

`handleSkipBackward` was going back the number of seconds configured for skipping forwards, instead of for skipping backwards

When I click on "See it in action", none of the components load for me: