Here's what's popular on GitHub today...
Trending repository
-
Updated
Jul 2, 2022 - V
The Download
On this episode of The Download, Christina is back in another newish location, and here with the latest developer and open source project news.
Popular topic
Firefox
Trending repository
-
Updated
Jul 2, 2022 - TypeScript
Trending repository
Enhancement
CREATE TABLE t_tf (
a int not null,
b float,
c1 varchar(100)
) DUPLICATE KEY (id)
DISTRIBUTED BY HASH(id) BUCKETS 1;To create a table as above, but id does not exist.
However, the error message is:
ERROR 1064 (HY000) at line 1: Key columns should be a ordered prefix of the schema.
- the message is not correct.
- it should display the
Upcoming event recommended by GitHub
30 Minutes to Merge: Accelerate shipping with GitHub Projects
August 24, 2022 • Online
Trending repository
-
Updated
Jul 2, 2022 - Rust
Trending repository
-
Updated
Jul 1, 2022 - TeX
Collection recommended by GitHub
Made in Brazil
Open source projects built in or receiving significant contributions from Brazil :brazil:
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.
Trending repository
-
Updated
Nov 5, 2021 - CSS
Trending repository
-
Updated
Jul 1, 2022
Trending repository
-
Updated
Jul 1, 2022 - Rust
Trending repository
Feature request
Overview
Currently, the DELETE operation returns an empty result. It would be more useful if it returned the number of deleted rows.
Motivation
The number of deleted rows is an obvious metric that users would want from a delete operation.
Further details
Currently, DeleteCommand.scala is explicitly returning an empty DataFrame [here](https://g
Trending repository
Trending repository
-
Updated
Jun 23, 2022 - C++
Trending repository
-
Updated
Jun 16, 2022 - JavaScript
Trending repository
-
Updated
Jul 1, 2022 - Shell
Trending repository
-
Updated
Jun 27, 2022 - Jupyter Notebook
Trending repository
Moar packages
Is your feature request related to a problem? Please describe.
I want to get into application packaging, that's all.
Describe the solution you'd like
Since my system has flatpaks and debs the options I feel motivation towars are a ppa and a flathub user repo.
Describe alternatives you've considered
SNAPs are not ideal for scripts (I'm not even sure if containerizing would even
Trending repository
-
Updated
Jul 1, 2022 - Java
Trending repository
-
Updated
Jul 2, 2022 - TypeScript
Trending repository
What about History?
Histories make men wise.
What about Network ?
Trending repository
-
Updated
Jul 2, 2022
Trending repository
-
Updated
Jul 1, 2022 - C#
Trending repository
Just grab a centos7 docker container like this one:
https://hub.docker.com/r/opensearchstaging/ci-runner/tags?page=1&ordering=last_updated&name=ci-runner-centos7-gradle-check-v1
Export these envvar:
JAVA11_HOME="/opt/java/openjdk-11
JAVA17_HOME="/opt/java/openjdk-17"
JAVA8_HOME="/opt/java/openjdk-8"
JAVA_HOME="/opt/java/openjdk-17"
Check out main or 2.0 branch, run `./gradlew check --no
Trending repository
Problem
Right now the NetworkAddress struct is very confusing to anyone who uses it. It's composed of a set of unordered protocols that make an address, though this can make it confusing, and not easy to build.
Tasks
- Make NetworkAddress canonical (e.g. Always `///<TCP o
Trending repository
Describe the bug
In Firefox, the zoom feature uses transform styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that require position: fixed when in the "Docs" view.
Normally a position: fixed element's position would correspond to the viewport but in Firefox it corresponds to the element with the transform style.
Trending repository
-
Updated
Jul 2, 2022 - Java
App recommended by GitHub
Mend Bolt
We'll help you harness the power of open source without compromising on security or agility!
Mend Bolt for GitHub is a FREE app, which continuously scans all your repos, detects vulnerabilities in open source components and provides fixes. It supports both private and public repositories.
We've got you covered with over 200 programming languages support and continuous tracking of multiple open source vulnerabilities databases like the NVD and additional security advisories.


See denoland/fresh#326