Guilherme Souza
Guilherme Souza
Code suggested by @twick in #5
Hi all, In PR #56, it was discussed one can modify the EJS source before handing it to `ejs.compile()`. It works, but has the downside of making the extended error...
Hello, Thanks a lot for the awesome lib :+1: I've observed that `PartialEq` is [derived automatically](https://github.com/petgraph/fixedbitset/blob/4d6590f482b4510074fe4532dcee232293a4615a/src/lib.rs#L53). But that means that sets with different capacities are always considered different, even when...
Hi, I'm building a tiny abstraction over this lib for my use case (a set of `usize`s with an API very similar to `BTreeSet`) and I'm stuck on the implementation...
Hi, Following up on https://github.com/petgraph/fixedbitset/issues/44, here is my take on implementing `PartialEq`, `Eq`, `PartialOrd`, `Ord` and `Hash`. This PR goes beyond the scope of the issue, so all those related...
Fixes #45
Somehow tell the lib a replacer function to JSON.stringify and a reviver for JSON.parse This would help with https://github.com/clubedaentrega/log-sink/issues/3 Note that `message` property is non-enumerable. Related discussion at http://stackoverflow.com/questions/18391212/is-it-not-possible-to-stringify-an-error-using-json-stringify
Like http://autobahn.ws/testsuite/
This PR aims to implement the feature request expressed at https://github.com/newrelic/c-sdk/issues/17
Hello, For some context, we are in the process of evaluating New Relic for our new Rust projects. For that, we're using this C SDK along with the crate [`newrelic`](https://crates.io/crates/newrelic)....