Katalin Rebhan

Results 133 comments of Katalin Rebhan

Since this crate seems unmaintained right now, I have published [mumble-protocol-2x][1] which has both async_std and tokio support (toggleable via features). [1]: https://crates.io/crates/mumble-protocol-2x

why not add a command instead of changing a vanilla command? Like /scm importToWorld ~ ~ ~

Getting the same issue, I think. csviewer crashes the graphics driver right before displaying the Earth (one time I got a glitchy rendering of it in black, similar to OP's...

Ah, worldviewer does work, tried the osm-buildings.json file. > Also, it seems that aren't displaying any imagery on the terrain... That should work of course, but I'm wondering if that's...

> You might also try running `xargs --show-limit < /dev/null` to see what the size limit for environment variables and command-line arguments is on your system. This is the current...

Something that hasn't been mentioned yet: I just thought about how Windows lets you log in via PIV smartcards, and this of course works with AD/Kerberos too. It seems like...

> ### Expected effort > > Since I think this idea is very similar to `nixpkgs pnpm tooling`, I believe it's a **medium (175h)** with a rating of **hard**. I...

Please don't do this. A single CMake build directory should build either the static or shared library, controlled via BUILD_SHARED_LIBS as is right now. The way to _install_ both is...

> Could you, please justify this point? Is it your personal opinion, the best practice mentioned elsewhere or a technical requirement of something? 1. It should be possible to link...

I think this should actually check that __OBJC_BOOL_IS_BOOL is 1 and not just defined. Oops. Hopefully the Windows tests pass now.