Sculas
Sculas
Could this be merged?
Multiple clients is fine since it's just good ol' HTTP AFAIK. Rate limit might become a problem though.
Also, I agree with moving to gRPC. It's made for situations like these and is also widely used for (internal) communication between (micro)services.
> try adding a file like this https://github.com/tauri-apps/tauri/blob/dev/.cargo/config.toml @FabianLars I've been looking into this and noticed a few things. From my understanding, this happens because during tests, the binary doesn't...
I'd still like to see this added.
I'd still like to see this added.
Sure will!
See my comment in my other PR first (https://github.com/mlua-rs/mlua/pull/529#issuecomment-2679615214), compiling with the following flags: ```rs use pluto_build as pluto; fn main() { println!("cargo:rerun-if-changed=build.rs"); pluto::Build::new() .opt_no_binaries() .compile(); } ``` Results in...
> I don't know if this is still the case, but Alldebrid users like myself may be out of luck: [#44 (comment)](https://github.com/rogerfar/rdt-client/issues/44#issuecomment-955615719) > > > [When using Alldebrid] you can't...
To anyone reading this and having the same problem, I've made a tiny **server-only** compatibility mod that fixes this issue. The code can be found on [GitHub](https://github.com/Sculas/SfmThermalCompat), and can be...