TIT
TIT
Hi, why HTTP::Status module do not have constant for 404 status code? Ex.: ``` NOT_FOUND = 404 ```
I use RubyMine IDE and gem HTTPClient. ```ruby # frozen_string_literal: true require 'httpclient' client = HTTPClient.new response = client.get 'https://httpbin.org/get' body = response.body #
I try do `worksheet.update_cells 1, 1, array`, where array.count 1000 rows and 15 columns. It operation work is too slow, 30 seconds. You write, what this method do not upload...
If method return Array type, I want to document fully structure of Hash. ```ruby # return [Array] # [ # { # foo: Integer, # date_time: Time # } #...
Hi, I have some project files: ```bash $ ls /project/config/ client.rb server.rb ``` I run `rubycritic`: ```bash $ rubycritic --no-browser /project/config/ ``` `rubycritic` created `/tmp` directory with `/tmp/rubycritic/overview.html` and other...
Is there a way to send message to private channel in your app? If it is not implemented, please consider implementing this feature.
I installed this gem, but can not required this. My environment: ```bash $ gem install exodus Successfully installed exodus-1.1.7 Parsing documentation for exodus-1.1.7 Done installing documentation for exodus after 0...
Hi! My SSID name contains space, for example "Homer Simpson". I tried to enter this name through serial monitor, but I get an error in the number of arguments. ```...
I’m using express-openapi to generate OpenAPI documentation for my Express.js API. However, I’m unsure how to properly document dynamic routes that are mounted using app.use(), such as: ``` app.use((request, response,...