Julien Ammous

Results 10 issues of Julien Ammous

I am trying to find the most elegant way to dynamically add data stored in the context to log entries as they are written, in my mind it would be...

A lot of prs are piling up and I ended up having to create a frankenstein fork including all those I need but this does not really work as a...

How to use this with sveltekit+postcss ? I hoped that with time passing the frontend stack would improve but on the configuration side I discovered that it has now gotten...

**Client** PubSub **Environment** Alpine on GKE **Go Environment** $ go version 1.17.5 $ go env **Code** e.g. ```go ctx := context.Background() client, err := pubsub.NewClient(ctx, projectID) if err != nil...

type: bug
api: pubsub
priority: p2

I know ledger support is on his way following each chain update but I have another issue: since keplr+ledger was not supported for evmos I am using metamask+ledger, can/will this...

it would be nice to be able to remote control the arm :)

enhancement

**What would you like to be added**: I would like to have the option to disable the menu bar icon, I have enough useful icon there and having Lens there...

enhancement

I have a `helper.libsonnet` file containing this: ```jsonnet function(a, b) { sum: a+b } ``` I get a "Missing argument error" which is correct but quite useless, how can I...

in my currently open folder I have a `.vscode/settings.json` file with: ```json { "jsonnet.languageServer.tankaMode": false, "jsonnet.languageServer.jpath": [ "/test", "." ] } ``` (the settings ui correctly shows these values) But...

**Describe the bug** when a DynamicVaultSecret is updated a new lease is created even if it's not required **To Reproduce** Steps to reproduce the behavior: 1. Deploy the operator 2....

bug