myname1614

Results 4 issues of myname1614

I tried this face: https://amazfitwatchfaces.com/bip/view/13822 bin: 5bffe12d9a35f_29112018.bin But watchfaceEditor crash in design tab: screenshot: https://www.screencast.com/t/RFl14Ugq4CgJ

Are you planning to upgrade to the latest version of subj? ` - npm-asset/2gis-maps 3.5.5 requires npm-asset/leaflet 1.0.1 -> satisfiable by npm-asset/leaflet[1.0.1] but these conflict with your requirements or minimum-stability....

How do I edit the color of a particular typescript element? I also read page https://github.com/eclipse/tm4e/wiki and did not understand anything. can i add my custom css file? ![2017-12-29_1325](https://user-images.githubusercontent.com/34938365/34436165-bf239ad4-ec9b-11e7-87ac-14963a5147fb.png) thanx

This code does not fills json attributes: ``` $model = new MyModel($data); ``` Required like this: ``` $model = new MyModel; $model->attributes = $data; ``` How about this improvement: ```...