Brad Ball
Brad Ball
Steps to reproduce: 1. clone the repo, and `npm install` 2. `npm install --save-dev util` 3. update the `/src/lib/src/component/lib.component.ts` file with: ``` import {isNullOrUndefined} from 'util'; ``` and give the...
I'm trying to setup a pretty basic Store that works with a List that is backed by a (Room) SoT, but I am running into a few problems, outlined below....
I have a use case where-by when parsing the grunt file and creating gulp tasks, I need to be able to specify a dependency for the for the gulp task...
This repo has great examples for consuming firestore/realtime databases using jetpack components. I'd love to see some additional examples for adding/editing data. In particular, the typical use case of viewing...
I can build for android (devices and distribution), and ios (simulator). I tried buiding my project for ios-distribution and I get the error below. I can build the same project...
When I try to build for android distribution, I get the following in the console ... ``` Where is the keystore file used to sign the app?: /usr/local/lib/node_modules/titanium/node_modules/longjohn/dist/longjohn.js:185 throw e;...
I have a basic KMP application (created in Android Studio Koala). I am using SKIE, and have the Default Arguments feature enabled. I am using the following library versions: ```...