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
| ~/W/s/scip-ruby ~> ./bazel clean --expunge | |
| INFO: Starting clean (this may take a while). Consider using --async if the clean takes more than several minutes. | |
| ~/W/s/scip-ruby ~> ./bazel build //main:scip-ruby --config=dev | |
| Starting local Bazel server and connecting to it... | |
| INFO: Analyzed target //main:scip-ruby (246 packages loaded, 5378 targets configured). | |
| ERROR: /Users/michal/Workspace/scip/scip-ruby/parser/BUILD:56:8: Executing genrule //parser:generate_diagnostics_cc [for tool] failed: (Aborted): bash failed: error executing Genrule command (from target //parser:generate_diagnostics_cc) /bin/bash -c ... (remaining 1 argument skipped) | |
| dyld[56455]: Library not loaded: @rpath/libunwind.1.dylib |
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
| #!/usr/bin/env bun | |
| import { exec } from 'child_process' | |
| import { promisify } from 'util' | |
| import * as fs from 'fs' | |
| import * as path from 'path' | |
| const execAsync = promisify(exec) | |
| const action = process.env.TOOLBOX_ACTION |
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
| { | |
| "data": { | |
| "repository": { | |
| "commit": { | |
| "symbols": { | |
| "__typename": "SymbolConnection", | |
| "pageInfo": { | |
| "hasNextPage": false, | |
| "__typename": "PageInfo" | |
| }, |
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
| adb shell pm uninstall -k --user 0 com.amazon.amazonvideo.livingroom | |
| adb shell pm uninstall -k --user 0 com.google.android.play.games | |
| adb shell pm uninstall -k --user 0 com.google.android.videos | |
| adb shell pm uninstall -k --user 0 com.sony.dtv.interactivetvutil | |
| adb shell pm uninstall -k --user 0 com.sony.dtv.interactivetvutil.output | |
| adb shell pm uninstall -k --user 0 com.sony.dtv.sonyselect | |
| adb shell pm uninstall -k --user 0 com.sony.dtv.networkapp.wifidirect | |
| adb shell pm uninstall -k --user 0 com.sony.dtv.promos | |
| adb shell pm uninstall -k --user 0 com.sony.dtv.youview | |
| adb shell pm uninstall -k --user 0 com.vewd.core.integration.dia |
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
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| # adb reverse tcp:4000 tcp:4000 || true | |
| PID_FILE="/tmp/flutter.pid" | |
| rm -f "$PID_FILE" | |
| # https://stackoverflow.com/a/2173421 | |
| trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT |
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
| #! /usr/bin/env nix-shell | |
| #! nix-shell -i python3 -p "python311.withPackages(p: with p; [ gitignore-parser ])" | |
| import logging | |
| import os | |
| from glob import glob | |
| from gitignore_parser import parse_gitignore | |
| logging.basicConfig(level=logging.DEBUG) |
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
| 144c144 | |
| < name: Starting measurement for waiting for pods | |
| --- | |
| > name: Starting measurement for 'create objects' | |
| 307c307 | |
| < name: Creating objects | |
| --- | |
| > name: create objects | |
| 326c326 | |
| < name: Waiting for pods to be running |
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
| steps: | |
| - phases: [] | |
| measurements: | |
| - method: APIResponsivenessPrometheus | |
| params: | |
| action: start | |
| allowedSlowCalls: 0 | |
| customThresholds: "" | |
| enableViolations: false | |
| identifier: APIResponsivenessPrometheus |
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
| steps: | |
| - phases: [] | |
| measurements: | |
| - method: APIResponsivenessPrometheus | |
| params: | |
| action: start | |
| allowedSlowCalls: 0 | |
| customThresholds: "" | |
| enableViolations: false | |
| identifier: APIResponsivenessPrometheus |
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
| 144c144 | |
| < name: Starting measurement for waiting for pods | |
| --- | |
| > name: Starting measurement for 'create objects' | |
| 307c307 | |
| < name: Creating objects | |
| --- | |
| > name: create objects | |
| 326c326 | |
| < name: Waiting for pods to be running |
NewerOlder