Todd Mazierski

Results 10 comments of Todd Mazierski

Hi @beders, I'm using Resty 0.3.1, and I can't seem to get HTTP Basic Authentication to work. I receive an error when I use the `json()` method. Here is the...

Thanks, @a-b. We're still working on getting the required environment variables from Heroku CI as [mentioned in this comment](https://github.com/codeclimate/ruby-test-reporter/issues/183#issuecomment-290177267). Please stand by!

Thank you, @rncbc! I created a bug report in the Dexed repository: https://github.com/asb2m10/dexed/issues/395

I did a little investigation, and _think_ I see the cause of the problem: minitest-display appears to patch [`MiniTest::Unit._run_anything`](https://github.com/quirkey/minitest-display/blob/7d116ec7b962276fba8b9b90db32c21c85054ce3/lib/minitest/display.rb#L120-155) and [`MiniTest::Unit._run_suite`](https://github.com/quirkey/minitest-display/blob/7d116ec7b962276fba8b9b90db32c21c85054ce3/lib/minitest/display.rb#L157-213), but CI::Reporter [assigns itself](https://github.com/nicksieger/ci_reporter/blob/af985073448385b70c814189ff1b58a6f9420a46/lib/ci/reporter/rake/minitest_loader.rb#L9) as the default MiniTest runner...

We were able to work around our `Can't find variable: jsApiReporter` errors by following @fifigyuri and @jamesottaway's lead, and adding an explicit PhantomJS dependency to our Rails project: ``` ruby...

@AntiFish03, here's more from our `Gemfile.lock`: ``` jasmine-core (2.3.4) jasmine-rails (0.10.8) jasmine-core (>= 1.3, < 3.0) phantomjs (>= 1.9) railties (>= 3.2.0) sprockets-rails ``` Hope this is useful!

Thank you, @rncbc. I will try to build the latest from the source rather than the package.

Hi, @rncbc. I've built from source: ``` qtractor --version Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to...

Thank you, @rncbc. I've deleted the configuration file. Below is the new backtrace (it is less deep): ``` #0 0x0000fffff536eddc in ?? () from /usr/lib/libQt6Gui.so.6 #1 0x0000fffff4c0e740 in QVariant::~QVariant() ()...