Peng Li
Peng Li
在标题上写明是“翻译”可能会更好一些
Someone will approve this PR?
非常感谢你的pull request。因为我目前已经离开nodejs平台,这些代码已经基本不记得那些细节了。这个pull request先放着,等以后我看了再merge。另外我在首页加个链接指向你的项目,推荐人们过来看。
An idea: When used `debug`, the parsers will monitor the new/changed parsers to see if they have been applied the `debug` transformer. If not, apply them.
Or inline make it shorter? ``` data class User(String name, int age) ```
Thanks, I've read that, but the problem is I switch my network frequently (maybe more than 10 times a day, switch from non-vpn/my-own-vpn/client-vpn), that adjust the orders of them each...
@pig800509 If I understand correctly, your solution looks like doing something **after** loading (there is already an ` onSucess` for this). I want to do something **before** loading started.
I got similar problem here, not for primary types, but for `IntegerProperty`: ```scala import scalafx.application.JFXApp import scalafx.application.JFXApp.PrimaryStage import scalafx.beans.property.{IntegerProperty, StringProperty} import scalafx.collections.ObservableBuffer import scalafx.scene.Scene import scalafx.scene.control.TableColumn._ import scalafx.scene.control.{TableColumn, TableView} object...