courtesybog3[m] has quit [Quit: Idle timeout reached: 10800s]
pun[m] has joined #spacedock
HebaruSan[m] has joined #spacedock
<HebaruSan[m]>
`/var/log/syslog` shows all the right log messages from pulling changes, but `/var/log/auth.log` shows no attempts to run the sudo commands to restart
<HebaruSan[m]>
(And now it does, because I ran it manually)
<HebaruSan[m]>
I think `celery._restart_subprocess` must be throwing an exception
<HebaruSan[m]>
Nah, keep the function declarations, just wrap the part that actually uses them
<HebaruSan[m]>
Nah, keep the function declarations in the top level, just wrap the part that actually uses them
<HebaruSan[m]>
But this is still just a guess of what's going wrong
<HebaruSan[m]>
It has some of the same problems of Python, everyone found compilation and types too constraining and discarded them for the freedom of dynamic scripting, then after enough time your system gets complex enough that you hit the same reasons those things were created in the first place.
<HebaruSan[m]>
And then you re-create them, except you have to do it on top of a language that foundationally rejected them, so it's always a half measure with caveats and gaps.
<HebaruSan[m]>
Yup, problem is that the .js file is one of the assets that gets loaded as the page is assembled, and maybe there's something in there you legitimately want to run RIGHT AWAY
<HebaruSan[m]>
A few libraries and utilities probably do need that. So it's the default, and 95% of developers get burned by it.