Here's what's popular on GitHub today...
Trending repository
AFTER TX support
Other than BEFORE TX we could expose AFTER TX as a SQL method
Popular topic
Perl
Trending repository
-
Updated
Dec 22, 2021 - Kotlin
Trending repository
-
Updated
Dec 22, 2021 - Solidity
Upcoming event recommended by GitHub
Community Powered Security
January 07, 2022 • Virtual
Trending repository
Add CMake aliases
GTest exports the following targets:
GTest::gtestGTest::gtest_mainGTest::gmockGTest::gmock_main
This targets should also be available when adding gtest with add_subdirectory (or FetchContent), because this should behave the same way as adding GTest with find_package. So somewhere, we should add the aliases to these targets, i.e.
add_library(GTest::gtest ALIAS
Trending repository
Collection recommended by GitHub
Game Engines
Frameworks for building games across multiple platforms.
App recommended by GitHub
Code Review Doctor
Python and Django code review copilot that offers the fix right inside the pull request
- Catch bugs before they are committed
- Enhance the security of your website
- Improve team agility through better code quality
- Spend less time reviews code or fixing bugs
- Upskill junior devs with learning resources
- Setup in 10 seconds and nothing to install or update
- Airtight privacy policy and security guaranteed
Trending repository
-
Updated
Dec 22, 2021 - Rust
Trending repository
-
Updated
Dec 22, 2021 - Rust
Trending repository
Bug description
On windows, I run prisma format and note the unusual file ending. The lines are all LF, but the very last line is CRLF.
This causes issue on my Linux CI where it formats it ending in LF's only, causing a diff to occur and the build to fail.
How to reproduce
- On windows do prisma format
- Open in HxD or similar
- See attached:
 of the article would you like to see updated?
[Creating an action metadata file
](https://do
Trending repository
-
Updated
Dec 22, 2021 - JavaScript
Trending repository
Cannot read property 'properties' of undefined when adding a lazy loaded module with ng generate
🐞 Bug report
Command (mark with an x)
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- extract-i18n
- run
- config
- help
- version
- doc
Description
While attempting to find the
Trending repository
Task
Currently, We use the AES algorithm to encrypt the password and provide the password back to the front end. I think It's not safe.
I suggest the following optimization:
- The API does not return the password field. See `org.apache.shenyu.admin.controller.DashboardUse
Trending repository
-
Updated
Dec 22, 2021 - PowerShell
App recommended by GitHub
Cloud 66 for Rails
Cloud 66 for Rails allows you to build, manage and maintain your Rails applications that can be deployed to any cloud provider or to your own server. Cloud 66 for Rails helps you scale your database with master-slave replication, without having to make any configuration changes. You can add back-ups, load balancers and de-commission servers with a single click. Popular Rails and Rack frameworks available.

Describe the enhancement
In the docs, I'm not seeing any
/api/v1/healthcheckendpoint or whatnot (heartbeat specific, not referencingping). Potentially returning the time of last heartbeat and any errors (if present).This would be highly useful for monitoring and ensuring nothing crazy is going wrong. This would make monitoring from another server much easier and with some simple sc