aviplayer

Results 6 comments of aviplayer

Same questions. Seems it is no longer a solution for Cloud Flare Human Check :(

Also tried with build.zig ``` const std = @import("std"); pub fn build(b: *std.build.Builder) void { const flags: []const []const u8 = &.{ "-std=c++20" }; const target = b.standardTargetOptions(.{}); const optimize...

Any comments about parallel execution? Does anyone know? Can anybody point me on some articles?

Found article on stackoverflow, which connected with this topic somehow: https://stackoverflow.com/questions/76562547/vectorize-vs-parallelize-in-mojo

I tried to integrate, but mentioned issue still exists. Looks like this is still an issue to use Turso from CloudFlare Rust. Any eta on this Bug? Formally feature exists,...

I implemented temporary solution based on unique graph name plus secret. They are sha256 encoded. This is graph name. But I think you can allow to add middle ware(hook), which...