Swordfish

Results 7 issues of Swordfish

I double encrypted some files, and I have to decrypt them by my self... So create a python script, to decrypt git-crypt encrypted files.

details reference look at #43 . Bug: 1. maybe dirty pages not updated cause key fetch error. 2. maybe not update pages when overwrite key's value.

I install mingw-w64 with gcc version 9.1.0 (Rev3, Built by MSYS2 project) and mingw-openblas. Compile ok with this Makefile: ```mk OPENBLAS = openblas PYTHON_INC = C:\Python36\include PYTHON_LIB = C:\Python36\Libs NUMPY_INC...

Current design create a thread for every connection. This will take much resources, better to use thread pool. Or change to libuv from node.js.

enhancement

Current design is duktape embedded in libhttpd as module. Create another version that libhttpd as module of duktape.

enhancement

For my system (win32/win64) when using taglist-4.6, `taglist` show nothing when filename or pathname contains non-ascii chars. after debugging, I found win32 batch file codepage is not UNICODE :( I...

之前一直用2.4.7版本,发现obsdian升级后会有个问题,复现的条件如下: 1. 文档比较长,一页显示不完。 2. 文档有很多的标题,且标题的数目在toc的一页显示不全。 现象: 1. 新版本obsdian会出现scrolldown的时候,当toc开始下滚的时候,主页面下半部分显示不全。 2. 慢慢scrolldown的时候,显示不全的部分会越来越高,直到啥都没了。 2.4.7在以下的obsdian版本测试情况 ``` obsdian 1.9.12 --- FAIL obsdian 1.8.9 --- FAIL obsdian 1.8.7 --- FAIL obsdian 1.8.4 --- FAIL obsdian 1.8.3...