Tarek Abdel Sater

Results 6 issues of Tarek Abdel Sater

According to the [requirements config](https://github.com/jenkins-x/jx-api/blob/master/docs/config.md#destinationconfig), OCI chart repositories are supported under `chartKind` (listed in the examples "e.g. normal, **OCI** or github pages"). I just started trying to use [ECR as...

I get the following error when trying to use `jx secret edit -f secret_name` with AWS named profiles. ``` error: failed to save properties key: secret_name properties: on ExternalSecret secret_name:...

area/aws
area/eks

Sometimes, I want some pods to stay on OnDemand instances for lifecycle reasons (e.g. cannot afford interruption). So I specify a nodeSelector to target the OnDemand instance. Will the spot...

Hello! I'm using glam via bevy. Ran into a situation where I need to lerp over a single f32 value i.e. non-vector. I couldn't find a function for it in...

## Bevy version `0.12.1` ## Relevant system information Chip: Apple M1 Max OS: macOS Sonoma 14.3 Rustc: 1.75.0 (stable) Xcode 15.2 ## What you did Consider the following minimal Rust...

O-MacOS
C-Compile-Failure

**Describe the bug** When building a project containing `wry`, `tao` and `bevy` on macOS (M1 Mac), with `dynamic_linking` enabled on bevy, it leads to the following linking error: ``` error:...

type: bug