comicfans

Results 18 comments of comicfans

now I'm using CMake to generate ninja build, and using mold -run ninja to build whole project, mold performance is impressive during my test, I'd like to know if mold...

so if I understand correctly, this feature expected to run mold daemon (with exactly same link arguments) even before all input object compile complete, and for real link, it already...

Hello, I have similar problem, I want my result field DateTime, but query_as didn't accept it.

testing SHLVL gives incorrect result if start Rstudio from shell interactive() can distinct if this is Rstudio job, since [Rstudio](https://blog.rstudio.com/2019/03/14/rstudio-1-2-jobs/) said ``` Local jobs run as non-interactive child R processes...

seems that nothing special happened in fluentd.log, it just runs as normal 2018-10-16 15:45:05 +0800 [info]: #0 Oj is not installed, and failing back to Yajl for json parser 2018-10-16...

fluentd log size 150GB, maybe it's too big ?

truncate it down to 300MB still not work, clear it to zero resolve this.

How to pack files per every 10 000 objects ? I tried to convert a big repo with lfs-test-server, but after convert (about 4 days), lfs-test-server only has file name...

I'm trying. some distro (archlinux) only provided hardfloat toolchain, makes cross compile painful. so I wonder if build CI can provide such variant directly. ----update---- successfully build binary with arm-unknown-linux-gnueabi...

build arm-unknown-linux-musleabi but can't setup device successfully. ```bash ./boringtun -v --foreground wg0 Timer("Invalid argument") ``` gdb shows that program received SIGILL Breakpoint 1 at 0xade84: file src/device/epoll.rs, line 105. (gdb)...