Ewan Higgs

Results 48 comments of Ewan Higgs

> Running natively on macOS: > ``` > % time ../target/release/async-brigade > mean 677.307µs per iteration > ``` > Testing on a Ubuntu VM (kernel version 5.4.0-65-generic) running on Apple...

```python import pandas as pd import pytz import arctic from pandas.util.testing import assert_frame_equal from pandas import DataFrame, Series, Panel from datetime import datetime, timedelta from arctic import Arctic, TICK_STORE from...

Indeed, it seems easier to record each process separately and then collate the results when creating the svg.

My use case is celery workers. I can test using specific tests on the workers but it would be nice to just test the whole system in unison to see...

75% cpu seems excessive for drawing a spinner. Is this a gtk bug or gtk-rs?

FWIW, this was a gotcha in migrating github pages from jekyll 2.x to 3.x where posts have the form `yyyy-mm-dd-title.md` and `post.id` in templates just gave the title in 2.x....

[CSS3 agrees with CSS2](https://www.w3.org/TR/css-syntax-3/#ident-token-diagram). While an ID in HTML5 might be able to begin with a number, the CSS specifications appear to say that they IDs cannot begin with numbers....

The HTML 5 specification says: > The id attribute specifies its element’s unique identifier (ID). > There are no other restrictions on what form an ID can take; in particular,...

> I guess we could basically follow the pattern of libgit2-sys and add a submodule pointing to the capnp compiler source code. I think it would make sense to bundle...

Hi, I'm on Ubuntu 21.10 and get this error with Rust 1.56.0: ``` ❯ cargo install git-tidy Updating crates.io index Installing git-tidy v2.0.1 error: failed to compile `git-tidy v2.0.1`, intermediate...