James Thullbery
James Thullbery
I got the same thing this morning on my first run. I'm happy to help debug, but this is my first time using CIJoe. :public is no longer used to...
Worked for me too. Thanks guys! Keywords: CodeBuild, Karma, Chrome
Hi @kashifnaseer I tried overriding the session_hash in my initializer like so ``` ImpressionistController::InstanceMethods.class_eval do def session_hash request.session.id end end ``` but I get `` when trying to access the...
...and just like that I found a solution. It's due to lazy loading of the session. Putting a `session[:init] = true` before accessing the session works. It now looks like...
I'm experiencing this error as well. Has anyone measured the amount of time you must wait until the subdomain frees up on its own?
It says in the [README.md](https://github.com/increments/simplecov-parallel#simplecovparallel) that it only supports CircleCI right now > Currently only CircleCI parallelism is supported. I'm searching for a solution as well.
``` *** EXCEPTION: non-absolute home (ArgumentError) Notice: /Stage[main]/Rvm::Passenger::Apache::Ubuntu::Post/Exec[passenger-install-apache2-module]/returns: /usr/local/rvm/gems/ruby-2.0.0-p353/gems/passenger-4.0.33/lib/phusion_passenger/platform_info/ruby.rb:221:in `expand_path' ``` I am also experiencing this issue when I attempt to install passenger. I'm on Ubuntu 12.04, Ruby 2.0.0p353, Passenger...
I cloned the repo from @inetdavid and it worked.
...I think this is because I had the Ruby LSP installed. Uninstalling it fixed the issue. (yay).
Would love to see this merged sooner than later. Thank you!