Radoslav Kirilov
Radoslav Kirilov
Supports both Install and AdminCD kinds of Gentoo ISO images and is up to date
Using the following command stucks for too much time: ``` smoke@rkirilov-work-pc ~ $ kubectl delete pod -n ci concourse-ci-worker-0 pod "concourse-ci-worker-0" deleted ``` When I describe the POD it is...
blocked by https://github.com/angular/angular/issues/23609 when `npm run build -- --prod` I get the following error caused by the issue linked above: ``` ... [demo:build -- --prod ] > ng build "--prod"...
I would gladly accept PRs for the following things: - test coverage - unit; integration tests; e2e tests on the demo app; - demo project - showing the package in...
requires https://github.com/pressly/goose/pull/603
refs https://github.com/pressly/goose/issues/347#issuecomment-1475334446 Defaulting to `.env` in the current directory. Skipping any error, including non-existing file or errors while parsing the file as no better options for now.
## Which problem is this PR solving? In every other language the respected property carrying the context is `custom` e.g. - https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/9a7f7125ab3f77c47a46be524f29e150536fba6f/instrumentation/aws-sdk/aws-sdk-2.2/library/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/internal/LambdaImpl.java#L41 ## Short description of the changes - rename...
### Issue submitter TODO list - [x] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [x] I'm running a supported version of the application which is listed [here](https://github.com/provectus/kafka-ui/blob/master/SECURITY.md) and...
When a Job is pushed via `perform_in` or friends, it goes through the following life-cycle: 1. First the Job is pushed with `at` attribute in Redis from `Sidekiq::Client` - this...