hverlin

Results 9 issues of hverlin

If `set -u` was set (i.e., `nounset` in `SHELLOPTS`), then the installation will fail if `LD_LIBRARY_PATH` is unset. One will get the following error: ``` LD_LIBRARY_PATH: unbound variable ``` You...

This is a feature request. Would it be possible to change the default example value for the **integer** type? Right now the default is `0`, but since an integer is...

enhancement
help wanted

Trello REST API: https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/

enhancement
module

https://docs.microsoft.com/en-us/onedrive/developer/rest-api/getting-started/?view=odsp-graph-online

enhancement
module

Hi, thanks for this library! I am running into an issue. I would like to use a `HashMap` with `poem_openapi::param::Query`. Here is a small example: ``` #[OpenApi(prefix_path = "/v1")] impl...

question

When running `ffizer` without any interactions (or no tty), `ffizer` will fail if `--update-mode` is not set correctly. I think it should default to `keep` in this case? Here is...

enhancement
good first issue

### What is your Scenario? When a test fails, it's useful to have a screenshot/video. However, sometimes the screenshot/video looks ok in CI and it's hard to see why a...

TYPE: enhancement
STATE: Need response

Fix: #1277 Do not extend hidden jobs with `default` so that this validates like on GitLab ![image](https://github.com/firecow/gitlab-ci-local/assets/9151470/72e777b3-6aac-4f58-8002-b4b651335a45) Showing a warning in this case since GitLab allows running it but shows...

**Minimal .gitlab-ci.yml illustrating the issue** ```yml --- default: cache: key: 'my-key' paths: - my-file .some-shared-yaml: if: "$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH" my-job: script: 'echo test' rules: - !reference [.some-shared-yaml] ``` fails validation....