code先生

Results 17 issues of code先生

client.js:121 Uncaught TypeError: net.createConnection is not a function at StompClient.connect (client.js:121) at new RequieComponent (requireComponent.js:52) at eval (ReactCompositeComponent.js:294) at measureLifeCyclePerf (ReactCompositeComponent.js:75) at ReactCompositeComponentWrapper._constructComponentWithoutOwner (ReactCompositeComponent.js:293) at ReactCompositeComponentWrapper._constructComponent (ReactCompositeComponent.js:279) at ReactCompositeComponentWrapper.mountComponent (ReactCompositeComponent.js:187)...

the below is the error code: ``` stomp.js:25 Uncaught Error: Cannot find module "tls" at webpackMissingModule (stomp.js:25) at eval (stomp.js:25) at Object. (bundle.js:2614) at __webpack_require__ (bundle.js:677) at fn (bundle.js:88) at...

I need to disable the plug,but set the property is invalid. how to disable the it?

when I get value by format("HH:mm"),the expect result should be 01:01,but it is 1:1,how can I get the value like 01:01?

Hi dear, I want to edit directly on the tree node, how to set it?

### What problem does this feature solve? 开启审阅模式,修改的记录可以进行记录和查看,页面有可以使用内嵌痕迹的方式查看效果 ![嵌入式](https://github.com/Hufe921/canvas-editor/assets/16410281/5dd55ab7-16fd-4c64-96c7-d8c10fd1dc95) ![列表形式](https://github.com/Hufe921/canvas-editor/assets/16410281/441c0227-66d8-47cd-96cf-aadb8fbe050a) ![审阅窗口](https://github.com/Hufe921/canvas-editor/assets/16410281/42baf534-27df-474a-8363-14909e09bfb7) ### What does the proposed API look like? mode:check

enhancement

使用了远程搜索。但是当页面进入编辑状态时,需要把原来设置的值给设置上,这个怎么弄? 我通过locale的方式设置,不管用。 ``` $.ajax({ url: `url?page=1&limit=100&ids=${ids}`, async: false, success: function (res) { if (res && res.data) { const arr = res.data.map(item => { return { name: item.baseCoinDesc, value: item.id +...