Andrew Klitzke
Andrew Klitzke
Hi! @sagiegurari you posted here: https://github.com/aklitzke/dors/issues/1 and I'm following up. I want to start off by saying that I think you've really written a very comprehensive makefile engine that has...
Might be nice to have something like: ``` use slog_scope::*; new_scope!("key" => "value", || { info!("hi"); }); ``` that is shorthand for: ``` use slog_scope::*; with_logger(|logger| { scope(logger.new(o!("key" => "value")),...
More a feature request than a bug, but it would be nice to have a way to log to a generic stream using the colors implemented in `slog_term::TermDecorator`. Right now...
I am running into some issues decrypting after a public key generation protocol using Lattigo. I am wondering if I am doing something wrong, and was hoping the devs could...
## Bug description plain sample project build fails with compiler / linker error like `/Users/andrewklitzke/esp/esp-idf/components/newlib/reent_init.c:29:6: error: 'struct _reent' has no member named '__sdidinit'` - Would you like to work on...
Please use the following structure when proposing changes to our shared Vim configuration and make sure to complete the checklist at the end. # What Adds a plugin for rust...
For bean queries, according to the documentation, if a position has a cost basis but not a price, the value function should return the cost basis. this makes sense as...