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

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

Game Off Highlights
Game Bytes

The theme for this year’s Game Off was ‘moonshot’ and the entries were out of this world! Fork and play some of the top-rated games.

Wagtail logo
Popular topic
Wagtail is an open source CMS written in Python and built on the Django web framework.
superset
Trending repository
App recommended by GitHub

Buddy

Get back your time with Buddy’s delivery pipelines that eliminate repeatable tasks in your daily development.

Automatically build & ship web projects on a single git push, on click, or recurrently. Easily define your own delivery process just like you build a house of bricks: from builds and tests, to deployments, custom scripts, and website monitoring.

Bring the newest tech to your team’s stack with native Docker support: containers, microservices, Kubernetes deployments, and more.

Trending repository
BasixKOR
BasixKOR commented Jan 6, 2021

While working on Korean translation I noticed errorSplash strings are based on concateration approach, which may not work in all languages due to the differences in ordering of words.

I suggest using string interpolation instead of concatenating a variable between pre and post strings.

References

[How to concatenate localized strings mindfully by Shopify](https://ux.shopify.com/how-

Trending repository
ogrisel
ogrisel commented Nov 13, 2020

Most functions in scipy.linalg functions (e.g. svd, qr, eig, eigh, pinv, pinv2 ...) have a default kwarg check_finite=True that we typically leave to the default value in scikit-learn.

As we already validate the input data for most estimators in scikit-learn, this check is redundant and can cause significant overhead, especially at predict / transform time. We should probably a

Trending repository
JeanGolang
JeanGolang commented Feb 7, 2017

Hello Philip!
I think there is an issue with this part of the code of rqlite (store/store.go).

func (s *Store) Database(leader bool) ([]byte, error) {
	if leader && s.raft.State() != raft.Leader {
		return nil, ErrNotLeader
	}
	// Ensure only one snapshot can take place at once, and block all queries.
	s.mu.Lock()
	defer s.mu.Unlock()

	f, err := ioutil.TempFile("", "rqlilte-snap-
Trending repository
nielsvanvelzen
nielsvanvelzen commented Dec 8, 2020

Describe the bug

The current implementation of the authorization header parsing has (at least) the following issues:

  • A value can't contain any commas
  • A value can't start or end with a doublequote
  • A value can't contain special characters
    • HTTP Headers only allow ASCII characters
    • There is no option to encode/decode the values (using base64 or urlencoding)
  • When a value c
Codecov | Code Coverage screenshot
App recommended by GitHub

Codecov | Code Coverage

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

  1. Uploads coverage reports from your CI
  2. Merges all builds and languages into one beautiful, coherent report.
  3. Displays coverage data in GitHub Files tab

Is your team using GitHub Enterprise? If so, check out Codecov Self-Hosted.

Do you have less than 5 users in your organization? You can sign up for free on codecov.io.