johnqiuwan

Results 12 issues of johnqiuwan

Just a quick question, why does your ngsw-config.json file not contain any datagroup urls. I followed your tutorial, however, the service worker is not caching any api calls data. But,...

感谢作者分享! layout 章节,第一个row 的计算方式可能存在问题,因为 col 与 col 之间的距离可以设置 gutter(源码是6),但是源码中直接使用计算出来的(rowHeight -6)/2 设为2张小图片的高度,请问这个6是如何得来的?

### Description 如何集成到angular-cli 里面的步骤,望知道的人分享一下

Does any one know how to modify the gap size(left, right, bottom,top) surround the cell? gap size for the columns? Thank you!

I am really like this library and planning to use it for my next project. It works perfectly on IOS7.1. However, I got the following error message when I run...

Hello honcheng, I was using pod to install the paper-fold version 1.1, and I got the error: property "timerStepDuration" not found on object of type "PaperFoldView". I went to the...

Hello, I saw the following code in cli.php fwrite(STDOUT, chr(27)."[H".chr(27)."[2J") and just wondering what does these magic characters do? Thank you

I saw the code below in the file cookie.php, as follow: public static function erase($name, $path = '/', $domain = null, $secure = false) { static::write($name, null, -2000, $path, $domain,...