hyouuu
hyouuu
I'm on ST3 build 3114 with the Elm Language Support v0.16.3, but the syntax highlighting doesn't work at all in a file named App.elm. Could you check what could be...
When I present the picker, the UI loads up very slowly, and if I tap on the top bar it immediately goes to the very first photo of my photo...
## Steps to Reproduce 1. Set up the editor like the example app: ``` ZefyrEditor(controller: textCo, focusNode: textFocusNode) composeDoc().then((doc) { setState(() { textCo = ZefyrController(doc); }); }); Future composeDoc() async...
## Steps to Reproduce Type this text in the ZefyrEditor: ``` # TestTitle TestBody ``` Then call: ``` String getText() { final converter = NotusMarkdownCodec(); final text = converter.encode(zefyrCo.document.toDelta()); return...
My app has colorPrimary & colorPrimaryDark defined to gray-ish color, and I followed the sample for styles: ``` @color/colorPrimary @color/colorPrimaryDark @color/colorAccent @color/colorPrimary @color/colorPrimaryDark @color/colorAccent true true @null @color/colorAccent @color/colorPrimary 10dp...
When I was checking the memory usage of my app, found that every time I open DKImagePickerController there are ~50Mb new memory allocated which never got released (I got ~20k...
IMO we shouldn't use ! at all, but changing it to optional would touch tons of places so not sure what's the best approach here
Tried on iOS 10 devices - I played around with different captureSession.sessionPreset, but the resulting image is always 16:9, which I believe was not the case before - any way...
Firstly, thanks for the date picker! Is it possible to add a time picking mode?