Results 150 issues of Samuel Ainsworth

I'm on prettier-check 2.0.0. ``` bobthebuilder -> yarn prettier-check --help yarn run v1.12.3 $ /Users/skainswo/dev/kumo/bobthebuilder/node_modules/.bin/prettier-check --help All files using prettier code style. ✨ Done in 0.33s. ```

Following the discussion on discord in #random.

I have a situation in which I'd like to test the output of things like `myprog | head` and `echo "foobar" | myprog`. Is there a way to accomplish this...

It seems that this library requires adding `dom` to the `tsconfig.json` `compilerOptions.lib` list, which doesn't make sense when running on node. Fine, perhaps this library is only intending for frontend...

I specifically set `WANDB_DIR` so that I can avoid downloading large files on expensive file storage, and instead place them onto cheaper local storage. Why then does the wandb client...

c2rust current transpiles `NULL` pointers as `0 as *mut T`, but it would be a bit cleaner and more rust-y to instead produce `std::ptr::null_mut::()`.

wontfix

### Is there an existing issue for this? - [X] I have searched the existing issues ### Issue description I'm trying to use home-manager in the NixOS configuration module mode....

question
status: stale

It would be great to have git blame functionality!

I'm not sure exactly what's going on here. I have a bit of code that works just fine with qmap, but throws a segfault when using tmap: ``` signal (11):...

### Describe the bug I'm observing the following test failures when running the test suite from tag v0.15.0: ``` =================================== FAILURES =================================== ______________________________ test_library_root _______________________________ [gw8] linux -- Python 3.10.10...

cli