Oleg Pudeyev

Results 33 issues of Oleg Pudeyev

## Problem description When I insert `byebug` in https://github.com/p-mongo/tenex, which is a Sinatra application, when it is processing a web request, I am often able to step through several lines...

I ran the following command: ruby-install -c -j2 --no-install-deps -r /data/rubies --patch 1.9.3-p551.diff -- --disable-install-doc What I meant to run was the following: ruby-install -c -j2 --no-install-deps -r /data/rubies --patch...

bug
option

Does any documentation exist for Fiddle beyond the content at https://ruby-doc.org/stdlib-2.7.0/libdoc/fiddle/rdoc/Fiddle.html ? If not, is there interest in documentation contributions, and if so in what format/structure?

On https://www.rubydoc.info/gems/yard/file/docs/Tags.md#attr, the docs for `@attr` are: @attr name [Types] description However the example given is: # @attr [String] name the name of the structure The name and the types...

Documentation

The main page (https://reasonml.github.io/) shows the following quick start instructions: npm install -g bs-platform bsb -init my-first-app -theme basic-reason cd my-first-app npm run start When I run `npm run start`,...

- Adds example output of `/proc//limits` - Provides this example earlier in the document, where retrieving limits is described - Renames "/proc file system" to "proc file system" since that...

In https://github.com/ruby/openssl/blob/master/ext/openssl/ossl_ocsp.c#L428-L429, ossl_ocspreq_verify does: ``` if (result 0 ? Qtrue : Qfalse; ``` If the result is not successful, the error information is cleared. This makes it not available in...

This is an initial implementation of OCSP stapling support, intended to work with MongoDB. So far I tested it on login.live.com using the following script: ``` require 'byebug' require 'openssl'...