The Wayback Machine - https://web.archive.org/web/20211021130414/https://github.com/explore
Skip to content

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

Build a game this November!

Game Off

Game Off is our annual month-long game jam where participants create games using their favorite game engines, libraries, and programming languages. Newbies, professional game developers, and everyone in between are welcome to join. It’s a great excuse to learn a new technology, collaborate on something over the weekends with friends, or create a game by yourself for the first time! Join now!

TypeScript logo

Popular topic

TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
datree

Trending repository

GitHub South Africa Community Event

Upcoming event recommended by GitHub

Oct
29

GitHub South Africa Community Event

October 29, 2021 • Online

Join us for the new community-led South Africa meetup. The first of its kind meetup is one not to miss, bringing together key industry techies from FinTech to HealthTech, who will impart both knowledge and industry in the fast paced tech industry.

Trending repository

Sider screenshot

App recommended by GitHub

Sider

Sider checks code using custom rules based on project specific knowledge and cumulative team experiences. On each pull request, Sider automatically alerts developers on previously documented issues and key information relevant to the changed code.

sheetjs

Trending repository

defusioner
defusioner commented Feb 25, 2021

Hi, I'm trying to read a CSV file like this (;, delimiters):

A;B;C;D
1,1;2,2;3,3;4,1
1,1;2,2;3,3;4,1
1,1;2,2;3,3;4,1

What happens: semicolon from the first line does not become the main separator, the comma from the second line does and it breaks the file's logic.

Code that reads:

X.read(e.target.result, { type: 'string' })

Result

{
      A1: { t: 's', v:
black

Trending repository

jack1142
jack1142 commented Jun 8, 2021

Describe the bug

"EOF in multi-line statement" error is shown to the user as the raw tuple it was returned as, rather than in a nicely formatted message.

To Reproduce

For example:

  1. Take this (invalid) file:
print(
  1. Run Black on it with no arguments
  2. See a message with the EOF error being shown as a raw tuple representation:
error: cannot format test

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)