Paul Bohm

Results 3 issues of Paul Bohm

``` var now = new Date(); var expires_time = parseInt(facebook_cookie['expires'], 10) * 1000; if (now.getTime() < expires_time) { /* * The token is expired. */ cb(); return ; } ```...

people whose location is "United States" all are in Kansas

bug
help wanted
small world 🌎

Implements config-based ATTACH API with explicit attach()/detach() methods. This supersedes #327 and implements the config-based approach suggested by maintainers in the previous PR discussion. ## Changes ### Core API (libsql-core)...