Joe Hand

Results 83 issues of Joe Hand

The stats should track how much data you've requested, along with the total. This will allow us to show progress for selective downloads: ``` (in hypercore) might be as easy...

Priority: Medium
Type: Enhancement

We have live editing tests turned off on travis, but this may be a general linux issue, https://github.com/datproject/dat-node/blob/master/test/share.js#L137. Can't remember what the exact issue was that made us turn them...

Priority: Medium
Type: Maintenance

See https://github.com/datproject/dat/issues/783.

Priority: Medium
Type: Bug

Add `dat.pause()` and `dat.resume()` to stop replication without leaving network (join/leave). It seems like either `archive.unreplicate()` or `archive.unprioritize()` are the best options. Unreplicate will be more difficult to resume. Unprioritize...

Priority: Medium
Status: Proposal
Type: Enhancement

There are a few upcoming changes that will be backwards incompatible and may cause some of this to be outdated (but not too much!): - discovery: as we move to...

Create choo app installs the latest packages by default. Tachyons v7 was released recently (accidentally?). However, it breaks create-choo-app (the style sheets do not get bundled). Because create-choo-app does not...

There are a few places where errors are lost when user denies permission. One is on the save file: https://github.com/enokidotsite/panel/blob/master/source/plugins/panel.js#L202. This is fixed by adding await: ```js return await archive.writeFile(filePath,...

Allows admins to create users. This allows skipping of email registration. Useful for centrally managing users or bulk creating users as admin.

@blahah and I were debugging some speed + connection issues today. There are a few things causing bad transfer speeds. I can debug this a bit tomorrow and try to...

Bug: All files are getting appended to the first file imported. Cause: Seems like the `file.end` is not getting set (not sure how that should get set). In the `_find`...