-
I am getting this error when trying to reveal the plugin finder.
I tried to install the plugin following the guidelines. I also tried removing the commit hash. Both windows and mac are throwing the…
-
Hello,
I've tried to calculate a md5 hash of the actually selected finder item (html file). But nothing happens, if I select it -> open alfred bar -> "md5". Is that the correct way on how to realize …
-
there's the "one big step" multithreading branch and it is a pain to keep it updated with changes from master.
while thinking about the issues there (ordering, race conditions, crypto) the idea of "s…
-
### Current Behaviour
After using the Dungeon Finder tool, subsequent dungeons result in the error "Wrong dungeon type 0 for dungeon 0" in the worldserver console. Will also see something similar …
-
This one could be pretty fun, I think.
The script should go through the entire archive list and return a list of potential duplicate pairs at the end.
I see two potential ways to detect dupes:…
-
When using `https://pypi.org/simple/` instead of `https://pypi.org/simple` as index URL, pip-compile falls back to hashing files.
This is caused by passing the index URL to pip's `PackageIndex` and…
-
### What client do you play on?
enGB
### Faction
Alliance
### Content Phase:
70
### Current Behaviour
When i open Random Dungeon Finder i cant queue and i see all dungeons being l…
-
Hi.
If i would install Spoolman, i have this Problem...
`pi@test:~/Spoolman`` $ bash ./scripts/install_debian.sh
Python 3.9 or later is installed (Current version: 3.9.2)
Updating apt-get cach…
-
Hi all, thanks for all the work on the rust project!
I tried this code:
```rust
use std::time::Instant;
fn main() {
let finder = OddFinderOne;
let start_time = Instant::now();
…
-
IPFS has the ability to dedup blocks between different types of files. This functionality is based on a rolling hash algorithm.
You can either select rabin or buzzhash for this task (in IPFS). Rabin …