Theodore Ni
Theodore Ni
This fixes the build on Darwin using Go 1.18. See https://stackoverflow.com/questions/71507321/go-1-18-build-error-on-mac-unix-syscall-darwin-1-13-go253-golinkname-mus
#### Describe the bug I'm working on updating `pueue` in [nixpkgs](https://github.com/NixOS/nixpkgs) and observed that it seems the table output does not match because the terminal size or environment in the...
With this, the VERSION file is picked up by `#include ` in standard library code on case-insensitive file systems.
On my M1 Mac, `uname -m` returns arm64 instead of aarch64, but I believe these two are equivalent. For context, I am working on fixing this build in [nixpkgs](https://github.com/NixOS/nixpkgs) on...
The following test fails on Python 3.10: ``` ====================================================================== FAIL: test_text (pdoc.test.CliTest) (package='example_pkg') ---------------------------------------------------------------------- Traceback (most recent call last): File "/private/tmp/nix-build-python3.10-pdoc3-0.10.0.drv-0/pdoc3-0.10.0/pdoc/test/__init__.py", line 372, in test_text self.assertNotIn(pattern, out) AssertionError: 'non_callable_routine' unexpectedly...
Plus a patch to fix the build using Go 1.18. Fixes #185096. ###### Things done - Built on platform(s) - [ ] x86_64-linux - [ ] aarch64-linux - [ ]...
At least on my aarch64 Darwin machine, python-fsutil builds fine. ###### Things done - Built on platform(s) - [ ] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin -...
I work in a large SPA code base, in which (for better or worse) there are situations where both the html and body element have non-visible overflow. In these cases,...
I'm experimenting with adding some packages to a custom NUR repository and got stuck when testing if my repository evaluates. It seems that access to the temporary directory that (I'm...
This picks up a new 2022 version of golang.org/x/sys which is caused by https://github.com/golang/go/issues/49219 and is needed to fix building using Go 1.18 on aarch64-darwin. By including this here, when...