vemacs
vemacs
@githubnemo Thanks for the confirm, but I really don't think that messing around with Maven output directories would be overly beneficial. Indeed, it might result in confusion for people who...
Updated to master thanks to @Supaham
This is not an issue with the latest versions of Skype4J (specifically after https://github.com/samczsun/Skype4J/commit/e580e8104cbcecbf318aea2143b6158be6269f0d)
I see two different stacktraces ``` 10:37:49 [SEVERE] java.io.IOException: Server returned HTTP response code: 403 for URL: https://db3-client-s.gateway.messenger.live.com/v1/users/ME/endpoints 10:37:49 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1840) 10:37:49 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441) 10:37:49 [SEVERE] at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)...
@larzuk91's suggestion didn't work either. I fixed this by replacing the function: ``` base.getNormalizedCurrentFrame = function () { var c, e; if ( !AppConfig.disableWrap ) { c = Math.ceil(AppConfig.currentFrame %...
I got this to work by specifying load paths in sass: ``` sass --precision 10 --update --force --sourcemap=none -I bower_components/foundation-sites/scss/ -I bower_components/motion-ui/ scss:css ```