@thdxr@redshiftpress I’m talking about sourcing the project-local virtual env (such as nix devshell or python venv)
Running opencode as a daemon means every session inherits the daemon’s env, so you’d need a way to re-source a different project venv per session.
@thdxr@redshiftpress When I ran opencode as a daemon ~1 month ago, I ran into a problem regarding sourcing of virtual env.
I would always source the env, then start opencode; but with the daemon, spawning sessions only inherit the env of the daemon.
Is there a fix around this?
@ZachSDaniel1@davydog187 For the discord Office Hour, when Elixir conf was going on, what was it that you mentioned discussing with Jose regarding type system and how it would work with Ash Framework?
@dr_umenze@elonmusk@Cernovich@NiohBerg If you watch the full video you can hear that he repeatedly says he cant breath, before he ever got on the ground. This is symptoms of fentanyl overdose. The reason he was lucid is due to his simultaneous usage of methamphetamine.
@championswimmer Do you see an improvement over just summarize branches?
I can imagine that this allows for longer sessions, but is the result from that even good?
I hear everyone say that it is better to start over than to steer a long session.
NixOS server with Nix managed release, that runs as a systemd server with socket activation.
Then use deploy-rs for deploy and auto rollback in case of failures.
With systemd socket activation, a new deploy will SIGTERM the old service and drain connections, then new service will boot and resume on the listening socket. The listening socket is never closed, it just buffers requests.
@Cobratate I read once, about a guy and his time in prison.
He said prison changed him forever to sit and pee, since all the prison cells where people stood up, had sticky floor and reeked of urine.
@thdxr Will syntax highlighting be something that can be extended. As of last I checked, syntax highlighting was not working for Elixir.
It was very easy to add, but managing a fork/patch is annoying, especially with how fast you guys ship.