Max Gautier
Max Gautier
So I abandoned the whole multi-session ordeal with footserver.socket and reworked the feature so it will work as other user unit, using graphical-session.target. (see https://codeberg.org/dnkl/foot/pulls/1281 ) Still needs some last...
What use cases have you in mind where ```shell curl -o micropipenv.py ... python micropipenv.py ``` is easier than ```shell pip install micropipenv micropipenv ``` ? (Why not, but this...
Looks like this was fixed a while ago. Feel free to open a bug report if not. /close
Could that unit be included somewhere in the sources of this project (maybe in contrib ?), so that packagers of systemd-based distros could converge on it ? Or is that...
https://github.com/thoth-station/micropipenv/issues/256#issuecomment-1405042065 Responding there as this is relevant and would apply to similar issues. @fridex > Ideally yes, if there is only one standard for defining requirements and lockfiles, this would...
On Thu, Jan 26, 2023 at 08:05:50AM -0800, Fridolín Pokorný wrote: > > Where micropipenv could be useful, IMO, is to install resolved python stack regardless of the package manager...
Precisely. But Pipfile, poetry.toml etc are not lockfiles ; they are dependency solver specifications, which is a bit different.
On Fri, Jan 27, 2023 at 01:45:26AM -0800, frenzymadness wrote: > My point of view is that we should focus on lock files but Pipfile or pyproject.toml might sometimes have...
Note that this also happens when chaining multiples values files, i.e ```yaml # values-global.yml controller: nodeSelector: node-role.kubernetes.io/ingress: "true" ``` ```yaml # values-dev.yml controller: nodeSelector: node-role.kubernetes.io/control-plane: "true" node-role.kubernetes.io/control-plane: ~ ``` `helm...