Yatao Li

Results 379 comments of Yatao Li

ooh, that's good to know!

@simon987 `npm install` not working due to `fslightbox-vue` dep path hard-coded

Thanks, ./watch.sh with human in the loop would be too obtrusive for you tho :D Guess I can just remove it from package.json and remove the lightbox component...

Actually just remove the pro version and then `npm install --save fslightbox-vue` and it compiles fine. You'll only need to compile it once someone's code is checked in.

@TaviTruman Currently the overridden `==` and `!=` operators compare not only reference equality, but also the cell content if both accessors are valid (for cell structs it compares all the...

Hi @jorgepluna, That's coming down to several different issues. 1. The bad image exception is due to your program being executed as x86 code; Either switch it to x64, or...

@bingzhangdai If you're running Windows, you'll need to grant permission to the app to listen on a HTTP port (not specific to 80 or 81), or run it as admin.

Closing this issue now. Feel free to reopen if you have more questions on this.

@bingzhangdai there you go: https://blogs.msdn.microsoft.com/graphengine/2015/05/30/graph-engine-private-customized-key-value-store-with-an-attitude/ At the end of the article there's a mp3 streaming example :D :D :D

@bingzhangdai I think you're right. We should put these things into our docs. :)