-
Improvements in speed could be made by reading initially reading in a small block of data and beginning tool while a second process continues to read data as needed.
-
There's a project [autowebcompat](https://github.com/marco-c/autowebcompat), which requires data from the webcompat issues database. For facilitating the development of such projects, a programmatic i…
-
Hi! I stumbled upon heedy when looking for a way to get data "out" of various services like fitbit and I'm very curious about it! I especially like the architecture :blush:
After taking a glimpse…
-
Currently the following method
```javascript
api.use('my-api')
.delete()
```
Returns
```Error: Unable to find query for delete```
There are some cases where an entire collection wipe is requi…
-
## Issue
It appears that Bruno lowercases header names, even if the server is not sending it back that way. This could potentially break tests that are relying on testing for a header by name where t…
-
I am trying to get hug to receive a `multipart/form-data` POST request and stream body in chunks straight to disk. I was able to successfully upload stream a large binary file using `application/octet…
-
Currently we handle all our on-disk storage through the `KVFileStore` and `KVDirStore` abstractions. They're both basically key->value mappings, where the value is either a file or a directory respect…
-
_Handled by 2 persons._
This epic deals with the following:
- [x] Creation of `Block` class.
- [x] Creation of `BlockManager` class (keep track of currently opening `Block`, provide methods to ma…
-
The scripting API makes use of errors being available in ECMAScript (e.g., `TypeError`).
Moreover, also *other* errors such as `NotSupportedError` or `NotFoundError` are used which are not availab…
-
Hi.
I started 2 days ago to check micro (never hear about it before) because i wanted to prepare my android phone to perform some small development.
I came across micro with plugin filemanager whic…