Aaron Sarazan
Aaron Sarazan
Should either set the docs back to 1.0 or upload the archives. http://dl.bintray.com/glomadrian/maven/com/github/glomadrian/materialanimatedswitch
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [X] Feature...
It doesn't happen on genymotion, only on a physical Android device. From my logs: ``` Benchmark realm clear: 73ms Benchmark realm create 1183 objects: 398ms Benchmark realm remote: 642ms Benchmark...
I believe the jovo-cli on dialogflow used to take care of normalizing these intents into just `YesIntent` etc. I'm now rolling my own CLI by utilizing jovo-model. I'm not sure...
It seems that `gactions push` isn't quite happy with the paths emitted by jovo-model: `intents/en-US/Foo.yaml`. ``` en Trigger phrase is missing for custom intent 'Foo'. Locale: 'en'. ``` If I...
##### Description Java models should have a way to easily create a clone or copy. Cloneable seems like a bad idea so I think we're probably left with a copy...