Victor Stewart

Results 36 issues of Victor Stewart

sure i've made an oversight of some kind here but I used the FetchContent path like so... ``` include(FetchContent) FetchContent_Declare(Corrosion GIT_REPOSITORY https://github.com/AndrewGaspar/corrosion.git GIT_TAG master ) FetchContent_MakeAvailable(Corrosion) set(Rust_COMPILER ${3rdParty_SDIR}/rust/rustc/bin/rustc) set(Rust_CARGO ${3rdParty_SDIR}/rust/cargo/bin/cargo)...

have you tested how the performance of switch_table compares to a standard switch statement and/or if - else if - else statements? debating whether it's is worth the effort of...

Whenever I include any usage of `RedisModule_Log`, Redis crashes when I try to load the module. Any ideas here? Doing this inside docker fyi. Example of usage... `RedisModule_Log(ctx, "warning", "RedisModule_OnLoad,...

on [https://developer.hashicorp.com/nomad/docs/job-specification/network#host_network](https://developer.hashicorp.com/nomad/docs/job-specification/network#host_network) it states... > Since multiple services cannot share a port, the port must be open in order to place your task. but this is false: if using host...

type/enhancement
theme/networking
stage/needs-discussion

i'm guessing there's no way to proxy QUIC traffic over cloudflare tunnels? i can't find this documented, but i'm guessing that only HTTP over TCP traffic is accepted, because Cloudflare...

Type: Documentation
Priority: Normal

any fundamental reason why these functions don't exist, or just simply "on the docket"?

enhancement

i compiled like so: `make static -j CMAKE_OPTIONS='-DCOMPACT=1' ` got the ~11.8 MB static library file ``` root@clr-b5df9984821e4d129387e172044f5754~/xxx/libraries/lib # stat libgraphblas.a File: libgraphblas.a Size: 11829168 Blocks: 23104 IO Block: 4096...

if you check the backtrace below you'll see that the code crashes on the `__ptr` dereference in __non_unique_impl:: __hash because it's dereferencing a junk address. apparently __non_unique_impl is a specialization...

setting this up for the first time to configure a few heterogenous bare metal machines in the cloud, and would appreciate clarity on a few things! 1) when creating the...

i saw in the release notes for 2.5 that software RAID isn't allowed for the boot partition. just curious why and if this is permanently intractable or impossible for some...