Hans Donner
Hans Donner
AFAIK the current indent/tab width is the same for every level. My normal indent is 2 spaces. When writing litcoffee, I would like to use as first indent 4 (or...
Tests are in `.coffee`, source files are `.litcoffee`. The .litcoffee files seem not to be picked up by blanket.
see: - https://argocd-applicationset.readthedocs.io/en/stable/Generators-Cluster/ - #166 When using a cluster generator, I want to reference a label that contains a slash in the name, eg `argocd.argoproj.io/secret-type`, via `{{ metadata.labels.argocd.argoproj.io/secret-type }}` Besides...
A list of abbreviations to use when the key description is too long. Will be applied before the text is truncated. Replacements are done in sequence, until all replacements are...
## Standards checklist: - [x] The PR title is descriptive. - [x] The PR doesn't replicate another PR which is already open. - [x] I have read the contribution guide...
## Expected Behavior When declaring a kafka input, the topic to read can be set via a regex. There should: a) be an option to store the actual topic name...
**Is your feature request related to a problem? Please describe.** Repo names are now shortened to a fixed number of chars. Would like some control for this. **Describe the solution...
When running on mac, when the glob encounters a file or directory that is not readable by the current user. ``` (:jsonrpc "2.0" :method "window/logMessage" :params (:type 4 :message "Initialized...
## What's wrong Trying to get a fork for a `:host github :repo "other/repo.el"`, which is pulled using https, to come from my own fork using ssh. `straight-host-usernames` is set....
('override' must be specified using a Class, and cannot have a dict (python) ``` asg = autoscaling.AutoscalingGroup(self, "auto", mixed_instances_policy={ "launch_template": { "launch_template_specification": { "launch_template_id": tmpl.id }, "override": [ {"instance_type": "t3.micro"},...