Giovanni Gargiulo

Results 13 comments of Giovanni Gargiulo

This ^^, how can we get this implemented? Can anyone from AWS tell us if they gonna support this at CF template level? Or a workaround is needed at eksctl...

Hi, not sure if this is the same issue as above, but I currently have this scenario: ``` ubuntu@pi-one:/var/snap/microk8s/current/args$ k get csinode NAME DRIVERS AGE pi-four 0 5d17h pi-three 0...

Gentlement, half of it has already been done in java https://github.com/bloxbean/cardano-client-examples/blob/cip008/src/main/java/com/bloxbean/cardano/client/examples/cip8/CIP8CBORParser.java

Thanks for the feedback, I am in no pressure to get this merged, I just had the code lying around for a while and I made sense to make this...

Hello, sorry for reviving this thread :joy: I encountered the same issue and using ```yaml annotations: "helm.sh/hook": post-install ``` does solve the install. However I'm not able to update the...

> Hello, sorry for reviving this thread 😂 > > I encountered the same issue and using > > ```yaml > annotations: > "helm.sh/hook": post-install > ``` > > does...

Thanks for all the fixes, enhancing `@Blueprint` makes sense, but imho is low prio. Offchain code is cheap. WRT to `Option` and `Tuple` * `Option`: After talking w/ ktorz he...

What if you `MyOption` appears in another model object? **EDIT:** By converting `MyOption` from `interface` to `abstract class` seemed to have done the trick. Anyway, blueprint seems to be able...

I'm getting a good few of these too. I'm running on kubernetes on a home network. Ideas? ```2025-07-16T13:43:26.620Z ERROR 1 --- [pool-6-thread-1] o.t.telegrambots.longpolling.BotSession : Error received from Telegram GetUpdates Request,...

Recently the `-i ` was added along with `-o` which allows to have one plutus.json and then easily chain a few `aiken blueprint apply` ``` bash Options: -i, --in Optional...