Shi Yan

Results 23 comments of Shi Yan

should be doable. if you don't need to see the images, it should be very straight forward. if you need to see the image, you might use avcodec for decoding....

this is because Qt can't load its platform plugin. please try this ` sudo ln -sf /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/ /usr/lib/platforms export QT_QPA_PLATFORM_PLUGIN_PATH=/usr/bin/platforms and now run this app `

I also saw this. it worked for me before. not sure if this is related to chrome update. it still works in my firefox 61.0.1 (64-bit),

the cib project doesn't work anymore with some recent browser update. I'm trying to update it with llvm 10. So far I've got clang built into wasm. I was able...

I'm experiencing the same error with ubuntu. I could ssh to the ubuntu with cygwin using the same user name and password. but with sshfs, I saw this error. I...

I'm making a programmable blog (thinking Medium.com + Jupyter Notebook ), aiming to become a platform for interactive e-textbooks. I recently added support for Clojure Script https://epiphany.pub/@shi-yan/Test-ClojureScript (purely browser based,...

I checked the code that handles variadic arguments, I think it is flawed and won't be simply fixed by giving `...` a name: ``` parameter_list: $ => seq( '(', commaSep(choice(...

Thank you very much! One more question, is it possible for javascript to interact with CindyJs? For example, creating a button with html and js, and this button can control...

I tried a different SVD lib, https://github.com/danilosalvati/svd-js it works.