Veck Hsiao

Results 16 comments of Veck Hsiao

In order to find the problem, I rerun again the project after installed the app. This is the output I get with `AVCaptureDevice.devices()`: ``` ``` It seems that Snap Camera...

> Here's a code snippet that demonstrates the sending of an APL directive to screen-based devices, and how to respond to APL user events like TouchWrapper. > > https://gist.github.com/steveandroulakis/ab7bffd87b6546f85abddf2f4f9a67cc It...

I did @mayur-kambariya solution. ``` > rvm install 2.7 ruby-2.7.2 - #removing src/ruby-2.7.2 - please wait Searching for binary rubies, this might take some time. No binary rubies available for:...

@rajojon23 Good work! Hope @passport can add this sample to file.

Hi, @jBachalo! @rajojon23 's answer is work for me. But I packaged server.js into a router (routers/passport.js). This is what my app.js looks like: ``` javascript var express = require('express')...

@WORMSS Yap, you're right. There is a typo of required file name. `./routes/passport_facebook` in app.js should be `./routers/passport`. I fixed it. Thanks!

With collecting some information, here is a workaround works for me: 1. Check `#{Prawn::DATADIR}/fonts/` if the TrueType font file you want exists. If not, download it and put it into...

With collecting some information, here is a workaround works for me: 1. Check `#{Prawn::DATADIR}/fonts/` if the TrueType font file you want exists. If not, download it and put it into...