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

ASP.NET logo
Popular topic
ASP.NET is a web framework for building modern web apps and services.
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

Azure Boards

Plan, track, and discuss work across your teams

Azure Boards offers Kanban boards, backlogs, and dashboards for flexible work tracking that is fully connected to the code and issues for all your projects – big and small.

A separate Azure DevOps Services subscription is required. We'll help you get started for free if you don't already have one.

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

You can’t perform that action at this time.