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

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

squashy bug

 
Game Off

This year’s Game Off wrapped up with over 500 submissions. Check out the game called squashy bug - one of this year’s top entries.

Linux logo

Popular topic

Linux is an open source kernel.
consul

Trending repository

GitHub Community AMA with Mishmanners

 
Upcoming event recommended by GitHub

Jan
28

GitHub Community AMA with Mishmanners

January 28, 2022 • Online

MishManners aka Hackathon Queen will be here to answer the community’s top unanswered! Join us and get your answers–or bring new ones and we’ll figure it out together.
MyGet screenshot

 
App recommended by GitHub

MyGet

The #1 cloud artifact and package repository provider in the world

MyGet provides hosted NuGet, npm, Bower, Maven, PHP Composer, VSIX, Python PyPI and RubyGems feeds for developers, open-source projects and corporate dev teams. Create private artifact feeds for your developers and clients or public feeds the entire world. Upload packages from your build server, any upstream package source, or build, test, and package your code on GitHub into NuGet, npm or PHP Composer packages with MyGet.

Trending repository

This repository is my documenting repository for learning the world of DevOps. I started this journey on the 1st January 2022 and I plan to run to March 31st for a complete 90-day romp on spending an hour a day including weekends to get a foundational knowledge across a lot of different areas that make up DevOps.

  • Updated Jan 21, 2022
  • Go

Trending repository

hsalluri259
hsalluri259 commented Jan 20, 2022

The example shown here (https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/key_vault_secrets) has a for_each on the data source. I used it for one of my use cases, but it throws the below error.

data "azurerm_key_vault" "cpe_akv" {
name = "cpe"
resource_group_name = "cpe-secrets"
}

data "azurerm_key_vault_secrets" "secrets" {
key_vaul

Trending repository

Trending repository

Christilut
Christilut commented Nov 6, 2019

Is your feature request related to a problem? Please describe.
When working with a big piece of text, I sometimes scroll down and copy some text into another tab. When switching back to the first tab, both the input and the output pane is back on top. So I don't know where I was working just now.

Describe the solution you'd like
After tab switching, scroll position should be remembere

Trending repository

kumpera
kumpera commented Jan 19, 2022

🐛 Describe the bug

Usage of RRefContext::handleException in torch/csrc/distributed/rpc/rref_context.cpp is wrong when the future has an error.

RRefContext::handleException uses TORCH_CHECK which throws.

Callers of RRefContext::handleException don't expect that and run code after it without any guarding.

Versions

master

cc @pietern @mrshenli @pritamdamania87

grpc-gateway

Trending repository

ryandpardey
ryandpardey commented Jan 11, 2022

Steps you follow to reproduce the error:

rpc GetArticle (GetArticleRequest) returns (GetArticleResponse) {
    option (google.api.http) = {
        get: "/v2/articles/{slug}"
        additional_bindings: {
            get: "/v2/articles/{id.hex}"
        }
     };
}

message GetArticleRequest {
    oneof article_id {
        insider.protobuf.ObjectID id = 1;
        string 

Trending repository

mkopinsky
mkopinsky commented Sep 2, 2021

As far as I can tell, the only time I can edit the configuration of an instance is the first time I run limactl start. It would be nice if I could do something like:

  • limactl stop default
  • limactl edit default (opens editor just like the first time it's created)
  • limactl start default

Maybe this is already possible somehow? If so, I can't find the documentation in either the rep

ant-design

Trending repository

Sentry screenshot

 
App recommended by GitHub

Sentry

Sentry provides real-time crash reporting, giving your team insight into errors affecting your customers in production. Sentry supports dozens of languages and frameworks and is trusted by thousands of companies like Pinterest, Uber, Stripe, Dropbox, and Airbnb.

Sentry doesn't just alert you to errors, but integrates into your GitHub development flow by linking errors to the commit and author likely responsible, creating new GitHub Issues, and resolving errors with commit message.