Fee Fladder
Fee Fladder
Exactly what I needed! Sad to see it's not implemented, but great that you've outlined how to do it! Also, this would be different for Control and 2D nodes if...
Another easier solution (I came here with a quick search) ``` curl -fsSL https://install.julialang.org | sh -s -- -y ```
I was trying things... Basically, trying to run Julia inside Python using micromamba for python deps management. When trying to install `PyCall`, it fails, because it uses `--satisfied-skip-solve` e.g. [this...
Whoops, actually what the script says is correct! Caused by [line 34 in env.sh](https://github.com/feefladder/ossim/blob/bcf2f33dfbe309d04b5f4819c5edd46237252a9d/scripts/env.sh#L34) but the name is hard-coded in a lot of places. Maybe adding something in the error...
the thing is about parallelly downloading multiple files from a playlist concurrently, not chunk up files
@mikhainin can you PR it here? when I run make test, I still get fail for https://bugs.php.net/bug.php?id=73964 But I cannot open an issue on your fork, where I think it...
There were other active users back when I was active here and submitted my pull requests. In the meantime, I've been doing different things and haven't kept up, so I...
Just popped to my mind that using a BFS would probably make the logic easier. Also now I use [git-branchless](https://github.com/arxanas/git-branchless/wiki/) which makes splitting work into branches **a lot** easier. I...
I clone over SSH, on a Ubuntu (Pop-os) system. Let me see if cloning over https works