Valentin Radulescu
Valentin Radulescu
@skidding Thanks for replying! I wasn't sure if you were willing to allow collaboration on this project and I'm glad that you're ok with it. Ok so, I'm not going...
Just wanted to give you some form of update, I've been silent for a while but I haven't abandoned the project, just been very busy. Did you get a change...
Yes, I'm using `style-loader` + `css-loader`. I figured that there might not be an easy solution for this. Would it be possible to check against a path or extension given...
Looking at the messages posted above and at [this](https://github.com/JetBrains/svg-mixer/blob/v1/packages/svg-baker/package.json), I see that `svg-baker` has a dependency on `postcss@^5.2.17` and on `postcss-prefix-selector@^1.6.0`. In the latest versions of `postcss-prefix-selector` I've limited the...
Hey @ssgstarter, I've recently started reading this book and got stuck there as well so I'd like to share what helped me: The first code example isn't very intuitive in...
@ssgstarter Many of your questions are addressed in the appendix here https://thebookofshaders.com/appendix/04/ , that's what I read before starting and it helped a lot. Even if you don't have any...
@arcanis Can you review this quick PR? I need to have the license file in the repo before I can use this lib in my project. Thanks!
@kevindb The way the plugin works is by looking for page elements with certain CSS classes and clicks them to play/pause/etc. Can you check that the classes defined [here](https://github.com/msfeldstein/chrome-media-keys/blob/master/src/controllers/PandoraController.js) match...
Yep, most likely, you'd need to check the aria attribute `aria-labelledby` to determine the play/pause state.