GithubHelp home page GithubHelp logo

connectthedots's Introduction

connectthedots's People

Contributors

actions-user avatar dependabot[bot] avatar lucaslarson avatar mend-bolt-for-github[bot] avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

connectthedots's Issues

`git@` URIs aren’t accessible to humans; `https://` URIs are accessible to git

The links in .gitmodules that use git@- instead of https://-URIs prevent easy access for humans without SSH keys and those using browsers, but git handles both types of URIs identically.

  1. The links in .gitmodules should change to their HTTPS variants.

Moreover, only GitLab complains when an HTTPS link lacks the .git (or .git/) extension (see below). The other git-over-HTTPS software under the links from here all gracefully digest decrufted URIs.

  1. The HTTPS links in .gitmodules should end with .git only if hosted on GitLab software.

GitLab’s handling of – and mismatched warnings about – less crufty URIs:

$ git init
$ git remote add bar https://gitlab.com/gitlab-org/git           # no `.git` extension
$ git fetch
warning: redirecting to https://gitlab.com/gitlab-org/git.git/

$ git remote set-url bar https://gitlab.com/gitlab-org/git.git/  # append `.git` plus a slash
$ git fetch # returns no warning

$ git remote set-url bar https://gitlab.com/gitlab-org/git.git   # append only `.git`
$ git fetch # also returns no warning

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

github-actions
.github/workflows/changelog.yml
  • actions/checkout v4
  • ruby/setup-ruby v1
  • ad-m/github-push-action v0.8.0
  • ubuntu 22.04
.github/workflows/jsonlint.yml
  • actions/checkout v4
  • peter-evans/create-pull-request v5
  • ubuntu 22.04
.github/workflows/shellcheck-markdown.yml
  • actions/checkout v4
  • ubuntu 22.04
.github/workflows/super-linter.yml
  • actions/checkout v4
  • super-linter/super-linter v5
  • ubuntu 22.04

  • Check this box to trigger a request for Renovate to run again on this repository

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: Cannot find preset's package (github>whitesource/merge-confidence:beta)

add @l0bo/@victor-catalyst/@victor-engmark dotfiles

there’s a POSIX-compliant way to find the number of files with a specific extension, even “hidden files, paths containing spaces, dashes and even newlines”:123

extension="${1:-txt}"
command find -- . \
  -mindepth 1 \
  -name "*.${extension-}" \
  -exec printf x \; |
  command wc -c
unset extension

Footnotes

  1. Ask Ubuntu: Count total number of files in particular directory with specific extension ↩

  2. Victor Engmark dotfiles: POSIX compatible safe file count ↩

  3. Wikipedia: Fork (system call) § Importance of forking in Unix ↩

Dependabot fails on some non-GitHub submodules

⚠ Dependabot failed to update your dependencies
The following git repository was unreachable and caused the update to fail: dotpr0n.

Dependabot can't update dependency files that reference private git repositories hosted on external sites. Please consider using a git registry.

Public repositories don’t support updating dependency files that reference private git repositories. Please consider using a git registry.

Personal user accounts don't support updating dependency files that reference private git repositories. To use Dependabot with dependency files that reference private git repositories, you can use a git registry, or you can use an organization account and grant Dependabot access to private repositories.

Learn more

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.