Juan Cortines
Juan Cortines
hmm.. I should have mentioned I'm trying to stream to kodi.. ``` ==> /storage/.kodi/temp/kodi.log
attaching a tcp dump ``` POST /reverse HTTP/1.1 User-Agent: iTunes/11.0.2 Host: OpenELEC.local:36667 Upgrade: PTTH/1.0 Connection: Upgrade Content-Length: 0 HTTP/1.1 101 Switching Protocols Date: Sat Nov 12 12:47:57 2016 Upgrade: PTTH/1.0...
That kills my application :) EDIT: They were disabled. Enabling them kills my application :)
This code should reproduce the problem: ``` const wait = howLong => new Promise(r => setTimeout(r, howLong)); let promise; let count = 0; const test = () => { count++;...
progress is being tracked in branch `buy-options`
We are having issues. Apparently the UI (Activity/Past Events), in case of Buy Options, does not display a breakdown of the different Share sources, with their individual acquisition data, amount,...
@sanchin @RaNo99 I'm assuming if you use shares to pay for the bought options, you should pay tax for those `sold` shares exactly as if you had sold them for...
Hi there, I'm not sure, but I think I'm facing similar issue. In my case the problem is that the last async validation fired does not cancel off the previous...
@crissdev , thanks for the example, it is a good workaround. However I have to agree with @lostincomputer . The current behavior does not seem to be correct.
In my opinion discarding the **op1** result while **op2** is still in progress is wasting valuable information, since it informs the user about the latest valid state. I would make...