Nguyen Thanh Dat B
Nguyen Thanh Dat B
Hi , I'm setting up FTP server on a Ubuntu 16.04 in Virtual box with vsftpd. I can use Windows Explorer to access to the FTP folder, as well as...
## System Informations * Ruby version: 2.5.3 * Gem (line-bot-api) version: 1.23.0 * OS: macOS Monterey 12.2.1 ## Expected Behavior I create a [DateTime Picker Action](https://developers.line.biz/en/reference/messaging-api/#datetime-picker-action). This should return a...
Hi, there. After upgrade to Rails 7.1, running Rspec with rambulance will failed because of this line. https://github.com/yuki24/rambulance/blob/main/lib/rambulance/test_helper.rb#L28 This is because `show_exceptions?` method has been removed since Rails 7.1 https://github.com/rails/rails/blob/v7.1.0/actionpack/lib/action_dispatch/http/request.rb