Skip to content

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

LaTeX logo

Popular topic

LaTeX is a document preparation system.
DevOps Days: Birmingham

Upcoming event recommended by GitHub

May
5

DevOps Days: Birmingham

May 05, 2022 - May 06, 2022 • Birmingham, UK

DevOpsDays is a worldwide series of community run technical conferences covering topics of software development, IT infrastructure operations, and the intersection between them.
Meercode | CI Monitoring screenshot

App recommended by GitHub

Meercode | CI Monitoring

Meercode App Ever wanted to monitor multiple Github Actions workflows on a single dashboard? Meercode lets you visualize your running and completed workflows, on a clean and beautiful UI.

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
Flaptastic screenshot

App recommended by GitHub

Flaptastic

Manage flaky unit tests with the unit testing framework you already use.

Features

  • Checkbox to instantly disable any unhealthy unit test across all branches
  • GitHub flaky test warnings on pull requests
  • Slack alerting to team channel who's test are flapping
  • Metrics and charting to aid you in fixing the biggest disruptions first

Requirements

  • CI/CD (CircleCI, TravisCI, Jenkins, etc.)

Flaptastic is designed for organizations with many codebases and teams.