Ben Berman
Ben Berman
I really like the idea of this library, but I'd prefer to think of flags as a set of common options available to many, but not necessarily all, programs within...
I believe I'm doing this correctly. I'm trying to create an f64 from 4 u16s. ```rust extern crate byteorder; use byteorder::{LittleEndian, ReadBytesExt, WriteBytesExt}; // hello fn main() { let mut...
Meteor is more of a back end framework, but I don't really think it belongs in either category. Not sure where it should go.
Hey, sorry if this is already addressed in another issue or worse yet the documentation, but I would love a way to do really custom profiling where I profile between...
Big pet peeve of mine. If you have template strings, you have `const` and arrow functions.
With our workflow, we publish beta versions when changes are still in PR but others might want to check it out. For example, if a package is at `0.24.0`, I...
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current/expected behavior?** When `let g:prettier#autoformat = 1`, vim-prettier basically just stops working entirely. Please see...
You can't really add this as the user of the library, but we could add it here and I think it would count as expected behavior. (retroactive issue: one PR...
This is intended to resolve https://github.com/cmake-js/cmake-js/issues/217
It makes sense to me that the default behavior of cloning a connection seems to be to re-use the underlying `PairedConnectionInner` and thus the underlying `RespConnection`. This is efficient, and...