Ihor Tsykalo
Ihor Tsykalo
# Issue There is a performance issue when using `preload` for a large number of rows. Even though, the request itself may be very fast there is a very large...
Hey, I love the way mutant works and what insights it provides into my Rails Unit specs. But I dont want to change my tests in **any** way just to...
Right now, we want to add a lot more information to the description. This is especially true for some of our Mutations which have complex validation logic. it would be...
The link to Assured Exploitation training course (https://www.trailofbits.com/training/#assured-exploitation) is currently 404
Currently, out-of-the-box `super_diff` will continue using colors in non-TTY environments such as CircleCI, etc. To avoid this, one can simply modify `spec_helper.rb` like this: ``` unless config.color SuperDiff.configure do |config|...
Something prevents ActionCable from working well with `clerk-sdk-ruby` gem. This config worked for me as a temporary workaround. Otherwise, web socket connections fail without any errors in the logs. It's...