Here's what's popular on GitHub today...
Trending repository
-
Updated
Feb 14, 2022 - C++
Popular topic
PWA
Trending repository
-
Updated
Feb 10, 2022 - JavaScript
Trending repository
-
Updated
Feb 10, 2022 - JavaScript
Upcoming event recommended by GitHub
Open-Source Software, его поддержка, устойчивость и GitHub
February 22, 2022 • Online
Trending repository
-
Updated
Feb 15, 2022
Trending repository
-
Updated
Feb 14, 2022 - Python
Collection recommended by GitHub
Game Engines
Frameworks for building games across multiple platforms.
App recommended by GitHub
Depfu
Depfu is the best way for busy teams to keep their app dependencies up-to-date. We believe doing small, easy to assess updates regularly and supported by automation is a lot easier than falling behind and having to update everything at once.
We support all Ruby projects using Bundler, all JS projects using npm or Yarn, all Elixir projects using Hex and all PHP projects using Composer. Lock files are handled automatically.
Trending repository
Trending repository
-
Updated
Feb 12, 2022 - Vue
Trending repository
-
Updated
Feb 14, 2022
Trending repository
-
Updated
Feb 15, 2022 - Java
Trending repository
-
Updated
Feb 3, 2022
Trending repository
Trending repository
This is a common feature in other drawing apps which makes switching between colors a lot easier.
Trending repository
Trending repository
-
Updated
Feb 15, 2022 - TypeScript
Trending repository
Trending repository
-
Updated
Feb 15, 2022 - TypeScript
Trending repository
-
Updated
Jan 30, 2022 - Java
Trending repository
-
Updated
Feb 15, 2022
Trending repository
Description
The event hub module generates a unique random name in case the name is not passed as a parameter. That is tested with the parameter file min.parameters.json.
The logic creating the unique name must comply with the eventhub namespace naming convention. In particular, the unique name must start with a letter. The current logic allows the generated unique name to start with a nu
Trending repository
-
Updated
Feb 15, 2022 - Python
Trending repository
-
Updated
Feb 15, 2022 - JavaScript
Trending repository
According to our CI running every week, we have flaky tests in our CI
https://github.com/meilisearch/meilisearch/actions/runs/1829169574
This is due to snapshot
Trending repository
-
Updated
Feb 15, 2022 - C++
Trending repository
-
Updated
Feb 15, 2022 - C
App recommended by GitHub
Semgrep
Semgrep is a fast, open-source, static analysis tool for modern languages. With 1,000+ existing rules and simple-to-create custom ones, it finds the bugs that matter.
- Open source, works on 17+ languages
- Scan with 1,000+ community rules
- Write rules that look like your code
- Quickly get results in the terminal, editor, or CI/CD
- Flag issues moving forward, get results in pull requests, Slack, + more
Currently, the
ulid_to_uuidbuiltin passes raw parsing errors back to the user, which get turned into internal errors. These should be returned with parsing error codes of some sort.