dan-da
dan-da
rebased on latest dev to resolve conflict.
hmm, CI is getting clippy errors that I don't get locally. Maybe it is using the new rust toolchain released a day or two ago? ``` error: casting to the...
Yeah, I don't like adding any unnecessary code either. In this case, I figure that a builder is warranted. First, I always consider there to be some code-smell if a...
So I'm not totally happy, with this derive_builder impl either. Example usage in this PR: ``` let (node_query_sender, node) = NodeBuilder::default() .network_id(network_id) .comm(comm) .miner_comm(miner_comm) .addr(addr) .storage(file_writer) .genesis_code(data_path, genesis_code)? .build( &initial_peers,...
marking this as draft. #274 is preferred.
Here is [the tool](https://github.com/dan-da/ml). A year or so back I forked it from an unmaintained project and updated to work with current rustc, as well as adding colors, web/github integration...
I just bumped into this. I'm also running an old thinkpad.
[glxinfo.txt](https://github.com/user-attachments/files/17967827/glxinfo.txt) [eglinfo.txt](https://github.com/user-attachments/files/17967829/eglinfo.txt) Sorry, I don't seem to have bunnymark installed. If its part of this crate, I haven't built the crate... I just tried building zed and that led me...
update: I also get a getUserMedia undefined error on windows.
yeah good suggestion. Especially since images can now be displayed in some terminals. That said, this tool is mostly about displaying a list of addresses in table format, so it's...