-
using pcg64 stream operator make compilation fail with visual studio 2022 (pcg32 is ok though):
```
D:\a\pcg-cpp\pcg-cpp\include\pcg_random.hpp(336,31): error C2678: binary '|': no operator found wh…
-
`test.cpp`:
```cpp
import std.core;
int i;
```
Running command `clang++ -std=c++20 -Xclang -ast-dump -fsyntax-only test.cpp` gives this result:
```console
test.cpp:1:8: fatal error: module 's…
-
| | |
| --- | --- |
| Bugzilla Link | [39376](https://llvm.org/bz39376) |
| Version | unspecified |
| OS | Windows NT |
| CC | @DoDoENT,@efriedma-quic,@jsonn,@lalozano,@m-gupta,@pabristow,@stephenhi…
-
I wanted to use package that relies on Octavian, but the precompilation step fails in the following way:
```
julia> using Octavian
[ Info: Precompiling Octavian [6fd5a793-0b7e-452c-907f-f8bfe9c57db…
-
I plugged in your v2 code into demerphq/smhasher and, unlike v1, it's failing most of its test suite. Have you tested it with that smhasher fork by any chance? It doesn't make sense to me that this wo…
-
## proposal
add a `std/int128s` module containing 2 types: int128 and uint128
The API would be similar to std/jsbigints (https://nim-lang.github.io/Nim/jsbigints.html)
## example use case 1: `t…
-
When a project references `cosmwasm_std` crate as one of the dependencies and is being compiled to wasm32 architecture, the package injects entrypoint exports into the final wasm build
https://gith…
-
# Lines of code
https://github.com/code-423n4/2023-03-wenwin/blob/main/src/Lottery.sol#L170
# Vulnerability details
## Impact
If the ticket owner lists the winning ticket on the secondary market a…
-
If I have a package's workfile file that runs functionality in the package, from what I understand `@compile_workload` doesn't run the package's `__init__()` function, so the package's module will sti…
-
## RandomBytesRequested Event Always Emits Zero – [ChainlinkV1RandProvider.sol #L66](https://github.com/code-423n4/2022-09-artgobblers/blob/d2087c5a8a6a4f1b9784520e7fe75afa3a9cbdbe/src/utils/rand/Chai…