Armin Ronacher

Results 771 comments of Armin Ronacher

I also ran into this problem where `file!` returns a workspace relative path but I cannot absolutize it which I need for some test related situations.

This is the workaround i have in place now which is pretty ugly: https://github.com/mitsuhiko/insta/blob/b113499249584cb650150d2d01ed96ee66db6b30/src/runtime.rs#L67-L88

This lack of envvar also came back to my mine when investigating this regression: https://github.com/rust-lang/cargo/issues/8992

As of 2017 I'm quite happy with the filters and tests that exist. The ones I feel are unnecessary are `upper` and `lower` because realistically you can also convert to...

BTW. I do still plan on porting `MarkupSafe` to rust. In case there is demand in this (that comes up with filters in Jinja a ton) I can spend some...

I'm not sure if this is fixable. This seems to be a limitation in how the ANSI terminal support on windows works :(

In case someone cares, `lazy_property` was not the first version. The trick with the data only descriptor comes from an earlier codebase but not sure which one. Might have been...

After some investigations triggered by #51 into even worse performance with similar I did some deep diving into this particular usecase. Unfortunately it's very common for both this crate and...

> I'm not sure ELF Build IDs can be usefully be handled as UUIDs, the actual contents of the note field don't preserve the semantics--it's just bytes. For what it's...

Yeah. Doesn't seem massive amounts of work. It also affects UUIDs. I will send a PR when I find some time for it.