Kyrylo Silin

Results 34 issues of Kyrylo Silin

Pry supports Ruby expressions and commands. When we enter an expression, we get output in the form of `=>`. ```rb [3] pry(main)> 1 + 1 => 2 ``` However, when...

Currently, we have 2 ways of printing text: * through `output` (e.g. `output.puts`) * through `_pry_.pager.page` I can see a few problems here: * `_pry_` is a God object, which...

The notifier supports some APM functionality but none of that is documented in the README or in examples. It would be nice to clarify how to use it in the...

enhancement

First of all, see [this comment](https://github.com/pry/pry-coolline/issues/9#issuecomment-7853674) by @Mon-Ouie: > For the record, there are still things that can be improved: > > Properly handling strings, and other things that use...

``` haskell [12] pry(main)> $ Comparable Error: Couldn't locate a definition for Comparable! [16] pry(main)> YARD::Registry.at('Comparable').docstring => "The Comparable mixin is used by classes whose objects\nmay be ordered. The class...

Moved from: https://github.com/pry/pry/issues/593 The original description: ``` ruby # when i run the command: pry(main)> show-source String#length` # it gives the C code for rb_str_length: ... VALUE rb_str_length(VALUE str) {...

Description by @jfirebaugh: banister/pry-doc#1

This is dependant on https://github.com/rubinius/rubinius/issues/2940. ``` rubinius 2.2.5 (2.1.0 e543ba32 2014-02-08 JI) [x86_64-linux-gnu] ``` ``` bacon -Itest -rubygems -a -q Testing pry-stack_explorer version 0.4.9.1... Ruby version: 2.1.0 ...........................................F...................... Bacon::Error: [3,...

The Backlog class accepts notices and APM events and synchronously sends them in the background at regular intervals (2 minutes). The notices that it accepts are those that have failed...

`example.html` throws ``` GET file:///home/kyrylo/code/Force.com-JavaScript-REST-Toolkit/static/jquery-ui.css example.html:39 GET file:///home/kyrylo/code/Force.com-JavaScript-REST-Toolkit/static/jquery.js example.html:44 GET file:///home/kyrylo/code/Force.com-JavaScript-REST-Toolkit/static/jquery.popup.js example.html:48 GET file:///home/kyrylo/code/Force.com-JavaScript-REST-Toolkit/static/jquery-ui.js example.html:52 GET file:///home/kyrylo/code/Force.com-JavaScript-REST-Toolkit/static/template.js example.html:56 Uncaught ReferenceError: $ is not defined forcetk.js:45 Uncaught TypeError: undefined is not...