Skip to content

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

Tensorflow logo

Popular topic

TensorFlow is an open source software library for numerical computation.
Game Off

Upcoming event recommended by GitHub

Nov
1

Game Off

November 01, 2021 - December 01, 2021 • Online

Game Off is an annual game jam, where participants spend the month of November creating games based on a secret theme. Participate individually, or as a team. Use whatever game engines, libraries, and languages you like.

App recommended by GitHub

Codetree

Codetree is a lightweight project management app with terrific support for multi-repo projects. There's nothing to install and it works in every browser.

Agile teams use Codetree to plan sprints and epics, and understand their in-flight work. Two-way sync with GitHub Issues means your team can work in either tool and everything stays up to date.

Teams from SeatGeek, Google, Telerik, MIT, Microsoft and CKSource trust Codetree to help deliver great software.

Trending repository

DimitrisJim
DimitrisJim commented Aug 10, 2021

Feature

CPython:

>>> from collections import deque
>>> d = deque()
>>> d.__imul__(3)
deque([1, 1, 1, 1, 1])

RustPython:

>>>>> from collections import deque
>>>>> d = deque()
>>>>> d.__imul__(5)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'deque' object has no attribute '__imul__'

Trending repository

ekolve
ekolve commented Jul 16, 2021

The depth configuration defined on this line:

https://github.com/intel-isl/Open3D/blob/master/examples/python/reconstruction_system/sensors/realsense_recorder.py#L114

is not compatible with the RealSense L515 camera. The following exception is raised:

Traceback (most recent call last):
  File "./examples/python/reconstruction_system/sensors/realsense_recorder.py", line 126, in <m
Sentry screenshot

App recommended by GitHub

Sentry

Sentry provides real-time crash reporting, giving your team insight into errors affecting your customers in production. Sentry supports dozens of languages and frameworks and is trusted by thousands of companies like Pinterest, Uber, Stripe, Dropbox, and Airbnb.

Sentry doesn't just alert you to errors, but integrates into your GitHub development flow by linking errors to the commit and author likely responsible, creating new GitHub Issues, and resolving errors with commit message.