Chris Rizzitello

Results 607 comments of Chris Rizzitello

Its not the lack of signing that is a problem. it is signing with a key that is on the appstore keyring (what you pay for). Apple doesn't care that...

Since Mac os15 All unsigned apps are considered `damaged` you can still ignore that and tell the system to open anyway you just don't have a prompt and the message...

> In my case, It doesn't work even after I add the firewall settings, so I have to disable the firewall for now. > > macOS 15.0.1 I can confirm...

@nicolasfella can you fix this conflict please

### It seems like the fedora server (/mac client?) always uses the first defined layout to translate rather than respecting the current selection. I swapped the order of layouts in...

> I would be hesitant to overwrite the line history for the whole codebase like this. > > What are thoughts on just setting the style guide and only having...

> Quick thought, I'll revisit this later to share my full perspective... even if we delay the linting, the history rewrite problem is still present. It also has the compounding...

> @sithlord48 Just a thought, how about turning on auto Clang format on save in Kate? This is a common approach and means you don't need to worry about code...

Could be the result of `AlwaysBreak` vs `BlockIndent` ? None of the indent should be changed now its llvm based

> The GitHub diff tool crashes because of the number of changes, so I resorted to good old fashioned. > > ```diff > -void MainWindow::updateScreenName() { > - m_pLabelComputerName->setText( >...