Ignas
Ignas
OK fixed it on empty environment. Not sure if its quantmod or blotter issue. ``` library(blotter); currency("USD"); stock("SPY",currency="USD",multiplier=1); initDate
I came back to work a bit with quantmod and remembered about this error as I am still getting it. Maybe you have taken a look at it? It basically...
This might be useful for others who are looking to implement AVL trees thanks for pointing it out, I was not aware of that.
Yes, it's the same thing with new version as well. It seems that videojs wavesurfer plugin still holds reference to videojs player through some handlers(?) that are not cleared. Not...
I have tried first to modify regular videojs-wavesurfer plugin audio example and it seems it works OK. However in my example I used wavesurfer plugin with audio recorder and after...
I currently just added a check on client with error reporting if file is too big and same with validating contentType except same check additionally on allow rules for contentType.
Thanks for an answer. Yes it is saved as base64 to mongo. I record video with webcam, get base64 data and save it to the meteor-file-collection. So as I understand,...
I am using this package: https://github.com/lukemadera/meteor-video-capture/ It seems pretty good, but a bit lacking in documentation, so right now I am looking if its possible to get original binary data...
Thanks Vaughn, I went through some tickets and saw #29 too. Gotta say your support here is outstanding. Like really, some expensive products not always have that kind of support!...
Ok, maybe I will try later when have a bit more expierence.