Mikeal Rogers

Results 111 issues of Mikeal Rogers

I'm wondering if a better approach would be to offer a content addressable store instead. There's a couple reasons why you can't effectively do a content addressable store above the...

You mention that you aren't 100% compatible with JSON in the README, I'm wondering what those incompatibilities are.

**What version of WebTorrent?** 0.98.19 **What browser and version? (if using WebTorrent in the browser)** Chrome 62 on Mac **Reproduce** ```html ``` This is a component I just wrote for...

bug

- WebTorrent version: latest as of today :) - Node.js version: 6.x cause I'm a responsible developer :P - Browser name/version (if using WebTorrent in the browser): Chrome 53 The...

bug
accepted

```javascript let webtorrent = require('webtorrent')() let files = ['index.html', 'package.json'] webtorrent.seed(files, torrent => { console.log(torrent.files[0].path, torrent.files[0].path) }) ``` ``` index.html/index.html index.html/index.html ``` As you can see, the first filename is...

bug
accepted

I’m pretty stumped on this one. The plugin is installed and working fine in normal mode but not in visual mode. In visual mode the selected text is simply removed...

bug

So, the current standardjs config enforces: ```javascript let init = () => {} let text = 'asdf' funky` ${init} ${text} ${o => o.attr || 'default'} ` ``` And does not...

enhancement
ecosystem impact

Digging through the source code I’m a little surprised. The “location” information for every error is passed along but it isn’t actually used in the error messages themselves, which means...

We’ve been talking about encryption for a long time but haven’t done much to actually accommodate it. In the meantime, people have built encrypted applications on IPLD using application specific...

Here’s an initial spec for the AES codec work I’ve done https://github.com/multiformats/js-multiformats/pull/59/files