Simon Meusel
Simon Meusel
What about the types from here: https://www.npmjs.com/package/@types/express
As you can see in the [log](https://travis-ci.org/JamesBarwell/rpi-gpio.js/jobs/101813042), the test's are not passing because the Travis CI environment obviously isn't a raspberry pi. Maybe a easy fix would be to add...
Generally test do past with your approach, but this PR (which is in my opinion very important) add a hardware check. That check obviously detects the travis environment. Thus only...
In my app I used https://github.com/electron/electron/blob/master/docs/api/app.md#appgetlocale to get the language, and then used different JSON files, on for each supported language. (and a fallback language) See https://github.com/simonmeusel/Quotator
It would also be possible to check for ads with `spotify:ad`. But this project seems kinda dead. In [my alternative](https://github.com/simonmeusel/MuteSpotifyAds) I have implemented it with `spotify:ad`
I'm having the same problem with my app [#3](https://github.com/simonmeusel/MuteSpotifyAds/issues/3). I've tried Spotify without muting the ads and the issue also occurred once, so this is probably a issue with Spotify...
I have a working fix (I think) in [#3](https://github.com/simonmeusel/MuteSpotifyAds/issues/3), if you want to take a look at the source. **EDIT:** It works
What about file access? Spotify takes note when a track is over, gets skipped or whatever... Try: (https://apple.stackexchange.com/questions/14409/how-to-monitor-file-access-for-an-os-x-application/) ``` $ sudo opensnoop -n Spotify ``` Which produces something like (after...
On how to watch a file: https://duckduckgo.com/?q=fsevents+swift https://github.com/Eonil/FileSystemEvents