David Halls
David Halls
- Make summary and description fields match what PyPI expects - Support UTF-8 in DescriptionFromFile - Add support for DependencyLinks - Install egg-info install directory so pip can list and...
https://github.com/kjur/jsrsasign/blob/master/npm/lib/lib.js Is this file used for anything?
https://github.com/kjur/jsrsasign/blob/master/src/jws-3.3.js#L484 to prevent timing attacks. What about doing something like this? ```javascript // from https://github.com/goinstant/buffer-equal-constant-time/blob/master/index.js var const_time_equal = function (s1, s2) { "use strict"; if (s1.length !== s2.length) { return...
Add support for streaming (POST) via HLS and DASH. Uses asyncify and wasm. Also updates FFmpeg to n4.4
https://github.com/Kagami/ffmpeg.js/blob/master/Makefile#L11
Otherwise `width` and `height` will be 0 in `setFiltering` and wrong filter chosen.
Hi- Apart from the tests, do you have any pointers for using the metadata code to check a user's authenticator capabilities? Thanks David
Weird one this: ``` david@david-Latitude-E6440:~$ ykman-gui Got library name: "/usr/lib/x86_64-linux-gnu/qt5/qml/io/thp/pyotherside/libpyothersideplugin.so" ykman-gui: qpython_priv.cpp:513: QPythonPriv::QPythonPriv(): Assertion `traceback_mod' failed. Aborted (core dumped) ``` Looks like `pyotherside` is failing to import `traceback`. I can...
Includes fix for #40 All the commands in `package.json` now work, tests all pass and doc generation works. I've added the generated `doc` directory. I've not added the browserified files,...