Riceball LEE

Results 106 comments of Riceball LEE

1. Only make container for Openwrt Image Builder, Use the GitHub Packages(Container) Registry: https://docs.github.com/cn/packages/working-with-a-github-packages-registry/working-with-the-docker-registry 2. Or mount image file to compile and save the image file to Github Release assets...

No need to change if you use the [bunyan-log](https://github.com/sameke/bunyan-log),

Botan 2.18.1 ```bash ./configure.py --enable-static-library --disable-shared-library --os=android --cc=clang --cpu=armv7-a --cc-bin=armv7a-linux-androideabi16-clang++ --ar-command=arm-linux-androideabi-ar make armv7a-linux-androideabi16-clang++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O3 -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -Ibuild/include...

@randombit great thanks. Why can't I cross compile a Windows DLL on Linux using Mingw?

Also see the DNSMASQ CONFIG : https://wiki.archlinux.org/title/dnsmasq#Adding_a_custom_domain

Already update. but only supports above node v4 and remove native async methods instead of js wrapper. I think these thread bugs(eg #157) are fixed which I've added in my...

just treat it as leveldown: ```js import LevelDB from 'nosql-leveldb'; import LevelUp from 'levelup'; levelUp('/tmp/thedbdir', {db: LevelDB}, (err, leveldb)=>{}) ```

No, Only on Linux. More detail wanted. Did you try the unit test of `nosql-leveldb` on Mac?

@zixia done. I've found the reason: the c++11 feature `std:mutex` raised error on Mac.

图片直接保存到 git 中更直接。