Jason Poindexter
Jason Poindexter
@Gor-Ren thank you for taking this on. I would like to test your added support for ESP32 but I am running into issue. I have cloned your `https://github.com/Gor-Ren/intellij-micropython/tree/support-esp32`, branch opened...
I will be doing work on this branch: https://github.com/jsonpoindexter/Brackeys-IDE/tree/language/svelte
Has anyone has success with unsubscribing?
Ok, so I did end up figuring out how to successfully unsubscribe. The issue seems to come down to callbacks within the `.subscribe()` method needing to resolve before you can...
@AllanOricil my jsforce version is `1.10.1` using `Nodejs 14.17.1`. It sounds like you are running in the browser?
I used _io.socket.get_ and this worked (in my own application. I got here via google). http://sailsjs.com/documentation/reference/web-sockets/socket-client/io-socket-get
@Xeon64 thank you for this!
Same issue when submitting to play store: ``` java.lang.IllegalStateException: UiAutomation not connected! at android.app.UiAutomation.throwIfNotConnectedLocked(UiAutomation.java:1034) at android.app.UiAutomation.disconnect(UiAutomation.java:275) at android.app.Instrumentation.finish(Instrumentation.java:210) at android.support.test.runner.MonitoringInstrumentation.finish(MonitoringInstrumentation.java:351) at android.support.test.runner.AndroidJUnitRunner.finish(AndroidJUnitRunner.java:405) at android.support.test.runner.AndroidJUnitRunner.onStart(AndroidJUnitRunner.java:394) at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1932) ```
You can force an override / remove old pid file on every start by changing the variable `FORCE_OP` on line 36 from `false` to `true` . So line 36 should...