Haaroon Y

Results 26 issues of Haaroon Y

Added support for selecting schema to be exported in blocks and transactions in the cli. If a user prefers to export certain fields of the block/transaction schema they can by...

Example code ```scala val client = PulsarClient("pulsar://localhost:6650") val producer_topic = Topic("test") val producer = client.producer[String](ProducerConfig(producer_topic)) producer.send("Hello,World,1") ``` When sending this as a String and receiving a Array[Byte] pulsar4s does not...

Having issues whereby my Local File Reader runner fails to run because of a dependency clash between pulsar4s and the pulsar java libraries. The code is attempting to load a...

Add present to check if a TX is a segwit I have to get the Hex from the bitcoin client, which takes some time. Could we please add a flag...

In django urls, when using routers as follows the code XML renders fine at the api root ``` router = routers.DefaultRouter() router.register(r'users', views.UserViewSet) router.register(r'review', views.ReviewViewSet) ``` However when using routers...

how do you disable minidump when the game closes with no errors? when i close MO2 the terminal always executes a minidump which is not necessary

this is a simple django config change, please fix the error as it reveals many sensitive issues with your website

I know you can basically keep increasing the offset until the result is < the limit, which means you reached the final page, would be nice to have a total...

GraphQL

![image](https://github.com/Pometry/Raphtory/assets/7131194/4c9b742e-ea35-4105-8837-94161626de41) these all returns lists, they can be huge, they need to be paged properly

GraphQL
Enhancement