Jerry Hanks Okafor

Results 11 issues of Jerry Hanks Okafor

This my dependencies code for Light: ` implementation "io.github.tonnyl:light:${versions.light}" ` and i am getting this error: Failed to resolve: io.github.tonnyl:light:1.1.0. Looks the particular release is not available on jcenter().

I am trying to use this package in a Jupiter notebook but I am getting the following error shown below: ``` ImportError Traceback (most recent call last) in () ---->...

Hi, I am trying to use this Lib in a react project, but I can not get it working. Do you have an Idea how I can go about it?

I have a creat react app that I am using with Pring, everything seems file at compile time, but when I save a Pring model, none of the properties is...

I am trying to deploy my cloud function after updating pring and this is wha I get. Pring version : 0.22.0 Function load error: Code in file lib/index.js can't be...

I am getting a lot of Duplicate Identifier issues after adding `pring.ts` due to dependency on firebase and firebase admin. ``` node_modules/@google-cloud/firestore/types/firestore.d.ts:28:15 - error TS2300: Duplicate identifier 'DocumentData'. 28 export...

In the light of this [Issue](https://github.com/okaybroda/FragmentStateManager/issues/1), i have added a quick fix for that, the only obvious thing is that fragments are show with transparent background. How ever, this can...

This PR adds Carbon assets to the repository.

Please I have this code snippet and I don't know why it is not working: ``` let pincodeView = PinCodeTextField() pincodeView.isSecureTextEntry = true pincodeView.characterLimit = 4 $0.addSubview(pincodeView) ```

I am getting this `Ambiguous use of 'placeholderText'` when I try to set the placeholderText from code.