Skip to content

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

The ReadME Podcast

Podcast

Your favorite open source projects and the developers who make them happen. Listen in!

Nim logo

Popular topic

Nim is a statically typed, compiled, garbage-collected systems programming language.
Game Off

Upcoming event recommended by GitHub

Nov
1

Game Off

November 01, 2021 - December 01, 2021 • Online

Game Off is an annual game jam, where participants spend the month of November creating games based on a secret theme. Participate individually, or as a team. Use whatever game engines, libraries, and languages you like.

App recommended by GitHub

LeanBoard

Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.

semgrep

Trending repository

Trending repository

cameel
cameel commented Jul 7, 2021

Abstract

The compiler is pretty lax about command-line options whose values it does not use and just ignores many of them. It should report errors instead.

Over time we've started adding checks against this (e.g. #9075, #9364) they they're still very incomplete.

Motivation

Not getting an error when an option is invalid makes it harder for the user to realize that. It's especially pro

WeChatExtension-ForMac

Trending repository

yaoyue
yaoyue commented Jun 3, 2021

系统退群监控可以指定部分微信群

  • MacOS版本 :11.3
  • 微信版本 : 3.0.3
  • 小助手版本 : 2.8.4
  • 功能需求:
    • 简述:希望退群监控,可以指定部分微信群
    • 场景:目前小助手,打开退群监控后,每次打开微信会特别卡,甚至 10 秒左右还没反应过来,所以暂时只得关闭退群监控功能。但是,因为个人需要,希望能支持指定部分群的退群监控
public-apis

Trending repository

Trending repository

zfields
zfields commented Feb 12, 2021

Description

I have a hardware abstraction layer interface, as well as a driver interface. I have multiple drivers utilizing the HAL interface, while implementing the driver interface. This plugin approach causes me to have identically named tests across multiple test files.

For example:

TEST_CASE("init() returns `E_HAL_INIT`, when HardwareAbstractionLayer::init() returns an er