-
Sometimes we see an issue (#776) where Waggle takes a long time to sync on restart.
When this is happening, the user should:
1. not have their messages fail silently.
2. know that they are no…
-
I'm working with Symbiyosys, but I think this question is really about Yosys itself. If I want to work with a design that contains memories, I might not actually care about the exact behaviour of the …
-
Once waggle is working on Mac and Windows, we should release a version where the default channel is a waggle channel.
This can be the existing #zbay channel, but if that is complicated it can also…
-
How to reproduce:
* open Zbay, sign in
* write something on public channel - writing should work properly
* close the app using X on the top left corner
* reopen the app by clicking on Zbay logo o…
-
For the ML image we install OpenCV using pip. The version does not have FFMPEG library, and this causes [a problem](https://stackoverflow.com/a/61749143) when using PyWaggle's open_data_source functio…
-
In the puzzle rooms leading up to the Cyber-Hitler fight, all of the blockable lasers can be safely crouched under, completely defeating the point of said puzzles.
-
I can't close zBay on MacOS - **using "x"** is only minimising app to the menu bar (it is actually how it is working on Mac with apps but it was decided that we want zbay to close completely on "x" an…
-
When a user joins a public/waggle channel, existing messages should fetch quickly.
-
steps to reproduce:
1. join channel with orbitdb messages and other peers online.
2. go offline.
3. send messages to the channel from another computer
4. come back online
expected: messages …
-
Pulling messages slows app. It's because each pull calls add_message action for every message. We should convert it to add all messages to store at once or pull messages differently