-
Updated
May 13, 2021 - CSS
lightweight
Here are 1,894 public repositories matching this topic...
Tests
-
Updated
Apr 7, 2021 - JavaScript
centos 8.x 支持计划
centos 8.2 已经发布了,想了解下对 centos 8.x 的支持计划大概是怎样的,谢谢。
-
Updated
Sep 2, 2021 - TypeScript
-
Updated
Dec 17, 2019
-
Updated
Aug 15, 2021 - JavaScript
-
Updated
Aug 2, 2021 - JavaScript
-
Updated
Sep 4, 2021 - Java
-
Updated
Sep 1, 2021 - C
-
Updated
Feb 17, 2021 - HTML
-
Updated
Aug 16, 2021 - C
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Feb 17, 2021 - Swift
-
Updated
Sep 4, 2021 - Shell
Describe the bug
When a timed theme switch is delayed due to high GPU usage, the old monitoring module logged this incident.
The new module has been rewritten more efficiently and does not yet implement this behavior.
Expected behavior
The new GPU monitoring module logs the GPU usage once after the threshold has been surpassed with a message similar to the old module, e.g
-
Updated
Dec 21, 2020 - JavaScript
-
Updated
Jun 16, 2021 - JavaScript
-
Updated
Sep 1, 2021 - TypeScript
-
Updated
Aug 20, 2021 - JavaScript
-
Updated
Jul 19, 2020 - JavaScript
catch SIGPIPE
SSL_shutdown() tries to send the close_notify shutdown alert to the peer. When the peer has shutdown, kernel will send a SIGPIPE to client, so we must catch the signal.
-
Updated
Aug 25, 2021 - Kotlin
-
Updated
Aug 4, 2021 - C
-
Updated
Jul 5, 2021 - Go
debootstrap.sh
replaces extraargs
or another line in the environment where it finds 'console=' before the line that starts with console=
Suggested the following fix:
--- a/lib/debootstrap.sh
+++ b/lib/debootstrap.sh
@@ -626,7 +626,7 @@ prepare_partitions()
# if we have a headless device, set console to DEFAULT_CONSOLE
if [[ -n $DEFAULT_CONSOLE && -f $SDCARD/boot/armbianE
-
Updated
Jul 12, 2021 - C++
-
Updated
Sep 3, 2021 - Python
-
Updated
Sep 4, 2021 - JavaScript
-
Updated
Jul 21, 2021 - Python
Improve this page
Add a description, image, and links to the lightweight topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lightweight topic, visit your repo's landing page and select "manage topics."
it's becoming more time-consuming and error-prone to manually re-test all the demos following internal refactorings and API adjustments.
now that the API is fleshed out a bit, it's possible to test a large amount of code (non-granularly) without having to simulate all interactions via Puppeteer or similar.
a lot of code can already be regression-tested by simply running all the demos and val