adonnini

Results 20 issues of adonnini

Hi, I need to add a dependency for a js module to my Android app (using either Rhino or J2V8 to run it). Could I use gradle-js-plugin to do this?...

Hi, I have been trying to run littleproxy from my Android app. Below, you will find the code. Before publishing this post, I searched through StackOverflow and the web for...

Hi, I would like to implement a gatekeeper function to control (not prevent) application access to the Internet, meter it, and monetize it for the device's owner/user. AFWall, more than...

Hi, I have an Android user location tracking and mobility profiling application currently integrated with Bigchaindb via their Java driver. I would like to integrate and test my app with...

question

Hi, As I am trying to understand how the sample iroha-android app works I have come across the following: in SendFragment.java there is the following import statement: import jp.co.soramitsu.iroha.android.sample.databinding.FragmentSendBinding; I...

Hi I am new to Iroha hyperledger. In my android app integrated with Bigchaindb blockchain, I can include a number of different data structures as asset payload What are the...

Hi, when I run a getAssets query manually it works. When I run it via the Java driver it fails with the following errors: 09-29 09:02:00.136: W/System.err(4511): com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Not...

The bigchaindb specs state that an asset can be "an associative array containing exactly one key-value pair." in the glossary an associative array is defined as "A collection of key/value...

bug
work-in-progress

When I run the code reported below, execution fails with ```Index can't be < 0 and >= 1984``` What am I missing / doing wrong? Thanks CODE ```java String outputVariable...

This is a follow-up to the following thread which was left unresolved: https://community.konduit.ai/t/error-on-saving-large-samediff-model-with-flatbuffers/578 I am running into the same problem described in the thread linked above: "FlatBuffers: cannot grow buffer...