Alex Parrill

Results 73 comments of Alex Parrill

`std::boxed::Box` implements `CoerceUnsized` which is a nightly-only trait for doing this. You can fake it with `unsafe { BumpaloBox::from_raw(BumpaloBox::into_raw(node) as *mut dyn Whatever) }`, or by the above additional function......

Thinking about it more, something more useful would be the ability to add files in the `OUT_DIR` to the deploy command's output, so that you could use it with generated...

Getting the same issue on a fresh Arch Linux install. Not really sure how this app in general is supposed to work.

Are you aware you can sign tags in git? That should alleviate some concerns you have about tagging. Frankly, I could make your argument the other way around. How am...

I'll bump this because I am interested too. I'm not happy to see the "premier" crypto library for Rust lack this basic feature for half a decade, especially after multiple...

Apparently the `*_FILE` vars are only read by `docker-entrypoint.sh, not by the main binary, so you can't use them if you're not using docker. Not very obvious.

Getting a similar issue even without Rayon. @That3Percent Are you saying that this crate can't profile across threads? That seems like a big limitation that you should put in the...

@erezsh Thanks for the quick response. Looks like that works. Might be worth putting that in the docs somewhere - seems like a gotcha. I think that the Indenter could...

This is a dealbreaker for me. I need to run other things on my server, and I don't have the ability to set up a subdomain just so that owncast...

Well, when I tried to use `onkeydown` on the top level `rsx` macro, it complained about an unexpected token.