Here's what's popular on GitHub today...
Trending repository
We have a lot of is_prime (or similar) functions: https://github.com/TheAlgorithms/Python/search?p=4&q=is_prime, https://github.com/TheAlgorithms/Python/search?q=isPrime, data_structures/hashing/number_theory/prime_numbers, etc. Shall we use one common function for that exactly identical
Git Merge 2022
Join our host Kedash Kerr and hundreds of developers for technical talks, hands-on workshops, and breakout discussions about Git—and the people who build the world’s technologies with it. Tickets are on sale now.
Popular topic
macOS
Trending repository
-
Updated
Aug 6, 2022
Trending repository
-
Updated
Aug 8, 2022 - Rust
Upcoming event recommended by GitHub
Git Merge 2022
September 14, 2022 - September 15, 2022 • Chicago, IL
Trending repository
-
Updated
Aug 10, 2022 - Lua
Trending repository
When browsing wide data tables in the dashboard (which I do a lot) it is very inconvenient because the browser's horizontal scrollbar is hidden unless you scroll to the very bottom of the page.
If I am at a page like /console/data/schema/public/tables/[tablename]/browse
I won't be able to scroll the table right (to see other columns) unless I first scroll vertically to the bottom of the page
Collection recommended by GitHub
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
App recommended by GitHub
Localazy
Localize digital products while you sleep.
There are over 4B people online behind language barriers. Speak everyone's language today and enjoy full and simple control over localization and translation management.
Localazy® is a localization platform built for developers and friendly to all other users.
Manage translations and enjoy powerful localization features.
Integrate Localazy to your Github Actions and forget about all the hassle. Never touch localizable files again
Trending repository
-
Updated
Aug 10, 2022
Trending repository
-
Updated
Aug 10, 2022 - Python
Trending repository
-
Updated
Aug 3, 2022 - Python
Trending repository
-
Updated
Aug 8, 2022 - C++
Trending repository
-
Updated
Aug 10, 2022
Trending repository
-
Updated
Aug 10, 2022 - TypeScript
Trending repository
-
Updated
Jul 4, 2022 - Jupyter Notebook
Trending repository
-
Updated
Aug 5, 2022 - JavaScript
Trending repository
See #4308
We should support the UNION BY NAME operator to union together tables with re-ordered and potentially new columns. This operator is useful for unifying data from an evolving schema, where new columns have been added over time.
Example usage:
create table integers(i integer, j integer);
create table strings(j integer, k varchar);
insert into integers values (1, 10);Trending repository
So far we only support pairs, not tuples with an arbitrary number of fields. That's just laziness though, and should not be hard to fix.
Trending repository
-
Updated
Aug 11, 2022 - Java
Trending repository
Trending repository
-
Updated
Aug 10, 2022 - Jupyter Notebook
Trending repository
Trending repository
-
Updated
Aug 1, 2022 - JavaScript
Trending repository
-
Updated
Jul 30, 2022 - Python
Trending repository
-
Updated
Jul 28, 2022
Trending repository
Would it be possible to let folks pass their own slugify function to generate slugs for markdown headings? Some usecases for this are
- backward compatibility (if I'm migrating from some other framework)
- customization of slugs (one off custom transformations)
- handling special usecases for non-latin languages (like Urdu)
Possible alternative
If it is too much, [@sindresorhus/sl
Trending repository
-
Updated
Aug 9, 2022 - Go
App recommended by GitHub
LogRocket
LogRocket lets you replay problems as if they happened in your own browser. Instead of guessing why errors happen, or asking users for screenshots and log dumps, you can replay sessions to quickly understand what went wrong.
LogRocket records pixel-perfect videos of user activity along with console logs, JavaScript errors, network requests, and browser metadata. It also has deep integrations with React, Redux, Angular and Vue.js to record application state.

We should set up a GitHub action to test changes made in every PR via the existing Playwright setup. Would complement nicely with the Vercel deployment.