question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I suggest the following changes to make the repo a little friendlier to work with

  • #625
  • #626
  • #660
  • Remove youtubedl-material-docker.zip from the releases page and instead make a README/wiki page showing the recommended docker-compose file (see #143 )
  • Remove *.exe files
$ git ls-files '*.exe'
backend/aria2c.exe
backend/ffmpeg.exe
backend/ffplay.exe
backend/ffprobe.exe
backend/youtube-dl.exe

(Feel free to edit this issue and discuss below) Cheers!

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:3
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Tzahi12345commented, Jul 1, 2020

The biggest annoyance is that those blobs are still in the git repo forever.

If done right, this shouldn’t be a problem:

I’ve had to do that before. I committed an admin Firebase API key to a public repo before (not this one), found out when Google emailed me their crawler found it. Anyways I’m sloppy enough that I have experience there 😃

I can also take care of that before closing out this issue. I’m on board with everything in here, if anyone wants to take care of any of these items (besides the new repo work) feel free!

1reaction
SuperSandro2000commented, Jun 30, 2020

The biggest annoyance is that those blobs are still in the git repo forever.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to clean up the git repo and reduce its disk size - Git Better
Clean large git repo and reduce repo size · Deleting local reference of the remote branch · git repack · git prune-packed ·...
Read more >
Git: cleanup repo - gists · GitHub
Remove file from git repository (history). SOLUTION: This is the shortest way to get rid of the files: 1. check .git/packed-refs - my...
Read more >
Clean up your Git repository with this Linux tool - Red Hat
Bloated Git repositories may contain sensitive files and can slow your pipeline. Try git-filter-repo to eliminate the mess.
Read more >
Reduce repository size - GitLab Docs
Repository cleanup allows you to upload a text file of objects and GitLab removes internal Git references to these objects. You can use...
Read more >
Keep your git directory clean with `git clean` and `git trash`
git clean. This is builtin command to cleanup the untracked files. Be careful with this one, it deletes files permanently! Always add - ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found