Zhaofeng Li

Results 70 comments of Zhaofeng Li

> Why not detach the process from the invoking session with e.g. disown? Sadly this can't work because proot needs to ptrace all processes in the session to perform its...

> Random idea, feel free to disregard: > > ``` > login -> proot -> login-inner -> session > \ > -> (supervisord overseeing process) -> proot -> login-inner ->...

Sorry, got distracted and forgot about this :/ Termux does appear to have a special type of session for background tasks: ![Termux notification with background tasks active](https://user-images.githubusercontent.com/2189609/200242292-de41665c-b420-4ad0-8a63-938d16aa19d1.png) One integration is...

FYI applying [this patch](https://gitlab.freedesktop.org/mesa/mesa/-/commit/70ce634dc6d9c61db8af4dc5cb888b3ef51deef8.patch) on Mesa fixed it for me on i7-1165G7.

> Can confirm this works, so perhaps this discussion should be moved upstream? Is this patch part of a PR to mesa perhaps? It's part of [this MR](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17182). Sorry, I...

Oops sorry, missed this one. `allowBuiltinFetchGit` was added very recently and our `flake.nix` is pinned to unstable. For distribution through this repo, the Crane-based `attic` package from the overlay should...

> I got error: package sea-orm v0.10.6 cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.64.0. Looks like `sea-orm` now depends...

Hi there, and thanks for the questions! I've been busy for the past months but I'm trying to find time to push my projects forward. Before moving onto Attic, my...

Just an update: Still swamped with stuff but hopefully able to push things through soon. See also https://github.com/NixOS/nixpkgs/pull/274481 > Would it be possible to move to a multi-maintainer setup? Good...

The official container image is publicly available here: https://github.com/zhaofengli/attic/pkgs/container/attic It's built from the `attic-server-image` output as defined here: https://github.com/zhaofengli/attic/blob/bdafd64910bb2b861cf90fa15f1fc93318b6fbf6/flake.nix#L91-L109