Skip to content

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

BENDYWORM

Game Off

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

ReactiveUI logo

Popular topic

ReactiveUI is a composable, cross-platform model-view-viewmodel framework for all .NET platforms.
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.

App recommended by GitHub

Sonatype Lift

Sonatype Lift helps you find and fix your most elusive bugs so you can spend time writing great code, not debugging it. Lift looks for a broad range of performance, security, and reliability errors in the code you write and the libraries you depend on, making it an ideal all-in-one bug catcher for your entire company. Running at each pull request, Lift delivers results as code review comments so you can fix bugs in minutes. (Yes really)

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

jussiheinonen
jussiheinonen commented Jan 13, 2022

Example Usage section for resource api_management_identity_provider_aadb2c is missing 2 required attributes:

  • api_management_name
  • resource_group_name

When trying to provision the resource in form of the example the following errors are reported.


│ Error: Missing required argument

│ on main.tf line 44, in resource "azurerm_api_management_identity_provider_aadb2c" "example":

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

Sider screenshot

App recommended by GitHub

Sider

Sider checks code using custom rules based on project specific knowledge and cumulative team experiences. On each pull request, Sider automatically alerts developers on previously documented issues and key information relevant to the changed code.