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
ESLint logo
Popular topic
The pluggable linting utility for JavaScript and JSX.
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
bothra90
bothra90 commented Nov 15, 2019

The current discovery protocol doesn't have any integration tests, and is therefore susceptible to bugs which cannot be checked for in unit tests. #1770 fixes one such bug where the Discovery protocol was no longer being advertised after refactoring, and we ended up in a state where only the seed nodes were being connected to by all peers.

cc: @phlip9

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
AmitaiMazliah
AmitaiMazliah commented Jan 10, 2020

Describe the bug
I'm trying to implement login with apple with firebase
I'm using https://pub.dev/packages/apple_sign_in
To get the apple cred, than I'm passing the creds to firebase but I'm getting an error

I have enabled apple login in the firebase console

To Reproduce
Steps to reproduce the behavior:
this is my code

import 'dart:async';
import 'package:apple_sign
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.