leo

Results 7 issues of leo

Error Msg : { [Error: out-of-range-number] property: 'dailyBudget', value: 22, msg: 'out-of-range-number', type: 'validation' } Validations i use: dailyBudget:[ orm.enforce.ranges.number(0, 'number only > 0'), ], why 22 is not legal...

It will help newcomers understanding of the project. Here are some of the ones I've collected that are not necessarily correct: ## 包说明 ``` js "devDependencies": { "babel-cli": "^6.16.0", //...

![image](https://user-images.githubusercontent.com/11755669/82878786-913af300-9f6e-11ea-8ada-88357d6909df.png)

ERROR Asset render failed: styles/highlight.css Error: /home/leo/Documents/blog/themes/chan/source/styles/highlight.styl:17:31 13| highlight-purple = #8959a8 14| 15| $code-block 16| background: highlight-background 17| margin: 0 article-padding \* -1 -------------------------------------^ 18| padding: 15px article-padding 19| border-style:...

help wanted

fixed a bug when the verification value is a number being given eg: /^\d+.?\d{0,2}$/ // want to patterns two decimal places

问题:数组越界 UUAutoLease.py文件中,计算价格的时候。 ```py for i in range(cnt): if ( rsp_list[i]["LeaseDeposit"] and min_price < float(rsp_list[i]["LeaseDeposit"]) < max_price ): if rsp_list[i]["LeaseUnitPrice"] and i < max(10, cnt - 5): lease_unit_price_list.append( float(rsp_list[i]["LeaseUnitPrice"]) ) if...

程序问题