I hereby claim:
- I am alopix on github.
- I am dst (https://keybase.io/dst) on keybase.
- I have a public key whose fingerprint is 70E9 85E9 6A36 9E6F 198D B356 8A7A C0A2 8757 ECCB
To claim this, I am signing this object:
| export interface PackageJson { | |
| name: string; | |
| version?: string; | |
| description?: string; | |
| keywords?: string[]; | |
| homepage?: string; | |
| bugs?: string | Bugs; | |
| license?: string; | |
| author?: string | Author; | |
| contributors?: string[] | Author[]; |
I hereby claim:
To claim this, I am signing this object:
| import bb.cascades 1.2 | |
| Container { | |
| property string text: "" | |
| property string hint: "" | |
| property variant hintTextColor: Color.Gray | |
| property variant hintTextFocusColor: Color.create("#47BEE6") | |
| property variant inputMode: TextFieldInputMode.Default | |
| id: floating |