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

trax
Trending repository
RetroChase
Game Off 2019 Highlights

Put your ninja skills to use and teleport from point to point in this retro-looking puzzle game. 2nd place overall in the GitHub Game Off.

Ember logo
Popular topic
Ember is a framework for creating web applications.
Git Merge 2020
Upcoming event recommended by GitHub
Mar
4

Git Merge 2020

March 04, 2020 • Los Angeles

Git Merge is a one-day conference dedicated to the version control tool that started it all—and the people who use it every day.
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.

PySyft
Trending repository
iamtrask
iamtrask commented Jan 17, 2020

Is your feature request related to a problem? Please describe.
At present, we have 8 different languages represented in our Jupyter notebook tutorial series. While this is absolutely epic, it's leading to two problems:

  1. if we change one notebook because PySyft's API changes, we also have to change 8 other notebooks. This is going to become prohibitively difficult past 10 languages.
  2. W
system-design-primer
Trending repository
njacharya
njacharya commented Aug 16, 2019

A description is incomplete. It should mention:

These patterns are not competing, but complementing each other. To achieve availability, one needs both fail-over and replication.

right after

"There are two main patterns to support high availability: fail-over and replication. "

the-art-of-command-line
Trending repository
libra
Trending repository
andll
andll commented Nov 6, 2019

When cluster test TxEmitter fails to commit transaction it retries attempt.
However, we want to track number of such discarded transactions and report this in performance report to catch regressions

Code pointers:
see main.rs: measure_performance for performance report generation
see tx_emitter.rs: SubmissionThread::run for retry code

This will allow to surface issues such as https:

v3
Trending repository
gatsby
Trending repository
KristinaKoeva
KristinaKoeva commented Dec 30, 2019

Summary

Be able to pass event category, label, and action as properties to the <OutboundLink/> component provided by gatsby-plugin-google-analytics

Basic example

<OutboundLink href="mailto:careers@site.com"
    eventCategory="careers"
    eventAction="apply"
    eventLabel="office_assistance">
  <Button>Apply now</Button>
</OutboundLink>

Motivation

It w

flutterfire
Trending repository
App recommended by GitHub

Review Notebook App

Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.

We provide complete code review workflow for notebooks,

You can’t perform that action at this time.