Peter Guy

Results 10 comments of Peter Guy

Doesn't work for me on High Sierra as well. **The patch GUI said that the rdc status was "Patched." when I first ran it, even though I had not run...

Looks like `_FIND_COMMAND_DATA` is no longer in the executable. Wonder if that has been moved off somewhere else.

No apology needed - be glad you have a primary job! :-) I saw your clever hack in `Patcher.m`, and I did some digging through the `strings` of various other...

No alternate media player here: I was actually hoping to use your patch to stop iTunes from launching every time I connected to a bluetooth speaker. > On Jan 12,...

@camdencheek those settings apply to all users; the customer needs to be able to apply different limits to different kinds of users.

[Internal discussion](https://sourcegraph.slack.com/archives/C031LBT6EHZ/p1714609426862609)

> Any particular reason why you want to close it? Mostly making room for file preview.

Check out https://docs.sourcegraph.com/dev/background-information/build_p4_fusion for instructions on building `p4-fusion` on various platforms.

Not necessarily a solution, but change `SortAlgo.cpp` line 578 to use a non-volatile first argument: ``` ssize_t x = i; return std::make_pair(x,j); ``` Janky, but `make` succeeds. Now to figure...