Christophe Belpaire
Christophe Belpaire
According to [this article](http://wiki.sunfounder.cc/index.php?title=PN532_NFC_Module_for_Raspberry_Pi#SPI_Communication_Instructions_for_Raspberry_Pi) you should use the value pn532_spi:/dev/spidev0.0:50000 as device with a Raspberry pi 3, instead of pn532_spi:/dev/spidev0.0:5000000. It works for me but it is not stable ...
It seems to work for me if I close the stream after something is streamed. Otherwise I don't have sound if I write something the second time. Like : ```...
oops the function doesn't work all the time either :(
Could your please merge this ? Thanks!
Hello, I tried your branch, as I need to read some type b tags (VaultIC 154). But I always have "Timed out waiting for a card" in loop. I use...
Hello! I noticed the same problem, on my t2.medium instance it take something like 3 seconds to check check the password. I changed it to fast_pbkdf2 and it is much...
Hello, Ok, I made a branch with the poltergeist driver here : https://github.com/ChristopheBelpaire/google-ajax-crawler/tree/poltergeist_driver But It think it could be better to have one geme per driver with dependencies to google-ajax-crawler...
oops forgot to git add . ;) Should be ok now
Ok I'll do that, but maybe another gem for the capaybara-webkit driver should be created also, otherwise if I create a gem for phantom-js driver with dependencies to google-ajax-crawler I'll...
Ok I have first alpha version (witch seems to work for my app) here : https://github.com/ChristopheBelpaire/google_ajax_crawler_phantomjs It has a dependency on your gem, so on capybara-webkit. We should have the...