Dan Corneanu
Dan Corneanu
Hi, my grape APIs are protected against CSRF through a X-CSRF-Token request header. The value that has to go into this header is sent by the server to clients through...
I've added a few lines of code to log the out and err strings from the rubocop process if the process exit code is something else than 0 or 1....
I have just added a test to make sure `Net::TCPClient.connect` works as expected. This change should complement PR [Update tcp_client.rb to be ruby 3+ compatible](https://github.com/reidmorrison/net_tcp_client/pull/22) I guess these two should...
Given the pdf file [sample.pdf](https://github.com/yob/pdf-reader/files/10772448/sample.pdf), that has a few lines of text using different fonts, when I try to extract the text on the page with ``` Ruby file =...
I have a small board that has 2 devices attached to the same SPI bus * AD9833 DDS that uses SPI MODE 2 * MCP41010 Digital Potentiometer that can use...