Erik Söhnel

Results 32 comments of Erik Söhnel

The trick is to wrap your `bigIntRuntype` function with the `runtype` constructor. Using plain functions that throw errors is too slow. So simple-runtypes internal return type is a wrapped value....

Hey I'd like to have that too and also the [`sqlite3_column_table_name`](https://www.sqlite.org/c3ref/column_database_name.html) function. My goal is to write a Sqlite based store for React. Looking at the code in [api.js](https://github.com/sql-js/sql.js/blob/master/src/api.js) this...