Markus Ast

Results 29 issues of Markus Ast

What do you think about making the `Lookup` method (or a similar one) more generic in terms of not enforcing a specific function footprint? Currently, when building something on top...

feature

Yes, I'll be looking into integrating DATIS into DCS' integrated Voice Chat. I am not sure if I'll be able to hook into it. Let's see.

The coalition of an ATIS station currently defaults BLUE. This is probably not a problem most of the times, since I'd guess that most servers have [Secure Coalition Radios](https://github.com/ciribob/DCS-SimpleRadioStandalone/wiki#secure-coalition-radios-onoff) turned...

- [ ] Go through https://github.com/johnthagen/min-sized-rust - [ ] Strip binaries (https://blog.rust-lang.org/2022/02/24/Rust-1.59.0.html#creating-stripped-binaries)

With the latest beta and alpha release, when fetching assets via: ```js env.ASSETS.fetch(request) ``` I am receiving the following error for each static asset when using the built-in proxy: ```...

pages
blocked
bug

The test added here https://github.com/rkusa/pdfjs/commit/1c087a180f2133b49475feb75bcc42b76c6eff6c (#150) shows that the added template seem to effect the graphical state of the page content that comes on t of it: ![Screenshot 2019-10-06 at...

There are apparently quite a few PDFs out there with a syntax error similar to: ``` 1.0 : Syntax error, XREF for 11:0 points to wrong object: 10:0 ``` This...

Extracted from https://github.com/rkusa/pdfjs/issues/191 When [moving already rendered stuff to the next page](https://github.com/rkusa/pdfjs/blob/master/lib/cell.js#L43-L48), the cells rendered afterwards must be [moved down](https://github.com/rkusa/pdfjs/blob/master/lib/cell.js#L86) by the height of the moved stuff. However, this only...

Probably related to #112 When merging pages of external PDFs into documents created with `pdfjs` we currently do not consider annotations, because they are defined on a `Catalog` level and...

pdf-merge

Before leaving alpha, the library should be converted to using es6 modules.