Steven Kalt

Results 38 comments of Steven Kalt

One way to add stats without maintaining stats themselves would be to use a badge service such as shields.io to - fetch the stat (such as GitHub stars per repo)...

Sure thing! Full disclosure: I'm only familiar with `pipenv` and `conda` envs. I'll see if I can set up minimal gists for `pipenv` and `virtualenv`; I've got one for `conda`....

I was able to get around this by opening the element inspector, selecting the image element, and copying the dataURI to my browser. So long as you have the ``,...

Hey, if you can confirm that you're contributing this code under an MIT license, I'll merge it!

The remaining test failures don't seem to relate to my changes. Instead, the failures smell like a timing-based intermittent failure: ``` ... Caused by: /home/runner/work/tree-sitter/tree-sitter/target/scratch/x86_64-linux-unknown-gnu-little/bash.so: file too short failures: tests::async_context_test::test_node_and_cursor_ref_in_fut...

Confirmed heisenbug :( two of the three failures evaporated without any meaningful code changes. ```diff failures: tests::async_context_test::test_node_and_cursor_ref_in_fut - tests::async_context_test::test_node_and_cursor_ref_in_fut_with_fut_fabrics - tests::async_context_test::test_node_and_cursor_ref_in_fut_with_inner_spawns ```

@alebastr good catch! I've pushed a patch to ensure `podman` aliased as `docker` always has user-namespacing mode `keep-id`. I decided to avoid the complexity of detecting if `docker` is an...

Lgtm; thanks for the cleanup!