Cafe137
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.
Also there are no logs in Bee indicating that anything is happening at all
 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...