Caius Durling
Caius Durling
> If no one else is working on it, I'll be happy to try implementing it next week. I started spiking it out last night, got some highlighting working but...
@ilyakatz is there any appetite for accepting this patch upstream please?
I'm also seeing this, and can reproduce it when installing mas-cli via the tap as well. ``` $ mas version 1.8.6 $ mas outdated 6444602274 Ivory (1.0.1 -> 1.4.1) $...
I wonder if this is a Universal binary issue actually, Ivory works on both macOS and iOS and looking on the App Store page it lists iOS 15.5 as the...
Looks like this is a duplicate of https://github.com/mas-cli/mas/issues/491 and there's a potential fix up at #496
At a _guess_ textmate is being given the actual (non-symlinked) path to the file. So as far as TM is concerned the file isn't in the project drawer and opens...
Perhaps have enter (fn-return on compact/laptop keyboards) open the result, and return still searches again (as expected by the search button being the default one in the window.)
FYI for implementation: fn-return is just enter. (⌅)
I found I had to override the role used to select the servers to find the revision from - it defaults to the `db` role but none of our server...
The order we observe on 0.5.2 from lots of puts debugging is: - `Delayed::Worker#run` invoked with job data - `Delayed::Worker#max_run_time` calls `job.max_run_time` - `Delayed::Backend::Base#max_run_time` calls `payload_object.respond_to?(:max_run_time)` where `payload_object` is the...