Joel Johnson

Results 21 comments of Joel Johnson

I don't know what is different about my setup, but this works for me: * Generic completion * FZF completion on running container

I think the desire here would be to test things similar to the routing tests in [rails](https://relishapp.com/rspec/rspec-rails/docs/routing-specs). It could be useful to test the guards, formats, fairings, and routing precedence...

For what it is worth, I was seeing this problem and I am using `vim-tmux-navigator` as well. I used bruno's approach with a slight tweak: `au FocusLost * silent redraw!`.

I was thinking about implementing this. I already have a ruby script that does it plus filters out idle unicorn stacks (yay for over-provisioned self-hosted infrastructure at work): ``` #!/usr/bin/ruby...

For what it is worth, I updated to rails 6, ran into this issue. I updated the gem seeing https://github.com/jenseng/hair_trigger/pull/83/files is merged, and I don't have this error anymore.

I don't mind this not being included since it might be fragile with the monkey patch of rails. I do think it is useful though for a lot of users...

Also in an investigatory phase, and this is relevant for us as well. The relative lack of documentation compared to something like HAPI FHIR is disappointing as well.

Given a comment like this: ```ruby # Reverses the contents of a String or IO object. (1) # # @param [String, #read] contents the contents to reverse (3) # @return...

I was wanting to just have the history and the diff put together in a floating window with the history on the left, diff on the right since that allows...

@abiosoft I am not on Ventura. It still errors after upgrading. Results are below. **console logging:** ``` TRAC[0000] cmd ["limactl" "info"] TRAC[0000] cmd ["limactl" "list" "colima" "--json"] INFO[0000] starting colima...