Alex Potsides

Results 223 issues of Alex Potsides

`aegir` mandates `mocha` for tests which seems like an overreach. Could it just run the `test` script in the containing module instead and let that module decide what it means...

Context: https://github.com/ipfs/js-ipfs-http-client/pull/1124#discussion_r333379683 Opening this here for any further discussion so the issue doesn't get lost. I don't know if this is a good idea or if this is a rule...

People run `ipfs` in React Native environments, which, like Electron, seems to be ever-so-slightly different to node or the browser, causing problems like https://github.com/ipfs/js-ipfs-http-client/issues/1117 We run our tests in a...

Making a file executable then using `copy` on it does not copy the executable bit: ``` $ touch foo.sh $ chmod +x foo.sh $ ls -l foo.sh -rwxr-xr-x 1 me...

Being a list of features/requirements from different groups within Protocol Labs required to support the Package Managers usecase. ## What is the Package Managers use case? Our goal is to...

Type: Discussion
Type: Feature

Updates this module to use the [latest pattern for chai plugins](https://www.chaijs.com/guide/plugins/) - the previous pattern causes problems with modern bundlers as it tries to support cjs, amd and script tags...

This PR lets `npm-package-arg` understand the `ipfs://` and `ipns://` protocols as part of zkat/pacote#173.

In several places we call `.slice` as a way to transform `BufferList`s to `Uint8Array`s. Due to refactors in some places we are now calling `.slice` on `Uint8Array`s which is a...

Wherever we support mplex, add yamux

Sometimes I get the following error running `did today`: ``` Traceback (most recent call last): File "/usr/local/bin/did", line 42, in did.cli.main() File "/usr/local/lib/python3.9/site-packages/did/cli.py", line 223, in main user_stats.check() File "/usr/local/lib/python3.9/site-packages/did/stats.py",...