tabcat

Results 167 comments of tabcat

I'm thinking we will probably include definition files in the source via jsdoc similar to ipfs so we can also generate API docs with https://typedoc.org/ so it may not be...

Somewhat related to https://github.com/multiformats/js-multiformats/issues/191

Am able to see pubsub successfully re-peer after deleting the remote peerid from at least one of the PeerStores. https://gist.github.com/tabcat/8fc26a03a58617ebea0e8ff4d261fcb3#file-test-ipfs-pubsub-js-L31-L32 ```js await ipfs1.libp2p.peerStore.delete(id2.id) ```

Hello Open Grant team :wave: I wrote a [report](https://github.com/tabcat/rough-opal/blob/master/REPORT.md) a few months ago when the grant was set to end. Have been working with @autonome since then and we have...

Everything is completed now except for https://github.com/tabcat/rough-opal/issues/1 due to running into issues using the DHT from the browser. Will find out what I need to fix or what might be...

The article I mentioned earlier in the thread was published in the ipfs blog: https://blog.ipfs.tech/2023-how-to-host-dynamic-content-on-ipfs

There has been another minor change which @autonome has just OK'd. This one is caused by the current state of the dht (which will get better over time): not a...

Just sent in the final invoice. Wish I could have completed this all a bit faster but very happy with where I am at now and how everything worked out....

Same thing for this line https://github.com/semantic-release/cli/blob/d6a6afaaa614e49962255ffb18ea19248f182670/README.md?plain=1#L108

It looks like this is already available in debug https://github.com/debug-js/debug#environment-variables. Although the date format is slightly different.