Ferris

Results 3 comments of Ferris

> I'm currently seeing this error attempting to use nodegit within a VSCode extension. > > What needs to be done to migrate to NAPI? +1 Is ther any way...

#330已提到 这个问题可以通过添加【pickerTextEllipsisLen】属性来解决,目前测试属性值可接受number `Picker.init({ pickerData, selectedValue, pickerTitleText: pickerTitle, pickerConfirmBtnText: confirmBtnText, pickerCancelBtnText: cancelBtnText, pickerToolBarHeight, pickerTitleColor, pickerCancelBtnColor, pickerConfirmBtnColor, pickerToolBarBg, pickerBg, wheelFlex, onPickerConfirm: (pickedValue) => { confirmFunc(pickedValue) }, onPickerCancel: (pickedValue) => { cancelFunc(pickedValue) },...