Charlie Li

Results 34 comments of Charlie Li

As for package detection itself, setuptools does (or at least did) consider `chirp.share` a package implicitly, but of course explicit is always better than implicit.

That's not an error, but a warning. And yes PEP-517 compliance is next on the list. Until then, setuptools can theoretically be pinned to 58, which is the last version...

On second look, both of these commits are wrong. The `importlib_resources` package has to be used for Python < 3.10, not only for the new-style `files()` and `as_files()` API introduced...

> Yes. But it skips share and stock_configs (unless there is the `__init__.py` file in the directory) If that was the case, I would not have had implemented this the...

> Seems there is no branch `py3` for this repo and the above instructions call out to checkout that branch? > > `fatal: 'origin/py3' is not a commit and a...

ping, `pyliblo` has been expired and removed from the FreeBSD Ports tree, which means every consumer, carla included, has also been removed.

`nvidia-drm` has always been loaded after `i915kms` takes over the framebuffer from UEFI, as shown with the LinuxKPI I2C lines.

I have all of the above in `xorg.conf.d/` except for `Option "PrimaryGPU" "yes"` under `intel` and specifying the nvidia module paths. Leaving them out worked in 535.146.02. Don't have access...

Setting `Option "PrimaryGPU" "yes"` under `intel` allows X to continue bringing the displays/screens up, but this effectively becomes an Intel-only setup, as if the nvidia modules were never loaded. All...