-
Updated
May 13, 2021 - CSS
lightweight
Here are 1,822 public repositories matching this topic...
Tests
-
Updated
Apr 7, 2021 - JavaScript
-
Updated
Jun 26, 2021 - TypeScript
-
Updated
Dec 17, 2019
centos 8.x 支持计划
centos 8.2 已经发布了,想了解下对 centos 8.x 的支持计划大概是怎样的,谢谢。
-
Updated
Jun 30, 2021 - JavaScript
-
Updated
Jul 3, 2021 - JavaScript
-
Updated
Jul 2, 2021 - Java
-
Updated
Jun 30, 2021 - C
-
Updated
Feb 17, 2021 - HTML
-
Updated
Jan 22, 2021 - C
-
Updated
Jun 15, 2021 - JavaScript
-
Updated
Feb 17, 2021 - Swift
-
Updated
Jul 1, 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
Jul 19, 2020 - JavaScript
-
Updated
Jun 24, 2021 - JavaScript
Could we read cookies from a file, or store cookies automatically?
When I was downloading files from a server protected by cloudflare, it returned status code 520.
Tested with curl, I found that cookie is required to access the web site.
-
Updated
Jul 2, 2021 - Kotlin
-
Updated
Apr 10, 2021 - C
-
Updated
Jul 2, 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
May 3, 2021 - C++
-
Updated
Jul 3, 2021 - Python
-
Updated
Jun 16, 2021 - JavaScript
-
Updated
Dec 31, 2020 - 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