pub mod rpc_auth; pub mod rpc_server; pub mod util_types; Expand Down Expand Up @@ -120,7 +121,7 @@ pub async fn initialize(cli_args: cli_args::Args) -> Result<i32> { info!("Got archival block MMR"); let archival_state = ArchivalState::new( data_dir, data_dir.clone(), ...
Add@coderabbitai ignoreanywhere in the PR description to prevent this PR from being reviewed. Add@coderabbitai summaryto generate the high-level summary at a specific location in the PR description. Add@coderabbitaianywhere in the PR title to generate the title automatically. Documentation and Co...
@@ -36,6 +36,8 @@ github.com/casbin/casbin/v2 v2.2.1/go.mod h1:YcPU1XXisHhLzuxH9coDNf2FbKpjGlbCg3n 36 36 github.com/casbin/gorm-adapter/v2 v2.0.3 h1:m8o/APMGkm5Gb8RLHU51F/+9ODUyGgPmC+EEzRJsPr0= 37 37 github.com/casbin/gorm-adapter/v2 v2.0.3/go.mod h1:pnulk7RNH...
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw= github.com/docker/cli v24.0.7+incompatible h1:wa/nIwYFW7BVTGa7SWPVyyXU9lgORqUb1xfI36MSkFg= github.com/docker/cli v24.0.7+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaq...
mod.rs pwg/blackbox hash.rs mod.rs blackbox_solver Cargo.toml src lib.rs compiler/noirc_evaluator/src/ssa acir_gen/acir_ir generated_acir.rs ir/instruction call.rs noir_stdlib/src hash.nr test_programs/execution_success/blake3 Nargo.toml Prover.toml src main.nr...
exportconstfindFirstValidMappedValue=(value:any,mappings:Array<{type:'value'|'range'|'regex';value?:any;from?:number;to?:number;pattern?:string;flags?:string;color?:string;text?:string;}>,fieldToCheck:'color'|'text'):{color?:string;text?:string}|undefined=>{if(fieldToCheck!=='color'&&...
src/service/alerts/mod.rs (3 hunks) Additional context used Path-based instructions (2) src/common/meta/alerts/templates.rs (1) Pattern**/*.rs: You are a smart rustlang pull request reviewer. You are going to review all the rustlang files. ...
GOFLAGS: "-mod=readonly" MONO_TLS_CA_CERT: "configs/pki/ca.crt" MONO_X_MYSQL_ADDR_HOST: "localhost" MONO_X_NATS_ADDR_URLS: "nats://localhost:4222" MONO_X_STAN_CLUSTER_ID: "ci" MONO__AUTH_SECRET: "s3cr3t" MONO__AUTH_TLS_CERT: "configs/pki/issued/ms-auth.crt" MONO__AUTH_...
f"usermod -a -G sudo,adm,lpadmin {self.username}" ] f'adduser --quiet --disabled-password --shell /bin/bash --gecos "{self.fullname}" {self.username}', f'echo "{self.username}:{self.password_entry.get_text()}" | chpasswd', f"usermod -a -G sudo,adm,lpadmin {self.username...
run: go mod download - name: Get version run: printf "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV - name: Build Windows amd64 binary env: GOOS: windows GOARCH: amd64 run: go build -o rrg-win-amd64-${{ env.VERSION }}.exe - name: Build Linux amd64 binary env: GOOS: ...