Cafe137

Results 89 comments of Cafe137

@vojtechsimetka can this be closed? 🙂

Originally it was done on purpose since the local storage operations are often called without having the state in a deserialised object form, but maybe having it extracted to a...

Swarm Extension has been released with v0.20.2

Closing in favour of https://github.com/ethersphere/bee-dashboard/issues/558

@agazso can we close this?

I am uploading to an Ubuntu 20.04 VPS with Bee-Factory running 1.1 with one queen and one worker.

![image](https://user-images.githubusercontent.com/77121044/136526152-3d1d8b0c-8b7e-48ab-b8c0-a78e53a66916.png) First I tried uploading RANDOM uncompressable 8MB -> I cancelled because it gets nowhere Then put it in a dir, uploaded dir -> succeeds very shortly Uploaded single file...

I tried to get a simple `ky` `POST` working with `ReadStream`, but `ky` expects `ReadableStream` - the two are not compatible. ``` import { createReadStream } from 'fs' import ky...

Yeah so TypeScript kept yelling at me that the types are not compatible, but when I ran it anyways (maybe a slightly modified version of the code) I ran into...