mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
Remove plausible, leave a dummy provider for now
Add batching, add install optional id (persisted) and execution id (per run)
This commit is contained in:
@@ -66,7 +66,7 @@ pub fn Incrementing(comptime T: type, comptime prefix: []const u8) type {
|
||||
};
|
||||
}
|
||||
|
||||
fn uuidv4(hex: []u8) void {
|
||||
pub fn uuidv4(hex: []u8) void {
|
||||
std.debug.assert(hex.len == 36);
|
||||
|
||||
var bin: [16]u8 = undefined;
|
||||
|
||||
Reference in New Issue
Block a user