Results 24 comments of Fujimoto Seiji

> This is possible in theory, but there are a couple of instructions which will hurt: When I wrote OP a few month ago, mainly I was thinking about the...

Here is a proof-of-concept of this idea: * https://ceptord.net/20220515-dna100m.html To put it short, I could archived the throughput of 14.2 million entries per seconds on my desktop machine with Ryzen...

By username. I usually type attendee's user name (like "fujimoto") into the input box, and click on the suggested name. ![2019-03-15-134333_347x138_scrot](https://user-images.githubusercontent.com/8974561/54409108-58777b00-4728-11e9-9d4e-b32d654ea59b.png)

> Hi. I'm trying to follow https://github.com/fluent/fluent-bit-docs/blob/master/installation/windows.md#compile-from-source, but I think there's a setup step missing. > When I follow the instructions on a fresh Windows Server 2019 VM, I get...

@davidbtucker Evidently this is a common pitfall of MSVC. * https://stackoverflow.com/questions/14372706/visual-studio-cant-build-due-to-rc-exe * https://stackoverflow.com/questions/43847542/rc-exe-no-longer-found-in-vs-2015-command-prompt It appears that the VC installer can fail to place `rc.exe` to PATH. On these threads, it...

> Does that look right? Thanks. @davidbtucker Your `PATH` seems not correct as I see no VS paths there. Try loading appropriate paths using `vcvarsall.bat`. You'll find that script in...

> I followed the instructin and i saw rc.exe under the path mentioned in this comment:#427 (comment). > However, i didn't build .exe successfully. There is another error popped up:...

@sophieyfang Can you apply the patch edsiper/chunkio/pull/60 to your `lib/chunkio/src/CmakeLists.txt` and rebuild the source code again? (It's a single line patch, so you should be able to apply it trivially)...

@sophieyfang After some more digging, I found that I can reproduce your issue on 32-bit build (on the other hand, 64-bit build works fine). I posted https://github.com/edsiper/chunkio/pull/62 that fixes the...

> But i cloned the fluent-bit folder and also executed the build commands under C:\Program Files (x86) directory. Maybe that's reason?woman_shrugging It depends on which Developer Command line tool you...