Nick Jennings
Nick Jennings
As per conversation here: https://github.com/remotestorage/remotestorage.js/issues/789 It would be nice to let developers browse the remoteStorage object and get information about the local and remote storage targets being used. e.g.: `remoteStorage.local.type:...
There should be some prototype properties on all object, things like date related fields. accessed, modified, created. I remember talking about other good candidates for inherent fields, but can't remember...
Set the `published` property to `ISO 8601`. Resolves #247
Evaluate removing lerna entirely, using something like `yarn workspaces` for linking local dependencies, and `lerna-lite` for version management and publishing. https://classic.yarnpkg.com/lang/en/docs/workspaces/ https://github.com/ghiscoding/lerna-lite
Would be nice to generate a config using a command-line tool. Passing in platform names, examples enabled/disabled, any various other settings.
Fetch content from articles to read (ie. read it later). https://github.com/mozilla/readability
Sockethub can have a config option where, if set, it will either specify a file of tokens to retrieve or a redis store location where tokens can be fetched from....
Update `secure-store-redis` to the `2.x` branch which is backward incompatible, had to re-write both `secure-store-redis` and `node-redis-connection-pool` in order to update to the latest `redis 4.x` branch. Depends on #704,...
Currently the following are disabled in the `tsconfig.base.json` which should be enabled: ``` "strictNullChecks": false, "noImplicitAny": false, "noImplicitThis": false, ``` And in the `.eslintrc.json` ``` "extends": [ // "eslint:recommended", ......
Currently, it seems Sockethub wont fail until someone tries to send it an AS to handle. It should verify redis is listening and the connection is working as part of...