ransomware
ransomware
Hello, I like the idea of the project. Do you think it would be a good idea to add CI/CD features ? Something like `github` actions living in `.soft/workflows` or...
This PR is linked to #49 and is planned to add webhooks support
## Description A subcommand for listing triggers and using triggers via glab is missing. Added these two subcommands for that. Background is that I have manual action I want to...
The closure compiler link in the build/README.txt file is dead and should be updated to the link found on the [official page](https://developers.google.com/closure/compiler/) which would be [this one](https://dl.google.com/closure-compiler/compiler-latest.zip).
**Describe the bug** Currently `CreateClientDSN` hardcodes the config locations, which could be an optional default param: ```go func CreateClientDSN(ctx context.Context, dsn string, opts Options) (*Client, error) { // nolint:gocritic,lll cfg,...
Currently the python tests (to be implemented) in #8 are missing coverage information.
The `open_async.py` file reads as follows: ``` # whole file doesn't have any profit of asyncio usage, TODO: refactor ```
## Description Fixes #10436 This PR fixes a bug where the `environment` field was always set to `default` even when explicitly specified as `staging` or other values in the Python...
## Description This PR adds missing Codex model pricing entries to `default-model-prices.json`: - **gpt-5-codex**: $1.25 input, $0.125 cached input, $10.00 output - **gpt-5.1-codex**: $1.25 input, $0.125 cached input, $10.00 output...
Replace docker.io/minio/minio with cgr.dev/chainguard/minio across all Docker Compose files as the official minio image is no longer maintained. Fixes #10488