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...

Trending repository
rpkilby
rpkilby commented Jun 19, 2019

Jumping to a subsection via the sidenav will sometimes cause the page header to overlap the anchor point. When navigation is working correctly, there's a perceptible flicker/jump, so I'm guessing javascript is being used to calculate the offsets. Looking at mkdocs's docs, this isn't an issue. I'm wondering if this is something that will be fixed by upgrading mkdocs (#6623), or if it's a theme issu

What the Firetruck
Game Bytes

Play as a fire truck in a web-based, fire mayhem game created for Ludum Dare competition.

Python logo
Popular topic
Python is a dynamically typed programming language.
Working with GitHub's API · Learn with GitHub
Upcoming event recommended by GitHub
Jun
2

Working with GitHub's API · Learn with GitHub

June 02, 2020 • Online

GitHub offers a robust API that enables you to build integrations or simply improve your workflows. In this session, we’ll explore the options for working with the GitHub API and build a simple integration with GitHub. Join on twitch.tv/github on June 2nd at 13:00 PT.
Trending repository
gnunicorn
gnunicorn commented Apr 23, 2020

The comments around from_seed_slice specify that this is a dangerous method only to be used for testing, however the upper of Pair uses it without that information passed on and the client is using the same functionality to generate the tests keys for Alice, Bob, etc.

We should clarify the documentation to clearly stated under which circumstances this features is to be expected to be us

App recommended by GitHub

AppVeyor

Windows developers use AppVeyor to continuously run their tests and deploy apps to cloud or on-premise environments. AppVeyor CI can update the build status on your GitHub pull requests, upload build artifacts to project release and deploy successful builds. AppVeyor is not just a build tool, but it's the place of Windows CI knowledge accumulation - thanks to AppVeyor's vibrant community!

Trending repository
Trending repository
Leo-Mu
Leo-Mu commented May 5, 2019

对于使用云服务的负载均衡器(Azure 或者 Google cloud)以及 CDN 的用户,因为负载均衡器和 CDN 是可以直接接管证书和 TSL 甚至 HTTP/2 、 QUIC 的,所以希望 v2ray 作为客户端使用时也能够支持像浏览器一样自动协商底层传输协议是 HTTP 1.1 还是 HTTP/2 或 QUIC 。相当于在入站协议上提供一个尽量简单、不占资源的 HTTP 类型的底层传输协议,如 #1644 所需求的,再由客户端在出站协议上与负载均衡器自动协商。当然如果入站协议也能够提供一个支持多版本协商的 HTTP 底层传输协议那也再好不过。
以及目前 WebSocket 是直接使用 WebSocket 连接的,与浏览器的 HTTP 协商升级为 ws 的行为有所不同,跟据[谷歌云的表述](https://cloud.google.com/load-balancing/docs/

Trending repository
yuanming-hu
yuanming-hu commented May 2, 2020

(Found this while reviewing #907)

Currently Expr::operator=(const Expr &o) can have two meanings.

https://github.com/taichi-dev/taichi/blob/f5373b1395a66c78506de0fd3c172dffe0d444d0/taichi/ir/expr.cpp#L54-L69

Let's say we have

Expr a, b;
a = b;
  1. If inside a kernel definition, this creates a FrontendAssignStmt in the AST
  2. Otherwise, this lets a hold the express
Trending repository
Geethasaikrishna
Geethasaikrishna commented Apr 24, 2020

Text in the notebook: Our weights need to be improved. To do this, we take a few data items (such as images) that and feed them to our model

Issue : In the italic- highlighted text above, seems like word that is not fitting in context of sentence. Two probable cases, may be something is missed to be written after that or that is actually a typo

Trending repository
josh-chan
josh-chan commented Apr 29, 2020

简单看了一下代码,发现 ssl 自动那个不太自动。
是否可以实现像 caddy 那样的?提供域名就行,启动caddy后就自动获取证书了。

好像有些难度,我不了解 trojan 协议,能否这样改:

用 http 监听端口,用 certmagic 或者 autocert 获取证书,然后在 http.Handler 里面 hijack 拿到 connection, 再处理 trojan 协议。
这样再外层就是一个 http server, 不是现在的 trojan tcp server. 不知道是否可行。
@p4gefau1t

Codecov screenshot
App recommended by GitHub

Codecov

Codecov provides highly integrated tools to group, merge, archive and compare coverage reports.

  1. Upload coverage reports from your CI builds.
  2. Codecov merges all builds and languages into one beautiful, coherent report.
  3. See this data overlaid via our browser extension with Sourcegraph.

Are you desiring an on-prem install? Please see https://codecov.io/enterprise

Do you have fewer than 5 users in your org + private repos? You can sign up for free at https://codecov.io/

You can’t perform that action at this time.