Michał Kuklis
Michał Kuklis
I ran few tests on Ubuntu and tried to track the problem down. I suspect there may be an issue with a glob: `for path in Glob(Path.join(@cwd, pathspec))` the segfault...
seems like I still run into this problem regardless of config.assets.initialize_on_precompile and gem 'compass', git: "https://github.com/chriseppstein/compass.git", ref: '7147147e2412'
@kmaiorini82 sorry for not getting back to you sooner. It looks like you defined a POST request in your target but you are expecting to the lib to create a...
I'm getting the same issue #### Environment onesignal-cordova-plugin: v2.11.1 cordova: 10.0.0 cordova-android: 9.0.0 ```bash /app/platforms/android/app/src/main/AndroidManifest.xml:27: Error: ADMMessageHandler must extend android.app.Service [Instantiatable] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /app/platforms/android/app/src/main/AndroidManifest.xml:28: Error: Receiver must extend android.content.BroadcastReceiver [Instantiatable] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
I have a situation where I just don't really care if something was successful or not so passing the callback looks unnecessary. This is a totally pedantic change so you...
ah cool! Homer is a nice little town. I play soccer very close to Homer once a week. Don't come now it's very cold and snowy :).
You could use http://docs.phonegap.com/en/3.2.0/cordova_events_events.md.html#pause to detect when the app is pausing and disconnect then.
By default when your app goes to pause the socket will stay open (it should not be closed if it is then there is something wrong going on with the...
@alanjames1987 that's strange. I'm using a similar setup here (cookie based auth with express) and things are working fine for me. What version of socket.io-client do you use? Do things...
@eldyvoon I would suggest switching from a cookie based auth to a token based.