jason zhang

Results 10 issues of jason zhang

Call the get() method immediately after calling the set() method, the json format data becomes a json string. After I get the data using the ajax method, I use store.set()...

sql tabs 每执行一条 sql ,都会重新创建一条 链接, 而且这个链接不会释放,进入 sleep 状态.导致将服务器资源消耗完. 我认为应该每次开启只占用一条链接(connect).....

华为mate8 andriod 7.0 ![image](https://user-images.githubusercontent.com/11455285/34905326-3f350b08-f891-11e7-937a-84ff133a163d.png) 完全动不了呀~

I am using profileId and paymentProfileID to capture a payment and create a recurring billing subscription. But I found that the paymentProfileID saved in the database is sometimes not found...

feature-bug

[Create a Subscription from Customer Profile](https://developer.authorize.net/api/reference/index.html#recurring-billing-create-a-subscription-from-customer-profile) API occasionally cannot work. Can you help me? 1. I create customerPaymentProfileID is successful. ![image](https://user-images.githubusercontent.com/11455285/36016231-f4089506-0dac-11e8-9e0c-72c777130fea.png) 2. Then I charge a customer profile id also...

feature-bug

对于使用 define 定义的常量,不能做到 鼠标左键 + command 跳转 , 会提示 没有找到定义

![image](https://user-images.githubusercontent.com/11455285/179443505-a541c1ca-45af-43af-97b5-b5b787f1f724.png) 提示 token 过期 ![image](https://user-images.githubusercontent.com/11455285/179443559-972c3410-b4b4-4e5b-b4cc-73d56e67ecc4.png)

![image](https://user-images.githubusercontent.com/11455285/71609929-4daea980-2bc7-11ea-93e8-4243450825d0.png) The data type of the status value is not allowed to be int? ```javascript const StateMachine = require('javascript-state-machine'); var fsm = new StateMachine({ init: 1, transitions: [ { name:...

I expect to retrieve all data linked to this entry. I used the following code: ```javascript const sdk = useSDK(); const entryId = sdk.entry.getSys().id; sdk.cma.entry.references({ entryId: entryId, include: 10 }).then(a=>{...