-
Hey love this package. Not sure if it's even possible but was wondering if there were plans to implement auto-generated movements? I guess emulating mouse movement to give the impression.
-
I propose to create a GitHub workflow named "Greetings". This workflow will automatically greet users who create new issues or pull requests in this repository. The Greeting will look like "Hi there! …
-
We need to continue adding automated tests to expand coverage as this package is vital to exist with no bugs.
-
Setup release note automation for svmkit.Devs keep increment log that is then gathered and attached to github release for the version.
-
This project, Automated Security Surveillance System, revolutionizes traditional security gate management by leveraging modern technologies such as face recognition and number plate scanning to decrea…
-
As I understand it this repo is about exporting translation pairs from tldr-pages to OPUS for a high-quality translation pairs dataset. Given that opus claims the last export was ~August 2023, is it p…
-
From the epic (#1589):
>If feasible, the first step in this process would be an automated check of each document that is uploaded to ScholarSphere during the workflow for depositing a work. This chec…
-
This is a project that benefits a lot from reliability, so I think it will be good to add automated tests to better ensure that. There's some difficulties due to it modifying a Godot project and doing…
-
How do you do automated renewals?Wiht a shell script in a crontab run by root like:
```
#!/bin/bash
# Log file location
LOG_FILE="/var/log/letsencrypt/renew.log"
# Run the Docker command to…
-
Surprisingly, Hollo does not have any automated tests at all. It currently only relies on type checker. We need unit tests at least for the core logic.