Joshua Thornton

Results 10 issues of Joshua Thornton

In `setMasterVolume` it accepts either 0-1 or 1-100, it should either one or the other. This is because someone might want to have the volume set to 1 which it...

bug

Symbols offer nice features such as ensuring that enums values are actually distinct across different enums. It would be nice to be able to supply symbols as modifiers so that...

It would be an great feature to be able to specify in the build task list when to lock / unlock resources. Say for example I have a build that...

documentation
freestyle vs pipeline
Triage

The tooltip doesn't expose any props to change its styles nor a class. I could make a PR to change this, what key would you want to use for styling...

enhancement

I've managed to get this working to provide Lambda powered nextjs apps. Next has deprecated their serverless target so I needed another way to do it. I'm happy to spin...

Let's say I have a saga whereby every time the url changes I want some part of my UI to update, for example a modal to close. But if the...

This will allow developers to listen for them in sagas and produce side effects.

This pull request moves the functionality of the oauth logic into a hook. That way this package can be utilised headlessly allowing developers to manage the UI aspect. I've put...

enhancement
question

@bhubr what are your thoughts on automating releases for this package using https://www.npmjs.com/package/semantic-release I'm happy to get it implemented. Might also be a good tie to move over to github...