Logan Mzz

Results 19 issues of Logan Mzz

On my Windows WSL, just run: `curl -fsSL https://d2lang.com/install.sh | sh -s --`: ``` /* installing d2-latest */ log: fetching info on latest version of terrastruct/d2 exec: curl -fL -#o...

I have generated classes from WSDL. Fault messages are converted into an `Exception` with a `faultInfo` (for detail element) and annoted with `@WebFault` When I throw the business exception on...

# Description Sometime a resource (as in lock management) can be split into sub-part. For example, Cloud Foundry quota, nodes in a distributed architecture, ... So, it will be nice...

In most configuration systems, a "key" when present let's enable (or enforce) associated feature activation. It is currently supported by `Flag` type. However, such systems also support disabling feature. Example...

Helm support providing multiple values files. Unfortunately, only first YAML document of each file is taken into consideration. As many values files (i.e. document) are supported, there's no functional reason...

help wanted
proposal

Versions: * Kubernetes: `v1.28.9-eks-036c24b` * Reflector: `7.0.193` We encountered issue with outdated certificate for some services. After investigation, it seems Reflector is hanging since several weeks, not mirroring update from...

I wanna map "non-offset" strings against `OffsetDatetime`. I tried (sorry not provided Rust Playground links, but seems it lacks some features): ```rust use time; time::serde::format_description!(serde_datetime, OffsetDateTime, time::format_description::well_known::Iso8601.DATE_TIME); ``` But I...

C-question

**Describe the bug** I enter any crate name in dependency section: ```toml [dependencies] anyhow = "" ``` When requesting completion from inside `""`, I get a list of empty (or...

### Terraform Version ``` Terraform v1.5.7 ``` ### Affected Resource(s) - postgresql_grant ### Terraform Configuration Files ```hcl resource "postgresql_grant" "public_database_connect" { database = "test_db" role = "test_role" schema = "public"...