Lobsters
- Streamline your GitHub Actions dependencies using Nix https://determinate.systems/posts/nix-github-actions 7 comments nix , practices , testing
- GitHub - davidesantangelo/fastrace: A fast, dependency-free traceroute implementation in pure C. https://github.com/davidesantangelo/fastrace 2 comments c_programming
- GitHub - procura-interna/injection4j: Reflectionless dependency injection. https://github.com/procura-interna/injection4j/ 66 comments java
- GitHub action updates Haskell Stack dependencies to the latest LTS version. https://github.com/stevemao/dep-haskell-stack 3 comments haskell
- Streamline your GitHub Actions dependencies using Nix https://determinate.systems/posts/nix-github-actions 5 comments github
- Secure the Dependencies of your Scala Project on Github https://scala-lang.org/blog/2022/07/18/secure-your-dependencies-on-github.html 6 comments scala
- 3 New GitHub Features to Reinforce Your Code, Repo, and Dependency Security https://www.mend.io/resources/blog/3-new-github-features-to-reinforce-your-security/ 7 comments coding
- Github Dependency graph adds vulnerability alerting support for Rust https://github.blog/changelog/2022-06-06-dependency-graph-adds-vulnerability-alerting-support-for-rust/ 22 comments rust
- GitHub - darkleaf/di: Dependency injection framework for Clojure https://github.com/darkleaf/di 12 comments clojure
- GitHub can now alert of supply-chain bugs in new dependencies https://www.bleepingcomputer.com/news/security/github-can-now-alert-of-supply-chain-bugs-in-new-dependencies/ 108 comments programming
- TIL about Jitpack, a website that lets you convert any GitHub gradle/sbt/maven/leningen JVM project into a downloadable dependency. Saved me a ton of time at work today! https://jitpack.io/ 2 comments programming
- Checking Unused Dependencies in a Rust Project with Github Actions https://erayerdin.com/checking-unused-dependencies-in-a-rust-project-with-github-actions-ckwm3yov901cwlvs1h48z54xi 8 comments rust
- Top Organizations On GitHub Vulnerable To Dependency Confusion Attacks - RedHunt Labs https://redhuntlabs.com/blog/top-organizations-on-github-vulnerable-to-dependency-confusion-attack.html 6 comments netsec
- Repo Jacking: Exploiting the Dependency Supply Chain on Github https://blog.securityinnovation.com/repo-jacking-exploiting-the-dependency-supply-chain 4 comments netsec
- GitHub - fabienjuif/graph-client: light zero dependency graphql-client, supporting cache and SSR https://github.com/fabienjuif/graph-client 9 comments reactjs
- GitHub offers automatic pull requests for security patches for third-party dependencies. https://www.theregister.co.uk/2019/05/30/github_security_fixes/ 4 comments programming
- GitHub - TheLartians/CPM: A small Git dependency manager written in CMake https://github.com/thelartians/cpm 9 comments cpp
- Should I care about GitHub security alerts in dependencies that I don't even use? https://www.reddit.com/r/webdev/comments/94q08r/should_i_care_about_github_security_alerts_in/ 5 comments webdev
- Dependency Injection in Functional Programming · GitHub https://gist.github.com/gvolpe/1454db0ed9476ed0189dcc016fd758aa 8 comments scala
- Github introduces automatic dependency security alerting https://github.com/blog/2470-introducing-security-alerts-on-github 11 comments netsec
- After reading about go list I made a small powershell script that will list all dependencies of a project, but also query the Github API for license information for all github imported packages https://www.reddit.com/r/golang/comments/7bcf8l/after_reading_about_go_list_i_made_a_small/ 9 comments golang
- Frappé Charts – GitHub inspired JavaScript charting with zero dependencies https://frappe.github.io/charts/ 14 comments webdev
- thank-you-stars - Give your dependencies stars on GitHub! https://github.com/y-taka-23/thank-you-stars 8 comments haskell
- GitHub - artyom/smartcrop: smartcrop implementation in pure Go without opencv dependency https://github.com/artyom/smartcrop 4 comments golang
- GitHub - incrediblesound/OpalDB: A straightforward zero-dependency in-memory database https://github.com/incrediblesound/opaldb 5 comments javascript
- Trying to deploy site to github, none of my dependencies work (gold for your trouble). https://github.com/travisneilson/Design-Code/blob/master/gulpfile.js 7 comments webdev
- Doppins: Automatic dependency upgrades through GitHub pull requests https://doppins.com 7 comments programming
- Using github url in cabal files as dependencies http://bundler.io/git.html 18 comments haskell
- [JAVA] Confused about using GitHub packages that have dependencies. https://github.com/karan/jReddit 3 comments learnprogramming
- How do you guys manage dependencies in your Ruby code? A discussion sprouted on this Github PR. https://github.com/rails/rails/pull/12824 3 comments ruby
- A browser extension for exploring npm dependencies on GitHub repos https://github.com/npmhub/npmhub 5 comments javascript
- If you depend on a Google Code project, export it to GitHub! (You'll get their revision history, too) https://code.google.com/export-to-github/ 167 comments programming
- GitHub - maniartech/signals - A robust, dependency-free go library that provides a simple, thin, and user-friendly pub-sub kind of in-process event system for your Go applications. https://github.com/maniartech/signals 2 comments golang
- GitHub - felrock/harmonic-converge-cpp: How fast does the harmonic series converge depending on float type https://github.com/felrock/harmonic-converge-cpp 2 comments coolgithubprojects
- GitHub - smeijer/unimported: Find and fix dangling files and unused dependencies in your JavaScript projects. https://github.com/smeijer/unimported 15 comments javascript
- Python web frameworks rank based on different sources ranks as downloads, pypi dependencies count, SO questions count, github stars, last month activity and so one. https://github.com/tbicr/web-framework-rank 19 comments python
- Introducing security alerts on GitHub - With your dependency graph enabled, we’ll now notify you when we detect a vulnerability in one of your dependencies and suggest known fixes from the GitHub community https://github.com/blog/2470-introducing-security-alerts-on-github 83 comments programming
- Widely used PHP dependency manager Composer gets small but extremly effective performance update - github thread explodes https://github.com/composer/composer/commit/ac676f47f7bbc619678a29deae097b6b0710b799 73 comments webdev
- GitHub - gabotechs/dep-tree: allows visualising a "code base entropy" using a 3d force-directed graph of files and the dependencies between them. https://github.com/gabotechs/dep-tree/ 3 comments webdev
- Hey everyone i' ve been working with django framework for about an year now. I wanted to contribute to django so i went to the GitHub repo, forked it, and began following the given instructions for setup. But while installing some dependencies, i got stuck. Can someone help me with the given error? https://www.reddit.com/r/django/comments/lj14j3/hey_everyone_i_ve_been_working_with_django/ 3 comments django