André Arko
André Arko
After hours of trying to figure out a Homebrew formula that depends on rust nightly, I think I'm going to give up for now. In the meantime, you could tag...
Nevermind, while I was in the middle of writing that comment it actually finally worked. You can now install bpb on macOS High Sierra by running `brew install indirect/tap/bpb`. (Which...
👍 > On Oct 23, 2014, at 10:46 PM, Postmodern [email protected] wrote: > > @indirect checkout the sequential_version_matching branch. > > — > Reply to this email directly or view...
I think it composes reasonably well with segment colors if you set the segment colors in a conditional: ``` %if "#{m:*staging*,#{hostname}}" tmux_conf_theme_status_left_bg='#00ff00,#000000' %else tmux_conf_theme_status_left_bg='#ff0000,#000000' %endif ``` In that approach, the...
@uhoh-itsmaciek oh awesome, you just saved me from implementing this tonight after work 😅
I'm seeing this same problem with Rails 4.2 on Ruby 2.2.0.
@YOUConsulting https://gist.github.com/indirect/6ef6ac8aa640d7f56b69 ``` # server side $ bin/rails s => Booting Puma => Rails 4.2.0 application starting in development on http://localhost:3000 => Run `rails server -h` for more startup options...
I opened a PR with a fix for this. If you're impatient, you can update your Gemfile entry for `elasticsearch-model` to use the fix before they merge the fix and...
(At least, I hope it's a fix! It seems like the same keyword arguments issue. If it's not, apologies.)
The new index format should fully backwards compatible, since it doesn't touch any existing URLs, and is made available via entirely new URLs. FWIW, we have reached release candidate for...