Francis Lalonde

Results 12 issues of Francis Lalonde

While I understand the intention in making `SYST.has_wrapped()` take `&mut self` because of the side effect, I believe the trouble this causes are bigger than any pain it aims to...

enhancement
needs-decision

Considering the following `DNSNameRef` signatures ``` pub fn try_from_ascii(dns_name: untrusted::Input

good-first-bug

It seems that `rust-toolchain.toml` has no effect on build: `make build` fails if the default toolchain is set to `stable`. But if renamed to `rust-toolchain` (without extension) then it works...

Adding four unit tests for the FormatterMojo caching mechanism. One of the tests is **failing**, as a demonstration of #312. If preferred, I could make these new tests part of...

Some tools expose an alternate entrypoint method (not `main()`) for in-process calls. `exec-maven-plugin` having the ability to call _any_ public static method taking a single `String[]` argument would be very...

enhancement
good-first-issue

```rust #[time_metrics("timer_name")] #[fail_metrics("errcounter_name")] fn do_stuf() { // stuff goes heer } ```

enhancement

Allow for JSON, XML formatting with header and footer templates over buffered metrics.

Extend output template functionality to allow multi-metric formats with header/footer (JSON, XML, etc)

enhancement