Kyrylo Silin

Results 34 issues of Kyrylo Silin

Error notifications are currently supported via `airbrake.notify(obj)` and `airbrake.notify(error: obj)`. This is really confusing and makes internal implementation difficult to maintain. I believe we should deprecate `airbrake.notify(obj)` in favor of...

Living in Ukraine during wartime is tough. What's tougher, though, is running the test suite for Airbrake JS when you're on half-dead LTE. This is because when we run the...

In the app that I am running, we use `cypress-rails` and [`cypress-on-rails`](https://github.com/shakacode/cypress-on-rails). I am trying to set up [VCR support](https://github.com/shakacode/cypress-on-rails/blob/a604390bbfe7183e01f067f7f9753bc2a2ce0863/README.md?plain=1#L286). Everything seems to be smooth except the [single thread](https://github.com/shakacode/cypress-on-rails/blob/a604390bbfe7183e01f067f7f9753bc2a2ce0863/README.md?plain=1#L288) requirement....

`flash[:google_sign_in][:id_token]` is `nil` on Rails 7.1 because `flash[:google_sign_in]` is a Hash. I suspect it used to be HashWithIndifferentAccess before. The fix is to switch over to strings when accessing Hash...

Original issue: https://github.com/pry/pry/issues/942 The problem occurs in pry-rescue plugin, which the original poster uses. I really wished to fix that myself, but I stumbled upon the wall. So I just...

I've been investigating the impossibility of catching some of the Rubinius exceptions. Interception can't catch the following exceptions: - LocalJumpError - FloatDomainError - ZeroDivisionError It might be that the list...

bug

The revision, which I'm working with: commit 0ce1fa4e9407a01bb5dcc87b6c9a4d009150fc41 Author: Bil Bas (Spooner) [email protected] Date: Sun Mar 4 01:58:38 2012 +0000 ``` Added tool-tips for parts of the dungeon (you, enemies,...

**Airbrake error:** [#1740](https://getexceptional.me.ab/projects/105138/groups/1709362133344461740) **Airbrake project:** 1112 **Error type:** `ParseIntError` **Error message:** `invalid digit found in string` **Where:** `` **Occurred at:** Jun 16, 2016 11:17:22 UTC **First seen at:** Jun 16,...

I work for Airbrake. While working on a Vue app I stumbled upon the docs that mention error handling with 3rd party services (Sentry, Bugsnag). I also saw a PR...

Without `pry-exception_explorer`. ``` ~[master]% cat dir cat: dir: Is a directory ~[master]% pry [1] pry(main)> cat dir Errno::EISDIR: Is a directory - /home/curacao/dir from /home/curacao/.gem/ruby/1.9.1/gems/pry-0.9.10/lib/pry/code.rb:131:in `each ' [2] pry(main)> ```...

bug