-
Conditional execution of events: execute it if a variable has a value:
```yaml
- event: on-control-active-press
libretro-id: JOYPAD_B
condition:
variable: myvariable
…
curif updated
2 weeks ago
-
## Summary
Jobs failing with "Aborted Job: Server 'worker1' shut down unexpectedly".
## Steps to reproduce the problem
Run a heavy network IO job(transferring large file or spawning 10000 SSH…
-
When you go to the execution view of a failed pipeline it is missing the button to go to the edit mode, which normal execution views have. The only available button is "Close". Is this intentional?
…
-
## CVE-2021-38300 - High Severity Vulnerability
Vulnerable Library - linux6f0f18e532693ecc1e0c7938e0d63531ea62bc3e
Linux kernel stable tree mirror
Library home page: https://github.com/gregkh/linux…
-
## CVE-2021-38300 - High Severity Vulnerability
Vulnerable Library - linux6f0f18e532693ecc1e0c7938e0d63531ea62bc3e
Linux kernel stable tree mirror
Library home page: https://github.com/gregkh/linux…
-
## CVE-2020-10766 - Medium Severity Vulnerability
Vulnerable Library - linux-yoctov5.4.51
Yocto Linux Embedded kernel
Library home page: https://git.yoctoproject.org/git/linux-yocto
Found in HEAD c…
-
@vlasovskikh - Can the `ESP32` be declared as officially supported now? There is now a huge `ESP32` success sample space of at least 2 users :-)
I suggest that it be identified as a separate boar…
-
## CVE-2020-10766 - Medium Severity Vulnerability
Vulnerable Library - linux-yoctov5.4.51
Yocto Linux Embedded kernel
Library home page: https://git.yoctoproject.org/git/linux-yocto
Found in HEAD c…
-
When using `styled-components` I tend to move logic out to keep my code streamlined as opposed to using inline ternaries or short-circuit operators. The easiest way to do this is to pull out the condi…
-
```
Goals:
1. We want to use one set of data for running tests in the testing
environment and a different set in the staging and production environments.
2. We want to forcibly disable execution of …