Skip to content

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

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

King's Table
Game Bytes

King’s Table by @PetTurtle combines a tower defense game with chess, and dungeons. An interesting combination, but a very addictive and challenging game! Play and view the source of this game and more in our Ludum 46 roundup.

Redux logo
Popular topic
Redux is a predictable state container for JavaScript apps.
Trending repository
Capture the Flag
Upcoming event recommended by GitHub
May
6

Capture the Flag

May 06, 2020 - June 12, 2020 • Online

The GitHub Security Lab CTF is a contest where participants are challenged to find a security bug (the flag) in real code.
Trending repository
App recommended by GitHub

Better Code Hub

Spend less time fixing bugs. And more time shipping new features.

A clean codebase keeps development velocity high & makes contributing easy.
Better Code Hub indicates just the right amount of refactoring needed to keep it compliant.
Better Code Hub checks your code for compliance against 10 benchmarked software engineering guidelines. It gives immediate feedback on where to focus for quality improvements. 17 modern programming languages are supported. Up to 700,000 lines of code

Trending repository
ivan-aksamentov
ivan-aksamentov commented Mar 17, 2020

In order to perform refactoring and to add new features with more confidence, we need unit, integration and end-to-end tests for:

  • algorithm parts. Seesrc/algorithms

  • React parts - components and pages. See src/components and src/pages

  • State management: redux reducers and sagas. See src/state

The infrastructure:

  • jest and @testing-libraryare already set up. Un
Trending repository
jkotalik
jkotalik commented Apr 17, 2020

Looking at a log for the voting app:

[13:42:21 INF] Running image redis for redis_06610a82-7
[13:42:21 INF] Running image postgres for postgres_190bd61a-2
[13:42:21 INF] Running image mcr.microsoft.com/dotnet/core/sdk:3.1 for vote-proxy_105de2c0-e
[13:42:21 INF] Running image mcr.microsoft.com/dotnet/core/sdk:3.1 for worker-proxy_70879c25-7

This confused me for a second because I

Trending repository
HsunGong
HsunGong commented Sep 20, 2019

关于使用全局模式和PAC代理模式的指南

0 准备

如图1,在任务栏小图标中点击启动HTTP代理``开启代理。 如果成功,第一行启动HTTP代理`会打√。

image 1

按照道理,完成步骤0后已经可以Google。

1 使用全局模式

但是为了开启全局模式,如图2,设置全局模式,并且点击确认。

![image 2](https://user-images.githubusercontent.com/32933986/65311714-88b24180-dbc3-11e9-81e3-c59346b45c0

Trending repository
IanS5
IanS5 commented Jan 2, 2020

TR_DEBUG is listed on the Environment Variables wiki, but it just has (undocumented) as a description. I searched commits for the variable and the last mention of it was 599c5a8cc4f26ed9235a09559a5bb2e93afadc6c, which allegedly removed the variable. When searching google and DuckDuckGo I didn't find anything either.

The documentation should probably be updated to remove the reference to TR_DEBU

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.

You can’t perform that action at this time.