Chad A. Greene

Results 10 comments of Chad A. Greene

Hi Jake, This is a fantastic idea, and your implementation is brilliant. Thanks for describing the changes so meticulously. Is there a reason you got rid of the [threshold](https://www.chadagreene.com/CDT/anomaly_documentation.html#7) option?...

@Iverno The examples in the documentation appear to work perfectly. Can you provide a minimal working example that replicates the problem you're running into?

The mask isn't a very high resolution grid, so I'm not sure how valuable it will be for ship navigation. However, to customize the mask from another GeoTIFF I'd use...

@steveward Alrighty, I just closed GitHub Desktop, deleted the log files, reopened GitHub Desktop, tried to push, and experienced the issue again. I've updated the initial post with the new...

Okay, here's another try. It's been hung up on Pushing to origin for the past 20 minutes or so, and here's the log file. [2022-11-18.desktop.production.log](https://github.com/desktop/desktop/files/10044000/2022-11-18.desktop.production.log)

I appreciate your engagement on this, @steveward, but I'm afraid the problem persists. This one's been trying to push for hours. I unchecked `Periodically fetch and refresh status of all...

We've been "Pushing to origin" continuously for the past two days. Here are the log files: [2022-11-17.desktop.production.log](https://github.com/desktop/desktop/files/10050209/2022-11-17.desktop.production.log) [2022-11-18.desktop.production.log](https://github.com/desktop/desktop/files/10050210/2022-11-18.desktop.production.log) [2022-11-19.desktop.production.log](https://github.com/desktop/desktop/files/10050211/2022-11-19.desktop.production.log) [2022-11-20.desktop.production.log](https://github.com/desktop/desktop/files/10050212/2022-11-20.desktop.production.log) Any idea what's going on here?

Yes, I can also confirm that the problem only affects my repos that contain big-ish files (~20 MB) or many-ish (a couple dozen) files. I also find inconsistency regarding whether...

@steveward Binary files are not the issue. I've spent the past couple of days creating new repos and adding files to them, one-by-one, to determine the cause of the problem....

I've had one small success. After a bunch of googling and trying every suggestion I could find, I typed this into the command line: ``` git config lfs.activitytimeout 30 ```...