-
It only prints "No binaries are built."
This seems different from https://github.com/RazrFalcon/cargo-bloat/issues/5
-
Continuing from our discussion at https://github.com/glacials/splits-io/issues/270
There are builds available in our repository for 23 common platforms, as both shared and static library and with t…
CryZe updated
7 years ago
-
LiveSplit.Core should be free of OS dependent references. This way you could "easily" compile it on Linux, Mac or compile it to Javascript.
CryZe updated
7 years ago
-
ShitSplit is a timer that is mostly used for timing Manual Game Time like Punch Out and the Sonic Games. It doesn't even have a timer because of that. LiveSplit can parse it, so maybe splits i/o shoul…
CryZe updated
7 years ago
-
When parsing the following XML
```xml
```
with `reader.trim_text(true);`, then it panics with:
```
thread 'parse::livesplit_fuzz_crash' panicked at 'index 5 out of range for slice o…
CryZe updated
7 years ago
-
The latest versions of Rust don't seem to be able to be used with rustup 1.4.0 anymore, which is the one that Travis CI uses.
CryZe updated
7 years ago
-
Looks like it can show just "Delta", which is not what LiveSplit does.
CryZe updated
7 years ago
-
Whenever they get passed an empty Run / Layout, their creation method is returning null now. Before, livesplit-core just panicked, which was not ideal. With the Timer not being able to be created when…
CryZe updated
7 years ago
-
rustc 1.20.0-beta.1 (e93aa3aa8 2017-07-18) on x86_64-unknown-linux-gnu breaks rustup for some reason. All(?) of its commands seem to exit with error code 1. At least this is what's happening in 3 inde…
CryZe updated
7 years ago
-
Not sure if this would require changes to livesplit-core because it would essentially just be changing attributes on the html itself.