Tom Schuster

Results 34 issues of Tom Schuster

I tried to use this crate for handling `DefineFont4` tags, which are OTF fonts, in Adobe Flash SWF files when emulating with [ruffle](https://github.com/ruffle-rs/ruffle). The current feature set seems almost perfect...

Apparently it's not uncommon to return a 404 status for pages that actually work. For example: https://www.ferrylines.com/en/ferries/

Fixes #3991.

waiting for author

### Motivation Currently the Clipboard API is in the unstable folder: https://github.com/rustwasm/wasm-bindgen/blob/main/crates/web-sys/webidls/unstable/Clipboard.webidl. Since Firefox 127 all browsers support this API in stable versions. There are still some difference like `unsanitized`...

enhancement

For [Ruffle](https://ruffle.rs/) it would be useful if we could parse these two kinds of malformed XML: ```xml ``` From https://github.com/ruffle-rs/ruffle/issues/15674. Note the extra `/`. ```xml ``` From https://github.com/ruffle-rs/ruffle/issues/16862. Note the...

question

### Describe the Bug Any API marked with the `[SecureContext]` attribute (e.g. the Clipboard API) will be unavailable in non-secure contexts (i.e. HTTP), trying to use the API will result...

bug
breaking-change

The dependency `unic-ucd-ident` has not been updated in 5 years upstream. Since then there have been at least some small changes to ID_Start/ID_Continue. For example U+30FB KATAKANA MIDDLE is not...

I just copied https://github.com/frankcrawford/it87/pull/40 and it seems to work, ok? I really don't know what I am doing, but I can finally turn down my fans. ``` it8696-isa-0a40 Adapter: ISA...

In Flash `new Loader().contentLoaderInfo.loaderURL` returns the whole path of the SWF, in Ruffle it's just `file:///`. The value probably comes from either `SwfMovie::empty` or `SwfMovie::empty_fake_compressed_len`.

bug
A-avm2