-
https://github.com/jj1guj/dekunobou/issues/58 より
> ## ハッシュの扱い
> 現在の実装だと、ボードA(例えば評価値10)とボードB(例えば評価値-5)があったとして、AとBでハッシュ値が同じであるときにバグる可能性があります。先にAを探索して置換表に評価値10を登録した場合、その後にBを探索する際に置換表を参照して評価値を10としてしまうよう…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0xfbb00fba43c02e52b4e45bfd463e4bbcb2aeb9e5e90c5884d320613ea3903ab3
**Severity:** medium
**Description:**
**Descriptio…
-
### Describe the issue
I updated from 20240116.2 to 20240722.0 and had a compilation regression of previous code. There was some nontrivial template meta-programming involved, but the part that faile…
-
Currently, the `hash` function for `Arr` only considers its `value` field.
https://github.com/JuliaSymbolics/Symbolics.jl/blob/1da13fdc375fccd6cd0a779a53b06be4ec7a54ec/src/arrays.jl#L495-L499
Thi…
-
### Describe your motivation
Similar to the [custom item presentation](https://vaadin.com/docs/latest/components/combo-box#custom-item-presentation), but for the chips in the input field in `vaadin-m…
-
### Problem
We should investigate how many times precompile functions are used in the current mainnet contracts, and how many transactions have interacted with the current contracts.
### Solution
D…
-
## Precommit CI Run information
Logs can be found in the associated Github Actions run: https://github.com/ewlu/gcc-precommit-ci/actions/runs/11636534969
## Patch information
Applied patches: 1 -> 2
A…
-
Hello, I'm working on an authentication system in MongoDB. When storing passwords, everything seems fine:
`{"_id":{"$oid":"66408f417315a786f0d1d279"},"username":"test","email":"test@mail.com","passwo…
-
**Github username:** @cpp-phoenix
**Twitter username:** 0xrochimaru
**Submission hash (on-chain):** 0x6eb94e19d09cf243c6eb8147122a14a1fe48a8f0bf03f0392e2386d6fe30731d
**Severity:** high
**Descriptio…
-
I have a simple/naive thought re reverse-hashing the kmers. We can provide an option to Minhash `reversible = True` to use a reversible hashing function like the Integer Hashing to retrieve back canon…