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

Support open source and get a T-shirt
Event recommended by GitHub

Hacktoberfest — brought to you by DigitalOcean in partnership with DEV — is a month-long celebration of open source software. Maintainers are invited to guide would-be contributors towards issues that will help move the project forward, and contributors get the opportunity to give back to both projects they like and others they’ve just discovered. No contribution is too small — bug fixes and documentation updates are valid ways of participating.

Can’t make it to this event? Hacktoberfest is virtual and open to participants from around the globe. Sign up to participate today.

You can look for open issues labeled Hacktoberfest for inspiration. And if are an open source repository maintainer, you can create issues or label existing ones with Hacktoberfest on your GitHub projects to help new contributors know what to work on.

Popular topic

PostgreSQL

PostgreSQL is an open source database system.

GitHub Universe
Upcoming event recommended by GitHub
Nov
13

GitHub Universe

November 13, 2019 - November 14, 2019 • San Francisco

GitHub Universe is a conference for the builders, planners, and leaders defining the future of software.
ansible
Trending repository
geerlingguy
geerlingguy commented Sep 16, 2019
SUMMARY

I was working on an example of what not to do—namely, using the yum module instead of package for something meant to be platform agnostic... but then I realized my example (using the yum module on Debian) actually worked.

When I ran the yum task with -vvvv I found:

Running apt as the backend for the yum action plugin
Using module file /usr/local/lib/pytho
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.

metabase
Trending repository
elasticsearch-net
Trending repository
codebrain
codebrain commented Jan 31, 2019
  • Fix all incorrectly defined /// <inheritdoc /> statements
  • Ensure XML documentation on everything public
  • Potentially revisit language used in the ApiGenerator templates
  • The documentation generator is skipping declarations and failing to omit documentation - problem exists in XmlDocsVisitor.
cypress
Trending repository
flutter
Trending repository
ivanryndyuk
ivanryndyuk commented Sep 30, 2019

Issue Description

Method Future<LatLng> getLatLng(ScreenCoordinate screenCoordinate) returns different results for the same ScreenCoordinate on iOS and Android.

Steps to Reproduce

  1. Add GoogleMap widget filling entire device screen.
  2. Set initialCameraPosition.target to (lat; lng) coordinates.
  3. Retrieve GoogleMapController in onMapCreated handler.
  4. In onCameraIdle
unison
Trending repository
aryairani
aryairani commented Sep 25, 2019

image

I believe this 👇 should produce 3 lines of output, but it only produces 2? ☝️

  (P.wrapColumn2
    [ ("`list`", "lists definitions and namespaces at the current level of the current namespace.")
    , ( "`list foo`", "lists the 'foo' namespace." )
    , ( "`list .foo`", "lists 
You can’t perform that action at this time.