Jonas Haag
Jonas Haag
Flame graph = the blue line? I'm confused by the term "flame graph" here... it's a completely different kind of visualisation that the CPU flame graph. If flame graph =...
Um, it was relative/absolute TIME. The reasoning here was that some people know "this must have been somewhen around 11:30 yesterday" and other people look for "about 20 minutes into...
Here's a benchmark suite that demonstrates the difference ```rs use atoi::{FromRadix10, FromRadix10Checked, FromRadix10Signed, FromRadix16, FromRadix16Checked}; use criterion::{black_box, criterion_group, criterion_main, Criterion}; use std::str; use std::str::FromStr; use std::fs::read_to_string; pub fn i128_signed_four_digit_number(c: &mut...
See first post, it's just a bunch of ints
Why does this GHA step fail and abort the rest of the `run:` code, but the job still continues and eventually succeeds? https://github.com/mamba-org/provision-with-micromamba/runs/6408495202?check_suite_focus=true https://github.com/mamba-org/provision-with-micromamba/blob/d7eeccca14d2609b867ac0002544ec701ec11068/.github/workflows/test.yml#L34
Btw, I tend to not use activation anymore (in CI and on my local machines) because it simply causes too much trouble. I use `micromamba run` and `micromamba shell` (which...
Thanks for the pointer, I wanted to avoid copy-pasting that a dozen times...
Why does it stop executing the cmd.exe commands? I thought there was no fail-fast in cmd.exe.
@tdegeus if you have time to investigate the bug source of the bug that would be great!
Doesn't this only create a single cache entry per day, and then old unused cache entries will be evicted when GitHub cleans them up?