dong-king

Results 16 issues of dong-king

when i uninstall a externsion from the extension manager page, the size of extensions in render process is reduced,but the size of externsions in main process dont change.

environment: lua5.3 and lua-cjson 2.1.0.10-1 json file: cfg.json ``` { "server_ip": "192.168.1.100", "server_port": 10000, } ``` lua code: ``` local cjson = require("cjson.safe") local cfg_file_path = './cfg.json' local cfg_fd =...

**Describe the bug** Unable to switch instuments in run mode. **To Reproduce** Steps to reproduce the behavior: 1. in run mode, click `instr2` in the upper right corner ![image](https://github.com/user-attachments/assets/2fc4a9f5-6f4e-42f7-8877-c8d81e531a29) 2....

bug

**Describe the bug** when i run [JSON.eez-project](https://github.com/eez-open/eez-project-examples/blob/master/examples/Dashboard/JSON.eez-project) in `eez-studio exmaple`, the messages('requestAnimationFrame' handler took ms) are continuously output in DevTools. And there is a memory leak in this example. when...

bug

Now tabulator widget only support built-in formmatter. I want tabulator can support custom formatter using formatter function.

enhancement

**Describe the bug** ![image](https://github.com/user-attachments/assets/c525a2e7-5f1c-4898-9359-892fe0a791a8) 1. right click on the docking manager container; 2. click `Copy` or `Duplicate`. The error message is as follows: ![image](https://github.com/user-attachments/assets/96066c1b-7083-4cb9-a59f-758b66fa329d) **Desktop (please complete the following information):**...

bug

**Describe the bug** ``` struct TREE_NODE: { key: string, title: string, info: string } ``` `originalData` and `treeData` are array:struct:TREE_NODE Use variable `originalData` to initialize `treeData` with `SetVairable` action. When...

bug

I use `watch` action as shown below(changed from `SerialPort` exmaple), but it didnt work. 1. add a user action: watchSerial. it watchs serial connection status. ![image](https://github.com/eez-open/studio/assets/58795990/d2a843ca-c612-4425-bff4-65204be62195) 2. add `watchSerial` to...

**Describe the bug** there is a `json` type in eez-studio v0.14.2. As shown in the figure below, I defined a `array:json` type variable. But when checking, an error message is...

bug

the assignPropety function is added `iterators` parameter. There are basically two ways to use: ``` const iterators = flowContext.dataContext.get(FLOW_ITERATOR_INDEXES_VARIABLE) || []; assignProperty( flowState, this, "data", value, iterators); ``` and ```...