Results 22 issues of Jakub Stasiak

This comes in two varieties: 1. Randomly generating a new key on the computer and then importing it. This option prints the newly generated key to stderr in hex form....

`Err.unwrap()` does this right now ``` unwrap(): never { throw new Error(`Tried to unwrap Error: ${toString(this.val)}\n${this._stack}`); } ``` which kind of makes things inconvenient for my use case. This is...

This change follows the solution described in [1] to make the package play nice with both CommonJS and ESM clients. This includes: * Changing imports to use the .js extension...

The yarn/tsc/node versions I'm running: # yarn --version 1.22.17 # yarn run tsc --version yarn run v1.22.17 $ /ts-results/node_modules/.bin/tsc --version Version 4.5.5 Done in 0.14s. # node --version v17.5.0 The...

Hey, may I ask you to release the current version of ludibrio on PyPI? There are Python 3 related patches that aren't present in 3.1.0 release.

https://www.python.org/dev/peps/pep-0429/#release-schedule > Python 3.4 has now reached its end-of-life and has been retired. It could save us some maintenance.

In case of no indent_paragraphs when formatted_text is called it passes the text to render to Text.fill_formatted_text_box. Then the text is rendered using the Box class and the Box class...

I believe this improves [1] which addresses a bytes/str inconsistency issue reported some time ago[2]. The goal of this patch is to have an option to always deseriaize binary fields...