原劍

Results 20 issues of 原劍

the code below is run by nodejs: ``` console.blink = function() { this._stdout.write('\x1b[5m' + util.format.apply(this, arguments) + '\x1b[0m\n'); }; //blink console.blink('logger blink:', 'blink------------'); ``` the messages outputted in console is...

I'd like to specify the default font for the editor. thanks.

**Describe the bug** terminate called after throwing an instance of 'std::filesystem::__cxx11::filesystem_error' what(): filesystem error: directory iterator cannot open directory: No such file or directory [/media/creatxr/DATA/DOWNLOAD/TerraForge3D.Linux/TerraForge3Dsystems,48x48@2/filesystems,48x48/intl,48x48@2/intl,48x48/mimetypes,48x48@2/mimetypes,48x48/places,48x48@2/places,48x48/status,48x48@2/status,48x48/stock/chart,48x48@2/stock/chart,48x48/stock/code,48x48@2/stock/code,48x48/stock/data,48x48@2/stock/data,48x48/stock/form,48x48@2/stock/form,48x48/stock/image,48x48@2/stock/image,48x48/stock/io,48x48@2/stock/io,48x48/stock/media,48x48@2/stock/media,48x48/stock/navigation,48x48@2/stock/navigation,48x48/stock/net,48x48@2/stock/net,48x48/stock/object,48x48@2/stock/object,48x48/stock/table,48x48@2/stock/table,48x48/stock/text,48x48@2/stock/text,64x64/actions,64x64@2/actions,64x64/animations,64x64@2/animations,64x64/apps,64x64@2/apps,64x64/categories,64x64@2/categories,64x64/devices,64x64@2/devices,64x64/emblems,64x64@2/emblems,64x64/emotes,64x64@2/emotes,64x64/filesystems,64x64@2/filesystems,64x64/intl,64x64@2/intl,64x64/mimetypes,64x64@2/mimetypes,64x64/places,64x64@2/places,64x64/status,64x64@2/status,64x64/stock/chart,64x64@2/stock/chart,64x64/stock/code,64x64@2/stock/code,64x64/stock/data,64x64@2/stock/data,64x64/stock/form,64x64@2/stock/form,64x64/stock/image,64x64@2/stock/image,64x64/stock/io,64x64@2/stock/io,64x64/stock/media,64x64@2/stock/media,64x64/stock/navigation,64x64@2/stock/navigation,64x64/stock/net,64x64@2/stock/net,64x64/stock/object,64x64@2/Data/modules/] Aborted **To Reproduce** download linux's...

base on the example calculator. function doX(a,b) { return a * b } e.g. expression is 1 x 2 i want to calculate 1 x 2 by call function doX(1,2)...

needle.get is not stable. sometime it works, sometime it stops without error. is it possible to wait until get a stream handle? thanks.

## Background convert outline (svg closed paths) to single stroke re-render the single stroke to outline (e.g. remake font's style) ## Proposal 1) rending api 2) more preset rendering algorithms...

feature request

6.11.1-2-cachyos ``` DRIVER/8821cu-20210916/os_dep/linux/os_intfs.c:2031:17: error: implicit declaration of function ‘strlcpy’; did you mean ‘strncpy’? [-Wimplicit-function-declaration] 2031 | strlcpy(info->driver, wiphy_dev(wdev->wiphy)->driver->name, | ^~~~~~~ | strncpy ``` it has some other warnings. only one...

outline not work with circle to calculate circle's outline will get only a circle stroke. and anything inside the circle will lose. maybe, it cannot calculate a closed stroke's outline?...

why md.update() two times get difference result? or every time for new input, i must re-create and cannot use update() ? ```js let md5 = forge.md.md5.create(); md5.update(forge.util.encodeUtf8('你我他')); //必須彊制 utf8 編碼,否則結果錯誤...

question

I would like to have features: 1) to highlight a block automatic or manual. 2) use vertical lines to connect the same indentation thanks e.g. ``` function xxx() { //highlight...