Steve Arnold

Results 134 comments of Steve Arnold

Sorry if that wasn't clear; ``google-re2`` is my cmake respin of the google python interface which you can find here: https://github.com/freepn/google-re2 and ``py-re2`` is my fork of your repo (I...

Can you try again with the latest pyre2 release? The build system was updated/modernized and the platform wheels are all correctly built/repaired. Everything should build clean on armv7/arm64, however, raspberrypi...

I'm working with this on a current project and wanted to learn more about python tests so I took a stab at refactoring these tests (along with rebasing some interesting...

Oh, the ebuild for nanoservice is here; nothing special about the way it runs tests except which portage features are enabled by the end-user. Note userpriv makes portage drop privs...

Howdy again: If I didn't say before, thanks so much for your work on the EFI guide/tools and rpi64 stuff; I've been doing this (the Gentoo development stuff) since 2003...

Thanks, I also have a few other things to report; mainly some dantrell-gnome issues and the gold linker kernel failure that keeps coming back (some recent discussion here: https://lkml.org/lkml/2019/7/15/181)

Since the gold linker failure has an easy workaround, I made a separate issue for that (issue #16) but other items are more general (and mainly gnome or toolchain-specific). I'll...

This is basically my 3rd-priority update problem-of-the-day, and for a minute I thought genkernel would handle it but support does not seem to exist in genkernel-next-70 (only in sys-kernel/genkernel-3.5.0.7 and...

Did you mean skip setuptools and move to pyproject.toml with a newer build backend, eg hatch or something else? I still have a PR in my fork with setup.cfg/pyproject.toml that...

You can search inside the menuconfig interface by hitting `/` key and type in a string to search for; in this case you're looking for this: ``` CONFIG_TUN=m ```