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

Docker logo
Popular topic
Docker is a platform built for developers to build and run 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.
Trending repository
sebmck
sebmck commented Feb 20, 2020

The rome package will likely be the only package published for users. This will contain the CLI and a very thin API that heavily limits the public API exposed. There's no intention to publish any other packages as this would heavily restrict the changes we can make.

  • Custom project finding logic exists that matches th
App recommended by GitHub

Renovate

Multi-language Dependency Automation

  • Automatically update dependencies using convenient Pull Requests
  • Supports a multitude of languages including JavaScript, Java, Ruby, PHP, Python, Go, Cargo, Elixir, Docker, etc.
  • Extensive configurability. WhiteSource Renovate will fit in with your workflow, including custom grouping and schedules
  • Supports shared presets as code, similar to eslint shared configs

View WhiteSource Renovate website

ant-design
Trending repository
Trending repository

That is the vision of the DevC Lagos: “The Internship v1”. The program is a DevC Lagos initiative where Project Managers, Developers, and DevOps specialists are taken through a 13 week period where they build 10 real-world software products distributed into 10 teams. These products could be Enterprise Apps, SaaS, Libraries or Utilities for “real-world use”. It is a remote-first internship where participants get the opportunity to demonstrate track expertise.

  • Updated Mar 1, 2020
Trending repository
user00101010
user00101010 commented May 26, 2019

Are you submitting a bug report?

Yes

Steps to reproduce

  1. Have Wox Settings set to empty query on open
  2. Open Wox and enter query, for example "cmd"
  3. Press Shift + Enter
  4. Run cmd as admin
  5. Open Wox again, the "Run as administrator" menu is still shown. Need to press escape twice in order to receive an empty query

Expected behavior: On step 4, when opening Wox it sho

Trending repository
xia0nan
xia0nan commented May 29, 2019

Error on Python_cheatsheet.pdf page 5

Looping through all the keys in order

# Show each person's favorite language,
# in order by the person's name.
for name in sorted(fav_languages.keys()):
    print(name + ": " + language)

Should be changed to

# Sort dict by key
for name in sorted(fav_languages.keys()):
    print(name + ": " + fav_languages[name])

Would be nice

Meshtastic-esp32
Trending repository
Trending repository
emmanuelbernard
emmanuelbernard commented Feb 4, 2020

A big value of extensions is the BuildItem model.
We need to document them so other extension writers can discover and use them.
They are also part of the extension contract.

  1. document all "public" BuildItem with adequate JavaDoc
  2. build an anotation processor that will collect the BuildItems and generate a list of them per extension and a documentation (summary?).
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.

You can’t perform that action at this time.