Dean

Results 15 comments of Dean

Same issue on any fresh js-ipfs installation since yesterday.

You can work around this by doing `npm install --save [email protected]` in your project. Version 1.0.3 that released 2 days ago breaks every project that depends on it.

Anonymous sessions should also be an option. I think this will become more readily available with this feature?

Love this! @fabric-8

@acewf I did try setting an entry, but from my experience and after reviewing how `entry` is handled: https://github.com/sveltejs/sapper/blob/910d28e3419409b5498933e8c13d37cc03b652a0/src/api/export.ts#L138 ) The `entry` setting is a starting point for the crawler....

@acewf But the paths entered in entry will cause sapper to crawl the anchors it finds on the page. If all your entry pages have anchors, then it will still...

@vipero07 It's just an example. There are no user sessions. Only public data fetched from third party APIs. Using preload fetch or onMount fetch makes no difference, since the page...

As a possible implementation I'd recommend [hapi/joi](https://github.com/hapijs/joi), example below. It's possible to store json schemas and later convert them to joi using a package like [enjoi](https://github.com/tlivings/enjoi). Example json to joi...

@vasa-develop On the issue of transforming data with a new Schema: Perhaps there could be an optional "migration file" passed along with a new Schema. The migration file could be...

> If you give someone access, it should be assumed they will not try to destroy your database. The account used for access (depending on the auth method) could have...