This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package chunker | |
| import ( | |
| "math/bits" | |
| ) | |
| const windowSize = 48 | |
| type hasher struct { | |
| x uint32 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 4181bdea33c11bc0209f1951315107cf0fcff11a Mon Sep 17 00:00:00 2001 | |
| From: edef <[email protected]> | |
| Date: Sun, 10 Apr 2022 17:19:29 +0000 | |
| Subject: [PATCH] key dumping | |
| Same output format as extract-keys.sh | |
| Signed-off-by: edef <[email protected]> | |
| --- | |
| device/noise-protocol.go | 15 +++++++++++++++ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| edef@jaguar ~/s/u/s/ripple (trunk)> cargo test --workspace | |
| Compiling minitrace v0.0.0 (/home/src/unfathomable/src/ripple/minitrace) | |
| Compiling fossil v0.1.0 (/home/src/unfathomable/src/ripple/fossil) | |
| error: internal compiler error: encountered incremental compilation error with def_ident_span(minitrace[a978]::{impl#69}::fmt::__BitFlags::NONBLOCK) | |
| | | |
| = help: This is a known issue with the compiler. Run `cargo clean -p minitrace` or `cargo clean` to allow your project to compile | |
| = note: Please follow the instructions below to create a bug report with the provided information | |
| = note: See <https://github.com/rust-lang/rust/issues/84970> for more information | |
| thread 'rustc' panicked at 'Found unstable fingerprints for def_ident_span(minitrace[a978]::{impl#69}::fmt::__BitFlags::NONBLOCK): Some(minitrace/src/main.rs:574:9: 574:17 (#0))', compiler/rustc_query_system/src/query/plumbing.rs:657:9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| syntax = "proto3"; | |
| package github.actions.results.api.v1; | |
| import "github__actions__results__entities__v1__cachemetadata.proto"; | |
| service CacheService { | |
| rpc CreateCacheEntry(CreateCacheEntryRequest) returns (CreateCacheEntryResponse); | |
| rpc FinalizeCacheEntryUpload(FinalizeCacheEntryUploadRequest) returns (FinalizeCacheEntryUploadResponse); | |
| rpc GetCacheEntryDownloadURL(GetCacheEntryDownloadURLRequest) returns (GetCacheEntryDownloadURLResponse); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| lib, | |
| stdenv, | |
| fetchurl, | |
| p7zip, | |
| libarchive, | |
| asar, | |
| electron_33, | |
| makeWrapper, | |
| }: |
OlderNewer