Damian Czaja

Results 9 issues of Damian Czaja

group_vars/all.yml contains a hardcoded bootstrap token. Although it makes it easier to clone-and-play the script, IMO. there should be some information in the documentation or during execution, that it's recommended...

I want to manage Datastream using Terraform. We have a lot of groups and contracts, so finally there are around 80 Datastreams. When trying to apply the Terraform, I get:...

enhancement

## Description I spotted an issue, where the "+" character was encoded as + in Terraform output e.g. `v1.20.5+rke2r1` instead of `v1.20.5+ke2r1`. This was present in the output Argo artifact...

bug
area/hub-manifests

I got an issue, when creating a Datastream with `{%streamid}` in the S3 connector path. I get an error, that such a dynamic format is not supported. Although, I can...

enhancement

When we have an addon installed, which has nested addons inside (e.g. `CombatMetrics` has `CombatMetricsFightData`), then `eso-addons remove` shows also the nested addon. This should not be the case, as...

enhancement

### Nomad version Output from `nomad version` ``` Nomad v1.4.3 (f464aca721d222ae9c1f3df643b3c3aaa20e2da7) ``` ### Operating system and Environment details ``` $ uname -a Linux **** 5.4.0-135-generic #152-Ubuntu SMP Wed Nov 23...

type/bug
theme/networking
stage/waiting-reply

This PR allows customizing the [pathLenConstraint](https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.9). This can be useful, if you want to create intermediate certificate CAs. It also replaces usages of `io/ioutil` with `os`, which is [deprecated](https://pkg.go.dev/io/ioutil) in...

Hello, I would like to use this library to play an endless stream. Is there an option to stop playing the stream? Like executing `stream.Stop()` in another goroutine or by...

It would be nice, if also other time periods could be supported. Currently the call counts are reset every month.

help wanted
hacktoberfest
beginner