Albert Serrallé Ríos

Results 18 issues of Albert Serrallé Ríos

Our Kubernetes setup isolates teams by namespaces. Our serviceaccounts can only possible access own-namespace objects. Similar to this: https://github.com/godaddy/kubernetes-external-secrets/issues/106

Hello, my `userPoolId` is dynamic, so when I run `graphql-playground` I got an error: ```yaml userPoolConfig: awsRegion: ${self:provider.region} defaultAction: ALLOW userPoolId: Ref: cognitoUserPoolUsers ``` ``` Error: userPoolConfig.userPoolId: Ref "cognitoUserPoolUsers not...

I cannot load the `kubectl` plugin since latest update (either of antigen or oh-my-zsh). I'm using antigen 2.2.1. It worked on the first 2.X versions, but recently it stopped working....

Bug

First of all, maybe I'm doing something wrong here, but when I use `ExceptionHandler` to capture unexpected exceptions, they all end being returned as regular GraphQL errors, so the only...

Hello there! Is there a way to find all commands that the extension has created that take more precedence than the original one (for example "Show all commands")? In the...

Alpakka 2.0.0 introduced KCL Source, but it still relies on "manual" Kinesis Flow/Sink to publish records to Kinesis, using AWS Kinesis SDK. Although this flow works and is pretty optimized,...

p:kinesis

My server side has a bunch of exe files owned by X and permissions 755. I mount them using another user credentials (let's call it Y) into a windows drive...

I just type `cd Down`. Without the plugin: ``` ❯ cd Downloads/ ``` With the plugin: ``` ❯ cd Down local directory Downloads/ ```

It doesn't seem to be possible to access values whose path includes arrays. ```json { "foo":["bar"] } ``` Ideally, the `prop_path` = `foo[0]` should return the value `bar`.

Title says it all, when I update the Humble library (only DRM-free, no 3rd party, no choice) the metadata field "Platform" is empty. I'm expecting: PC (Windows), PC (Linux), etc.

enhancement