Dirkjan Ochtman

Results 249 issues of Dirkjan Ochtman

This starts from the premise of removing the backtrace feature and then sort of meanders from there... IMO the backtrace feature is something that most Rust libraries don't use, and...

Fixes #1507. Probably needs some tests. Early feedback welcome!

I've been thinking some reorganization of our crates is in order. Here's my proposal: - Move everything to do with transfer/network protocols/I/O out of -proto into a new -net crate....

The list of events keeps growing and therefore pushing down the QOTW. By virtue of their geographic orientation, the majority of events will be uninteresting to most readers, while the...

Fixes #2180.

### Did you check the tree-sitter docs? - [ ] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser ### Is your feature request related...

enhancement

Error: ``` second test attribute is supplied, consider removing or changing the order of your test attributes ``` `cargo check --all-features --all-targets` does not reproduce this error. (I have RA...

C-bug

## Description It would be nice if there was a simple API to reload templates when the mtime has changed. I'd imagine changing `Loader` to be more like a full...