-
stty does not implement "Special Control Character Assignments":
```
eof
eol
erase
intr
kill
quit
susp
start
stop
```
See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/stty.html#tag_20_…
-
Everything works fine on local enviroment, but can not run go test in GitHub actions CI.
My GitHub action config:
```
name: Build and test Go
on: [ push, pull_request ]
jobs:
test:
stra…
ghost updated
4 years ago
-
Refs #17.
-
## What is the Problem Being Solved?
Clean up CI tech debt to [avoiding duplication](https://docs.github.com/en/actions/sharing-automations/avoiding-duplication), finishing what we started 4y ago
…
leotm updated
1 month ago
-
size-limit-action is giving error while running on self-hosted github runner .There is no issue when it runs on github-runner .As we have some dependency to run our jobs only on self-hosted runner ple…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
We currently run the [`.github/workflows/ci_windows_x64_msvc.yml`](https://github.com/iree-org/iree/blob/main/.github/workflows/ci_windows_x64_msvc.yml) workflow on a nightly schedule using [standard …
-
It might not catch the error I spotted in #4 as that's a core Moodle unit test that fails when your plugin is installed, but it will pick up a number of other potential issues.
Some of the tests ru…
-
https://github.com/vezel-dev/graf/blob/662bf282e8f733a1c4929f7201086918852e7e3a/build.zig#L103-L107
Making it lazy causes CI failures: https://github.com/vezel-dev/graf/actions/runs/9533073069/job/…
-
@FFY00 has set up GitHub actions to generate Arch Linux packages for SymbiFlow at https://github.com/FFY00/symbiflow-arch-pkgs
This has a couple of really nice aspects;
- It generates a list of t…