Marcin Rataj
Marcin Rataj
This is a placeholder issue for figuring out interplanetary conventions for automatic publishing to NPM. @hugomrdias lmk if you have any preference here, below is my summary of past conversations...
If `package.json` has: ``` "scripts": { "release": "aegir release" ``` and I run `yarn release` instead of `npm run release` it fails at the very last stage of publishing to...
> Issue extracted from https://github.com/ipfs/distributed-wikipedia-mirror/issues/66 `zimdump` feels slower than it could be. Below some notes from my tests and ideas how to improve its performance. ## Single thread? Lack of...
Extracted @alanshaw's suggestion from https://github.com/ipfs/is-ipfs/pull/27#discussion_r259796241: > Not for this PR but I'm musing on naming, I would ideally like to do something like `const { isMultiaddr } = require('is-ipfs')` or...
> Prompted by https://github.com/ipfs/ipfs-webui/issues/1900 – this is BREAKING CHANGE for v1 API, so marking this as something we can discuss if we ever want to create v2. `PinResults.count` is used...
Extracted from https://github.com/ipfs-shipyard/pinning-service-compliance/issues/118#issuecomment-1160143731: >> Also, is it impossible for IPFS cluster to support pagination/creation-date sorting; or is it something that hasn't been implemented yet? Is there a tracking issue for...
## Needs - At least mention in README that points people in the right direction - could be article on docs.ipfs.io, or a link to docker image etc - >...
## Summary - We need a conformance test suite that implementers and service providers can run against their service to confirm it works as expected. - ideally this would be...
We had issues where `null` value caused an error in generated client https://github.com/ipfs/go-pinning-service-http-client/issues/14. I propose we make this more liberal and allow `null` when string or array is empty. This...
:point_right: This is a good first issue if someone wants to open a PR – all you need it to update docs [here](https://github.com/ipfs/pinning-services-api-spec/blob/41715ff58a4d3bcbabeee3eb52186bea873e8dac/ipfs-pinning-service.yaml#L747-L754). ---- > They are JSON Web Tokens...