Skip to content

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

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__'
Emacs logo

Popular topic

Emacs is an extensible, customizable, free text editor and computing environment.
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.
Cloud 66 Skycap screenshot

App recommended by GitHub

Cloud 66 Skycap

Skycap is a container-native Continuous Delivery Pipeline. It takes your code from any git repository, and allows you to build your image in a reliable, secure, and repeatable way.

Skycap runs your Docker build workflow step by step for multiple images. It comes complete with an intuitive UI & private Docker repository.

Combine with Maestro for an end-to-end solution.

Trending repository

This repository contains all the DSA (Data-Structures, Algorithms, 450 DSA by Love Babbar Bhaiya, FAANG Questions), Technical Subjects (OS + DBMS + SQL + CN + OOPs) Theory+Questions, FAANG Interview questions, and Miscellaneous Stuff (Programming MCQs, Puzzles, Aptitude, Reasoning). The Programming languages used for demonstration are C++, Python, and Java.

  • Updated Aug 25, 2021
  • Jupyter Notebook
MeiliSearch

Trending repository

curquiza
curquiza commented Aug 24, 2021

Two calls to index/:uid/settings/filtarable-attributes can return two different orders of fields.

Example: with genre and price as filterableAttributes you can get

[
    "genre",
    "price"
]

or

[
    "price",
    "genre"
]

To be consistent with the other settings, the order of these fields should be always the same: the order given by the use

DeepSource screenshot

App recommended by GitHub

DeepSource

DeepSource helps you find and fix issues during code reviews. Free to use on open-source repositories.

Seamless integration with GitHub lets you start analyzing code in a couple of minutes. Follow our documentation and guides to get started — deepsource.io/docs/