joergdw

Results 15 issues of joergdw

# Description On usage I discovered that the relative paths are not realtive to the `$PWD` but rather to the directory specified by `--source` (which was different from `$PWD` in...

I have a case where I, instead of setting `gptel-api-key`, would rather like to provide a function that performs requests for given data, request-method and some headers. I think this...

Dear maintainers, unlike coreutils from the GNU project, `date` can not deal with the following situation: ```shell date --date "Jul 18 06:14:49 2024 GMT" +%s #> date: invalid date 'Jul...

U - date

The bosh-cli sometimes compiles releases, e.g. for `bosh create-env`. It therefore [requires]() compilation tools that may need certain environment-variables, e.g. to find dynamically linked libraries and header-files. [installation/pkg/compiler.go:95-108]() prohibits the...

When using `bosh create-env`, the cli may start quite some sub-processes to compile releases. It works on some temporary directories looking like `${HOME}/.bosh/installations//tmp/`. Folders in there get cleaned-up after the...

This PR comes with two main-features: + More usage of json-schema. + Introduction of service-keys. It builds up on PR #3886. Its app-autoscaler-counterpart is .

In the first instance, this PR is to detect flaky tests and provoke their failure.

Bombon does not take into account the dependencies of a derivation that has been build with `nixpkgs.buildEnv`. I use `buildEnv` for declarative package-management, as described in the official manual, see...

Hi @oneKelvinSmith! A long time has passed since the latest stable release. As there have happened quite some changes in the meantime, could you please consider publishing a new stable...