Eric Nemchik

Results 212 comments of Eric Nemchik

I have also found that there is a pop-out mini player that uses HTML elements for controls so it should be much easier to support than the flash player embedded...

As a reference if anyone else reads this, https://github.com/msfeldstein/chrome-media-keys/pull/46 resolves the pop out player, so now all we need is the embedded flash player if possible.

I can agree that people who complain about free stuff are horrible. Maybe it would be a good idea to try directing more people here to github, especially for issue...

Removed Netflix https://github.com/msfeldstein/chrome-media-keys/pull/58 and Spotify https://github.com/msfeldstein/chrome-media-keys/pull/56

I completely agree about analytics, but is the base controller the right place to put it? Wouldn't that lack information about the controllers that are not basic?

I updated the list to remove the controllers dropped with #104 The only reason any of the remaining controllers are still not basic is either I didn't have access to...

@rosarch if you click here https://github.com/nzbget/FakeDetector/compare/nzbget:master...skaro13:feature/python3-support?expand=1 you can then just click the green button to `Create pull request`. Hopefully the maintainers here will accept it.

Also to anyone who has cloned this repo for now you can pretty easily run: ``` git remote add skaro13 https://github.com/skaro13/FakeDetector.git git fetch -p --all git checkout skaro13/feature/python3-support ``` and...

I actually like the idea of there being a warning (not error) if there is a conflict between `.editorconfig` and `biome.json`

> > > **warning if** `.editorconfig` and biome options are **both available**. > > > > > > Do you mean if they have conflicting options? I'm a little confused...