David
David
Not sure why we have a fork there, but maybe we should close this one and move activity over there?
Used [here](https://github.com/debris/elastic-array/blob/master/src/lib.rs#L125).
Is it even possible to support Darwin or the BSDs using equivalent APIs?
Set a global variable with the CXXFLAGS so that the make file generating code can see it. This is mimicking what the code already does for the LDFLAGS and it...
Hi, great project! I'm seeing some pretty severe rendering issues when I run `expvarmon -ports="8000"`. It looks like this: Resizing the window does not seem to fix it. Is there...
Hi, I am having issues installing the gem on OS X (Snow Leopard). Installed libdevil from ports with sudo port install libdevil It pulls in a bunch of dependencies, among...
As seen in https://github.com/openethereum/openethereum/pull/11654 and the blowup in memory usage it tries to fix, using `JournalDB::inject()` is prone to misuse. In hindsight the docs are pretty clear about the side...
Sometimes warp sync stalls. The likely cause is that the warp sync peer is not sending any data and no progress is made. It can look like this: ``` 2020-02-27...
ref. #922 Currently the `Event` type in `tracing-core` requires a `&'static Metadata
As an alternative to #1045, this PR switches `set_default` and `with_default` to take an owned `Dispatch` instead of a ref. See [comment here](https://github.com/tokio-rs/tracing/pull/1045#issuecomment-711422012) for motivation. Closes #455 Part of #922