Giovanni Gargiulo
Giovanni Gargiulo
This is my schema below ``` { "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "model": { "type": "object", "properties": { "description": { "type": "string" }, "plural": { "type": "string" }, "fields": { "type":...
Hello, this is a draft PR for CIP22 for java. While the code is pretty much straightforward, it does depend on two more moving parts: 1. A custom Cardano version...
Hey, Is there a way to keep/set the order of the fields (keys) of the `CBORMetadataMap` object fixed? Theoretically, nested datastructures, should all maintain the order, but for some reason,...
### Name and Version bitnami/redis:latest ### What is the problem this feature will solve? It will allow the bitnami Kubernetes Helm Redis chart to offer FT.SEARCH capabilities, in particular HNSW...
Hi, I don't seem to be able to find the `swapdb` command in the latest 1.8.0 release. Am I missing something, in case it is not present, is there any...
As per documentation I should be able to add spark dependencies via: `spDependencies += "databricks/spark-avro:3.2.0"` But I have the following error: ```ML5886:job-cerebro-spark XXX$ sbt compile [info] Loading global plugins from...
Hello, I was wondering if on pool.pm there was a way of implementing "html" anchors. Reason why I'm asking is because I've created a bot that publishes tweets about Stakepool...
In order to improve visibility and transparency, it would be ideal to show, even very briefly, pool cost and margin under the ticker name of the pool IOHK/IOG whales are...
In recent days I had to do a lot of comparisons, addition and subtractions of ada and native assets. To support this I've created local utility classes for Value and...
More a question than a bug. I just tried to send to the same script address 10 utxo in one tx. Outputs have been merged by default. Which I didn't...