-
Updated
May 13, 2021 - CSS
lightweight
Here are 1,844 public repositories matching this topic...
Tests
-
Updated
Apr 7, 2021 - JavaScript
-
Updated
Jul 9, 2021 - TypeScript
-
Updated
Dec 17, 2019
centos 8.x 支持计划
centos 8.2 已经发布了,想了解下对 centos 8.x 的支持计划大概是怎样的,谢谢。
-
Updated
Jul 15, 2021 - JavaScript
-
Updated
Jul 15, 2021 - JavaScript
-
Updated
Jul 18, 2021 - Java
-
Updated
Jul 13, 2021 - C
-
Updated
Feb 17, 2021 - HTML
-
Updated
Jan 22, 2021 - C
-
Updated
Jun 15, 2021 - JavaScript
-
Updated
Feb 17, 2021 - Swift
-
Updated
Jul 19, 2021 - Shell
-
Updated
Dec 21, 2020 - JavaScript
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
Jun 16, 2021 - JavaScript
-
Updated
Jun 16, 2021 - TypeScript
-
Updated
Jun 24, 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
Jul 17, 2021 - Kotlin
-
Updated
Apr 10, 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
Jul 18, 2021 - Python
-
Updated
Jul 5, 2021 - JavaScript
-
Updated
Jul 16, 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