Adam Hurwitz
Adam Hurwitz
# Overview There is a **LineGraphSeries** of price **DataPoint**s with a `setOnDataPointTapListener` attached when a user taps on a price. Currently, when a price is touched I'm attempting to display...
Can custom objects be set along with data points so that when a data point is selected via the select points listener the custom Object's value is returned? For instance,...
If I have Series A and Series B I would like to draw a color in the area in between each. Is this currently feasible? If not, I can work...
### Expected Behavior Replace mock object initialization using the `mockObject` function [implementation](https://blog.kotlin-academy.com/mocking-is-not-rocket-science-mockk-advanced-features-42277e5983b5#d73e) with annotation syntax initialization for JUnit 5 as outlined in the [documentation](https://mockk.io/#junit5) and [Medium post](https://blog.kotlin-academy.com/mocking-is-not-rocket-science-mockk-features-e5d55d735a98#d564) by @oleksiyp. ###...
## Objective Update the setup documentation to run the app after cloning it from the repository. ## Description Generate a new _google-services.json_ file to resolve _[Issue #1261]_ when cloning and...
## Overview In order to perform health checks of the Safe and it's owners, there could be a way to perform off-chain transactions that verify each co-signer. This is similar...
## Overview Safe users tend to be more sophisticated in crypto and therefore are likely to have ownership of multiple Safes for different use cases and between groups of people/entities....
Hi Ezequiel, I tinkered with the camera’s barcode detection and scanning capabilities in order to create the [ScannerApp](https://github.com/AdamSHurwitz/ScannerApp) sample showcasing smooth transitioning between barcode scanning modes while keeping the camera...
Hi BitBox Team, Are there plans to work with Blocknative in order for them to add support for the BitBox SDK in the [Onboard.js library][1]? Once completed, the [Gnosis team...
# Overview There is an issue when attempting to migrate a Kotlin AppEngine project from an old MacBook Pro (MBP) to a new MBP, when running the `Main` method and...