Chris S

Results 25 comments of Chris S

Thanks, this is great! I wasn't sure my code was pull-request-worthy so far, but I didn't get around to further work on it.

On linux, you could read /proc/self/maps to get the addresses where your binary is already mapped and unsafe-cast those addresses to [u8] arrays of the length of the map. On...

I get your argument regarding popularity. But I see that as a cost-benefit analysis, and the cost is really low, as far as I can tell. I successfully generated a...

For me it panics at there is no reactor running, must be called from the context of Tokio runtime it seems to come from hyper::server::tcp::AddrIncoming::from_std calling something from tokio. How...

@szagi3891 ha thanks, I didn't see that part of the README :) I looked at the github repo a while back when the README was still empty, and didn't think...

I agree, it would have to be a per-podcast setting.

Any news? flatpak complains about some dependencies of nagstamon being end-of-life...

Cool, SPICE coming to guacamole! I just tried it out, using docker. It basically works, but I'm having trouble with the keyboard layout. I'm using a german QWERTZ keyboard, so...

For anyone coming here with this question, I succeeded by following this: https://tylersguides.com/guides/openldap-password-policy-overlay/

> > > because of the limitations of RFC2136 > > > > > > Hello, what are those limitations? > > Mainly that it doesn't allow restricting a client...