-
As discussed in [this discourse thread](https://discourse.julialang.org/t/how-to-shift-bits-faster/19405), bit shifting in Julia differs from how it's done natively, since Julia supports shift counts …
-
# Lines of code
https://github.com/code-423n4/2024-03-revert-lend/blob/435b054f9ad2404173f36f0f74a5096c894b12b7/src/V3Vault.sol#L964-L970
# Vulnerability details
## Impact
Repayment with asset can…
-
```julia
using JLD2, Test
julia> a=detect_ambiguities(JLD2; recursive=true)
12-element Vector{Tuple{Method, Method}}:
(jlconvert(::JLD2.ReadRepresentation{T, JLD2.CustomSerialization{S, ODR}}…
-
# Lines of code
https://github.com/Tapioca-DAO/tap-token//blob/20a83b1d2d5577653610a6c3879dff9df4968345/contracts/option-airdrop/AirdropBroker.sol#L203-L220
https://github.com/Tapioca-DAO/tap-token//…
-
Hi @jermp!
I'm currently working on adopting SSHash in MetaGraph, as we want to see if we can improve our performance using it as an internal structure for indexing and traversing DBGs.
As a par…
-
- [x] 我已经在 [issues](https://github.com/alibaba/arthas/issues) 里搜索,没有重复的issue。
### 环境信息
* Arthas 版本: 3.5.6
* 操作系统版本: Macos 10.15.4
* Java version: 1.8.0_275, vendor: AdoptOpenJDK,
* runtime:…
-
`ERROR: LoadError: UndefVarError: `CharFunc` not defined
Stacktrace:
[1] getproperty(x::Module, f::Symbol)
@ Base ./Base.jl:31
[2] top-level scope
@ ~/.julia/packages/AQFED/rUtxd/src/roug…
-
# Lines of code
https://github.com/code-423n4/2023-12-particle/blob/main/contracts/libraries/Base.sol#L318-L342
# Vulnerability details
## Impact
When operations need to calculate Uniswap V3 posit…
-
# Lines of code
https://github.com/code-423n4/2023-09-maia/blob/f5ba4de628836b2a29f9b5fff59499690008c463/src/RootBridgeAgent.sol#L75
https://github.com/code-423n4/2023-09-maia/blob/f5ba4de628836b2a29…
-
Is it possible to have constraints like `x in 1:3 || y in 2:4`?
```julia
julia> @variables x y
2-element Vector{Num}:
x
y
julia> x in 1:3 || y in 2:4
ERROR: TypeError: non-boolean (Num) u…