Joachim Brandon LeBlanc

Results 39 issues of Joachim Brandon LeBlanc

Add a dropdown to the configure screen that allows the user to select from existing VPCs in the selected region. If the region selection changes, refresh the VPC list. If...

Should be transfert
idea

moving a volume requires taking a snapshot of the old volume and restoring it in the new availability zone

[ZD45776](https://platformsh.zendesk.com/tickets/45776) https://github.com/platformsh/platformsh-cli/blob/a2ed37839800ede6e76413542f99bd8abbe26290/src/Command/Tunnel/TunnelCommandBase.php#L222-L239 from `man 1 ssh`: > -L [bind_address:]port:host:hostport > -L [bind_address:]port:remote_socket > -L local_socket:host:hostport > -L local_socket:remote_socket > Specifies that connections to the given TCP port or Unix socket...

**rust-analyzer version**: rust-analyzer version: 0.3.1860-standalone (5346002d0 2024-02-25) **rustc version**: rustc 1.78.0-nightly (6672c16af 2024-02-17) **relevant settings**: - A cargo workspace with a root `Cargo.toml` file with only a `workspace` table and...

C-bug

Suppose you wanted to write a tower-esque trait using RPITIT: ```rust pub trait LocalService { type Response; type Error; async fn execute(self, request: Request) -> Result; } ``` This now...

See https://kotlinlang.org/docs/coding-conventions.html#documentation-comments Currently, the Kotlin generator writes doc comments in the same style as rust (with the `///`) which is not parsed as a doc comments in Kotlin. https://github.com/1Password/typeshare/blob/a03f5ef506a8cf24e497a6a1f4a3c7d87ae2844d/core/src/language/kotlin.rs#L401

`yarn dlx` copies the local `.yarnrc.yml` to a temp directory and tries to mutate it. When this happens, it fails with a very cryptic permission denied. ``` Internal Error: EACCES:...

bug

The codegen output of UnknownVariantValue is semi-non-deterministic and depends on the _first_ enum processed during code generation, which does appear to based on lexicographical ordering. ## Example (incomplete example, only...

The generated code for named enums includes an `AsRef` implementation that defers to `Self::as_str`. https://github.com/smithy-lang/smithy-rs/blob/4b66264db149592fab8b517556ef2ed53cfd1155/codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/generators/EnumGenerator.kt#L217-L226 Example: ```rust impl ::std::convert::AsRef for StageType { fn as_ref(&self) -> &str { self.as_str() } }...

Currently, Yubico lists all of the PGP keys that sign its software and certificates on this page [1] [2]. This page links to `keys.openpgp.org` for all of the public keys;...