The Wayback Machine - https://web.archive.org/web/20220430114552/https://github.com/explore
Skip to content

Here's what's popular on GitHub today...

Terraform logo

Popular topic

An infrastructure-as-code tool for building, changing, and versioning infrastructure safely and efficiently.
Linux Foundation's Open Source Summit

Upcoming event recommended by GitHub

Jun
21

Linux Foundation's Open Source Summit

June 21, 2022 - June 24, 2022 • Austin, TX

Open Source Summit is the premier event for open source developers, technologists, and community leaders to collaborate, share information, solve problems, and gain knowledge, furthering open source innovation and ensuring a sustainable open source ecosystem.

App recommended by GitHub

Ranger

Repo maintenance is hard — you could use a hand

Ranger is a sidekick for repo maintainers. It reduces the burden of repository maintenance by automating common tasks, like:

  • Auto-merging pull requests when all the status checks pass
  • Auto-closing issues when a specific label is applied after a preconfigured amount of time
  • Creating frequent comments in a standardized manner
  • Auto-deleting branches after pull requests have been merged
  • and more!

Trending repository

conradludgate
conradludgate commented Apr 26, 2022

We support two flows when registering:

Upfront (arguments):

atuin register -u "..." -e "..." -p "..."

Partial (prompt):

atuin register -u "..." -e "..."
Please enter password: ...

I think we should probably suggest the latter (it's uncommon to paste passwords into the command itself)

There's also the issue that the password prompt does not enable any proper p

good first issue

Trending repository

smartcontracts
smartcontracts commented Apr 29, 2022

Another simple task for ya. We have this function called setProxyTarget:

https://github.com/ethereum-optimism/optimism/blob/8ac47db2f7397ff545a674d20281a13dfba90d86/packages/contracts/test/helpers/resolver/address-manager.ts#L6-L17

It's only used in the contract tests. However, it's not necessary and we can remove it. Goal of this issue is to first remove the function, and then replace all

C-maintenance good first issue M-contracts

Trending repository

marlon-tucker
marlon-tucker commented Mar 16, 2022

I'm in the process of converting our WCF security model over to CoreWCF and have hit a wall because CustomUserNameSecurityTokenAuthenticator has been marked as internal.

I'm unable to work around it by inheriting from a class further up the chain because the UserNameSecurityToken is also marked as internal, and that is the token type which will get created.

Is there a reason why these ar

good first issue Triaged
keda

Trending repository

zroubalik
zroubalik commented Apr 13, 2022

Proposal

As disscuseed on kedacore/keda#2765 (comment), we should unify the functions for Status & Conditions handling. Referencing controller related stuff here is suboptimal.

There are two locations with similar functions:
https://github.com/kedacore/keda/blob/9f0ee58fc6839d74636e1ec6883fe21d82617ea3/controllers/keda/util/status.go#L30-L63
https://g

help wanted good first issue feature-request

App recommended by GitHub

DeepScan

Tired of the troubles with JavaScript? DeepScan can help you.

DeepScan is an advanced static analysis tool engineered to support JavaScript, TypeScript, React, and Vue.js.

You can use DeepScan to find possible runtime errors and quality issues instead of coding conventions. Integrate with your GitHub repositories to get quality insight into your web project.