叶芝秋

Results 16 issues of 叶芝秋

Many diff tools have a minimap for showing the overview of differences, such as Beyond Compare. It's useful for reviewing changes in large files.

Please expose the `view_font_face` variable, so that the users can let mdpopups fit their `font_face` setting.

T: feature

1.代码滑动不流畅,行号显示不固定,会跟着滑动,希望解决 2.希望代码的配色方案更多样化或者可自定义

Executing the following script with the `--module` option produces strange results. Screenshot of running results: ![image](https://github.com/bellard/quickjs/assets/32818900/3fab4901-415b-49ef-93dc-1211a3d15f9f) The script (`test-async-sleep.js`): ```js (async () => { if (globalThis.setTimeout === undefined) { console.log("Trying...

Since `console.log` does not *flush* stdout, the output cannot be read before qjs exits.

Test code ```js async function gen() { return undefined_var; } gen().then((r) => { console.log(`r = ${r}`); }); ``` Run the code with qjs: ```shell $ qjs --module test-async-error.js ``` Run...