Skip to content

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

Git Merge · Chicago, IL · Sep 14 - 15th

Event

We want to hear how you’re using Git in unexpected ways. Take us deep into how your team is using Git at massive scale. Share how you’re bringing new developers into the fold with Git. If Git is a major part of how you work, we want to hear your story.

Amp logo

Popular topic

Amp is a non-blocking concurrency library for PHP.
Kansas City Developer Conference 2022

Upcoming event recommended by GitHub

Aug
8

Kansas City Developer Conference 2022

August 08, 2022 - August 10, 2022 • Kansas City, MO

The Kansas City Developer Conference is excited to announce our 13th annual event! Our 2022 conference will be held August 8–10, 2022, with both two full conference days, as well as a post-conference workshop day. Once again, the event will be held at the Kansas City Convention Center in downtown Kansas City

App recommended by GitHub

Zube

Zube is a stand-alone Agile project management tool that lets you seamlessly work with GitHub Issues.

Zube is right for you if you want any of these:

  • A real time two way integration with GitHub Issues that keeps your information in sync
  • Organize your Issues on a kanban board or sprint board
  • Allow non-developers without GitHub access to easily work with developers
  • Simultaneously manage Issues across multiple repos
  • Mange private cards alongside public GitHub Issues (ideal for OSS dev)

Trending repository

lxfind
lxfind commented Jun 1, 2022

A QuorumDriver will be a stateless component that exposes a single API: execute_transaction. It takes a transaction, and does the two-step process of taking a raw transaction to certified effects in the end, by communicating with a quorum of validators.
The creation of this component also returns a channel which the caller can subscribe for cert+effects combos.
The API can also support 3 diffe

sui-node good first issue
flipper

Trending repository

mgoyanes
mgoyanes commented Feb 6, 2021

Whenever we switch to the database plugin or if we click on the refresh button

connection.receive(
        DATABASE_LIST_COMMAND,
....

is called thus, the info about our database is updated in the desktop client.

Is it possible to do the other way around, that is, notify the client that it should update the UI because our database has changed, thus not requiring to press the refr

enhancement help wanted good first issue

Trending repository

Trending repository

kassi
kassi commented Dec 14, 2020

The example in the documentation for Style/GuardClause is misleading because mentioned bad and good version don#t match execution.

It says

# bad
if something
  foo || raise('exception')
else
  ok
end

# good
foo || raise('exception') if something
ok

However both versions behave differently and bad can't be replaced by good.

Imagine something being true and `f

documentation good first issue
nuxt.js

Trending repository

emiliobondioli
emiliobondioli commented Jul 26, 2019

What problem does this feature solve?

Example use case:
A static generated app with thousands of routes, like an e-commerce having a route for each product.
Apart from scheduling nuxt generate to run periodically and generate all static and dynamic routes, it would be nice to have the possibility to generate the static files for a single route, for example in a hook when the related ba

LogRocket screenshot

App recommended by GitHub

LogRocket

LogRocket lets you replay problems as if they happened in your own browser. Instead of guessing why errors happen, or asking users for screenshots and log dumps, you can replay sessions to quickly understand what went wrong.

LogRocket records pixel-perfect videos of user activity along with console logs, JavaScript errors, network requests, and browser metadata. It also has deep integrations with React, Redux, Angular and Vue.js to record application state.