Block a user
RustImplementation
RustImplementation
Optional Policy execution histories
use pyo3::prelude::*;
#[pyfunction(signature = (first, second, third=None))]
fn test(first: i64, second: String, third: Option<String>) {
match third {
Some(v) => println!("t…
Data sent to telemetry endpoint now has type confusion
Optional Policy execution histories
fn main() {
let test: Option<String> = Some("Hello World!".to_string());
let test2: Option<String> = None;
match test {
Some(test) => {
println!("{}",…
Optional Policy execution histories
Ideas: Change parameters in pull_policy_exec_histories and history_logging from String to Some(String). If the String is None send policy names with policy:[] instead of including the names. This…
Optional Policy execution histories
Data sent to telemetry endpoint now has type confusion
mysticmomba
released Merge remote-tracking branch 'origin/RustImplementation' into RustImplementation at mysticmomba/AirlockTools
2025-12-15 17:06:47 -05:00
Telemetry is now always on
Loxide Libs - Modularity Enhancement
Telemetry is now always on
Loxide Libs - Modularity Enhancement