Eric Marsden
Eric Marsden
On PDF files that are rendered inline with the pdf.js library, text is rendered with "missing glyph" boxes. An example is at https://risk-engineering.org/linear-regression-analysis/ Tested with Firefox 63 and Chromium 70,...
Attempting to run ABCL triggers this error. ``` Exception in thread "interpreter" java.lang.NoSuchMethodError: Method flip()Ljav a/nio/ByteBuffer; does not exist in class java.nio.ByteBuffer. at org.armedbear.lisp.util.DecodingReader.(DecodingReader.java:87) at org.armedbear.lisp.Stream.(Stream.java:165) at org.armedbear.lisp.Stream.(Stream.java:148) at org.armedbear.lisp.Stream.(Stream.java:175)...
The default behaviour of ignoring XML elements that are not declared is very useful when dealing with XML that follows an extensible schema. However, including a `rename="$value"` field changes this...
## System info **Operating System**: Linux/AMD64 **Shaka Packager Version**: 5ee2b7f-release (v3.0.2 from Github release) ## Issue and steps to reproduce the problem **Packager Command**: % shaka-packager --dump_stream_info in=/tmp/dashmpd-audioEwbifj9.mp4 I0312 15:46:00.222750...
Perhaps of interest to some users, if not a change to make globally: I see a 50% performance increase when building the tflite library with "-march=native" (see trivial patch to...
The constructor for triangular distributions, `Tri(a, b, c)` is calling `scipy.stats.triang` as follows: `return uv(rv=ss.triang(c, loc=a, scale=b-a), tag=tag)` where `a` and `b` are respectively the min and max of the...
It would be useful to implement a scripting interface to the muxing functionality required by this library. This would make it easier to implement a new muxer, and to change...
It can be useful to allow the user to read and modify the MPD manifest before downloading media segments from it. Use cases: - print additional diagnostics concerning the manifest...
It would be useful to have a commandline argument `--ignore-codec` that influences the selection of media stream. Some manifests are available with audio encoded in m4a as well as ec-3,...
It would be useful to have commandline arguments that allow the user to request that certain Periods in a multi-Period manifest are not downloaded. For example, --skip-period-id could allow a...