Richard Gomez

Results 129 comments of Richard Gomez

I didn't think it was possible to access dangling commits from GitHub (e.g., GitHub retains "removed" commits but if you run `git clone` and then `git reflog` you will not...

@ahrav @bugbaba The "is a directory" error is surprisingly convoluted, but I think I've narrowed down the cause. #2178 didn't fix the root cause, only reduced the likelihood of it...

> There is too much recursion for my liking 😅 Tbh, I'm not sure how you would handle directories _without_ recursion. The logic could definitely be cleaner. > Also as...

Another failing file: https://github.com/Appverse/appverse-web-showcases/blob/c2c7f9b4568607f933e139525e393383f5738e17/C:%5Cdevelopment%5Crepositories%5Cmaven/com/adobe/flex/compiler/asdoc/3.2.0.3958/asdoc-3.2.0.3958-template.zip ``` 2024-02-11T21:49:54-05:00 error trufflehog error waiting for command {"source_manager_worker_id": "MugHm", "repo": "https://github.com/iromu/appverse-web-showcases.git", "command": "/usr/bin/git -C /tmp/trufflehog-435612-893384690/.git cat-file blob c2c7f9b4568607f933e139525e393383f5738e17:C:\\\\development\\\\repositories\\\\maven/com/adobe/flex/compiler/asdoc/3.2.0.3958/asdoc-3.2.0.3958-template.zip", "stderr": "fatal: Not a valid object name...

@roxanne-tampus #1979 is a more accurate implementation for patterns, and verification, albeit it's a bit stale. Feel free to take stuff from that.

> I'm guessing that this should probably wait for #2385 and possibly the resolution to #2371 in order to avoid merge conflicts. I've moved the wiki logic from `repo.go` ->...

Apologies, the GitHub source logic is perhaps more of a complex beast than I realized. I recently tried to unify the `enumerate` logic to fix behavioural inconsistencies between auth types...

> > Do you think there would be any unexpected negative consequences to doing this? The description doesn't read like it has anything world-saving in it, but I don't want...