fallenwood

Results 18 comments of fallenwood

summary of c-wrk results (installed with nix) ``` → wrk --version wrk 4.2.0 [epoll] Copyright (C) 2012 Will Glozer Usage: wrk Options: -c, --connections Connections to keep open -d, --duration...

I think it's ok to answer my questions, thanks for your help :)

> Can you get me the stack traces of all threads? Its very likely this is possible on other platforms too just not happening for whatever reason and I'd like...

> Sorry I meant _all threads_. Can you get me the stacks of all threads? I want to see what the rest are doing. Ah my bad, here are the...

After reading deeper into the source, I found the `wakeupCallback` in `renderer/Thread.zig` is not called (the break point not hit), while `self.wakeup.wait(&self.loop, &self.wakeup_c, Thread, self, wakeupCallback);` did called. It also...

> I’m not entirely sure if this is the right place to ask, but I’m wondering how to get Ghostty on Windows. I couldn’t find any information about it in...

For those who want to add opentelemetry tracing to meiliclient. Because it's just HttpClient to send the requests, tracing can be added with injecting HttpClient without any change to this...

> > [these docs for jsoncpp](http://open-source-parsers.github.io/jsoncpp-docs/doxygen/class_json_1_1_stream_writer_builder.html#a79bdf2e639a52f4e758c0b95bd1d3423) are relevant. IIRC the flag was `enableYAMLCompatibility`. I could have swore we had this, even some time after #2515 > > @zadjii-msft Hello. Does...