Conrad Kramer

Results 31 issues of Conrad Kramer

I get the following when I try to build: ``` $ CARGO_TARGET_DIR=target cargo build --manifest-path src/yasce/Cargo.toml Updating registry `https://github.com/rust-lang/crates.io-index` error: failed to load source for a dependency on `dis_simple_trawl` Caused...

``` check_no_other_lib_refs: couldn't get slide info: Error { kind: BadData, message: "slide info blob version > 1" } ``` The format for the shared cache was updated in Whitetail (iOS...

Switch to a standard upload file button, because this now shows the file picker on iOS

It would be nice to support controllers like the Backbone One using the [Gamepad API](https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API/Using_the_Gamepad_API)

Pull it in from https://github.com/kennytm/libimobiledevice-rust

enhancement

See [this](https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/PropertyLists/OldStylePlists/OldStylePLists.html) They are still able to be read from macOS, so why not add support?

enhancement

See https://github.com/libimobiledevice/libplist/issues/83 The goal would be to mimic [CFBinaryPList.c](https://github.com/apple/swift-corelibs-foundation/blob/master/CoreFoundation/Parsing.subproj/CFBinaryPList.c) in behavior, and sidestep #4

enhancement

Like [`Result`](https://doc.rust-lang.org/beta/std/result/enum.Result.html), `Plist` should have convenience accessors. Something like the following, but for all data types: ``` impl Plist { fn is_string(&self) -> bool; fn string(self) -> Option; } ```...

enhancement
help wanted