Austin Bonander
Austin Bonander
I've been working in a better solution for generics on the `parse-generics` branch, it's coming along okay so far. It shouldn't be too hard to extend it to generics on...
This is because `slice_deque` doesn't support building for WASM. I'll need to fix that. In the meantime, try `cargo web build --no-default-features`.
Sorry, you actually need to set `default-features = false` for the `buf_redux` dependency in your `Cargo.toml`: ```toml # before buf_redux = "0.8" # after buf_redux = { version = "0.8",...
Try doing the same with your dependency on rpgp.
Are you looking for something like the unstable `BufReader::seek_relative()`? https://doc.rust-lang.org/nightly/std/io/struct.BufReader.html#method.seek_relative
So you want the reader to store the absolute offset, to the best of its knowledge, and optimize for when seeks fall within the buffer. That's not unreasonable, but I...
@Marwes I found the `PointerOffset` positioner for `str` to be difficult to use. I wanted to be able to immediately get the byte position in the source string when constructing...
I clicked the wrong button. GitHub should add a confirm dialog before closing an issue.
@Miladiir Adblock doesn't work on non-rooted phones, at least for non-WiFi traffic.
@Vermilingua The official Android app links to this repo for reporting bugs and suggestions.