Matej Knopp

Results 242 comments of Matej Knopp

Cargokit should copy the pdb file alongside the dll, but that doesn't seem to be happening for some reason. Maybe an issue with cmake integration. You could try to find...

There should be `rust_lib_stkt.pdb` somewhere in the build directory. `stkt.pdb` is the pdb for final executable.

TBF I'm not sure what Rust is doing on Windows to symbolicate the stacktrace. I looked now at some of my C++ code where I need to symbolicate stacktraces and...

Briefly looking at backtrace-rs implementation, it seems like it should be doing the same thing...

Is this really feasible for iOS? Apart from the possibility of Apple banning this just like they [did with rollout.io](https://medium.com/@isaacacasanova/apple-rolls-back-rollout-io-6a9a6cd9702f), the javascript would have to run without any kind of...

I think we need to support `sharedDarwinSource` and check for `darwin` folder.

Video playback (play_url) seems to fail with 500 at `/GET playback-info`. Even when ignoring the error playback doesn't start.

I tried it with a [HLS URL](https://devstreaming-cdn.apple.com/videos/streaming/examples/bipbop_4x3/bipbop_4x3_variant.m3u8). ``` atvremote -n "Apple TV 4" --debug play_url=https://devstreaming-cdn.apple.com/videos/streaming/examples/bipbop_4x3/bipbop_4x3_variant.m3u8 ```

The more I look at the code the more I'm convinced that taking control away from users is a bad idea. Whether I want split the code into multiple lines...

I spend much more time reading code than writing it. I wouldn't want to format code by hand, since that's a chore, but deciding where to put trailing comma doesn't...