Zicklag
Zicklag
You can also use the `--package-path` argument instead of manually replacing. For instance, if your XML file has paths like this in it: package://meshes/nao/RThumb2.obj And you have the meshes folder...
Something that might be worth looking into, thought it might not be ready for use yet: https://github.com/subconsciousnetwork/noosphere. It seems like it wants to be the social Zettelkasten. I've just tried...
Yeah, it'd take some thought to come up with better names for them I think. The `xxRef` types actually do refer ( aka. reference ) to values stored in the...
Yeah. Essentially a way to do what you have in the example here: ```rust let (addr, mut ctx) = Context::new(Some(32)); for n in 0..3 { smol::spawn(ctx.attach(MyActor::new(n))).detach(); } ctx.run(MyActor::new(4)).await; ``` So...
Anyway, this is what I settled on using for now, which is almost straight up `xtra` with just a small macro for implementing the handlers. I figured I'd share here,...
> Hmm, that Rust analyzer issue is really strange! I'm using IntelliJ Rust so this hasn't been an issue. I just tested updating rust-analyzer to the latest version and it...
Thanks for the tip @samtay. Here's a very nice alternative that worked great for me: https://github.com/nbedos/termtosvg.
I'm not using `agnostik` at this point, so I'm not firmly set on any direction.
Looks like you may already be fixing this but, just in case it is useful, this also happened to me when I installed the Docker snap package in the vagrant...
I don't have a large need for it and I think it is reasonable that you would not be able to universally set the Docker proxy for every installation method....