-
`pre-commit` is a great tool, but it has some weaknesses.
- It's not written in `rust` (I mean c'mon)
- It doesn't have great mono-repo support, e.g. if you have multiple packages in one repo it's…
-
The CHEVIE paper lists a nice example where the scalar product of a certain character $\chi_2$ with itself is decomposed into a linear combination of irreducibles.
The first step is easy: compute t…
-
With the current iteration of the application, I am able to create 2 entries for a single application that are identical in role and company, but perhaps differ due to a small difference in date.
![i…
-
### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current…
-
## Current Behaviour
Duplicate entries for custom wire thickness:
![image](https://github.com/fritzing/fritzing-app/assets/6494025/3837f63a-8199-4a7c-a67e-f9b32f8fc3a0)
**Build:**
Fritzing 1.0.0…
-
Our examples directory is mostly organised by where we got them. Some are from shoes3. We have several different "good" and "expert" directories with -- often the same -- examples, gotten from here an…
-
Hi,
I'm trying to use the all_pairs() function to find all the (near-)duplicates in a set of about 14000 text documents (after turning them into ngram shingles first). However, I'm running against …
tsela updated
4 years ago
-
- feature request
# Feature request
- Adding registered tournaments to the list of "Featured Tournaments"
- Use case: it serves as a reminder to the player that he/she has registered in a…
-
For near-duplicate detection, the array of shingles attached to each document is necessary for the dedup processor to do its work. In reality, the shingles are an implementation detail and users of N…
-
How can I actually use this library to detect duplicate document,
The function insert only accept integers so I suppose I should implement minHash myself(Is it true??) and then use your simHash libr…