rulatir

Results 100 comments of rulatir

I made a "Schedutil" profile that applies the schedutil governor to every core. I set it as the profile to be applied at startup. The `systemctl status` output doesn't indicate...

So the real issue is that: * it's `npm` 8.1.3 that effectively cannot build binary modules in the context of a global install, * node 17 upgrade is a red...

My specific use case is rebasing several branches that form a chronological chain. They are placed at various spots along a VERY long topic branch, and they serve as "rebase...

Also, in strategy № 1 the last command errors out: ``` usage: git-imerge [-h] {start,merge,rebase,drop,revert,continue,finish,diagram,list,init,record,autofill,simplify,remove,reparent} ... git-imerge: error: The checked-out branch could not be used as the imerge name. Please...

Also also, after figuring out that I will need to give a dummy name in the last step of strategy 1, I tried to rebase a "tight" checkpoint that is...

I don't think there is a confusion as to what git-imerge should do. It all seems to boil down to two sequences of commits forming a X×Y grid, and finding...

> @rulatir, to make this more productive, is there a specific patch for MobDebug you are thinking about or want to contribute? The patch you referenced from the ZBS repository...

Bump? This needs maintainer's attention.

I managed to achieve what I need by subclassing Parser and ConcreteType. As for the general solution, what specific interoperability issues do you foresee with registerFallbackNamespace() approach?

Instead of "or set the global-bin-dir setting", the error message should **instruct** the reader **exactly how** to "set the global-bin-dir setting". It should include the exact CLI command, perhaps with...