Lilith Orion Hafner

Results 585 comments of Lilith Orion Hafner

Thanks! No, this is not intended. It has been accepted as an upstream a bug: https://github.com/LuxDL/DocumenterVitepress.jl/issues/68

Moments later, I tried to add version 1.7 and all these same channels were re-checked. This is impactful in the case of bisecting based on Julia version.

Ah, I made #171 before I saw this. Here's how the preview renders: https://chairmarks.lilithhafner.com/previews/PR172/

This removes all navigation at the bottom and the sidebar from the home page making it inconsistent with the rest of the pages. While this does mask the broken link,...

Thanks! Would you please format this as a `see also` section? You can `grep` for `"see also"` in the julia repo to see examples. It doesn't necessarily have to be...

1) is not ideal because conversion is much more widely used than `Ptr`, so offering this method to people who query `?convert` is less precise than offering it to people...

I'm actually trying to track `Base.summarysize(my_object)` which is not the same as allocations; tracking allocations would also be nice, though. For now, I'm hacking the existing API to handle non-`@benchmark`...

I still can't track precompile time with this hack but it meets most of my needs (though without style) and precompile time should eventually be tracked by AirspeedVelcoity itself (like...

using `base.ref` instead of `base.sha` would sidestep #78 and be a NFC for prs to the default branch, just would not fix the issue of benchmarking the wrong set of...