Discover gists
This file has been truncated, but you can view the full file.
This file contains 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
Log uploaded on Thursday, February 6, 2025, 7:47:13 PM | |
Loaded mods: | |
Auto Mod Config(Garethp.ModlistConfigurator)[mv:1.0.0]: ModlistConfigurator(0.0.0) | |
Prepatcher(zetrith.prepatcher): 0Harmony(2.3.3), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0) | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) |
This file contains 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
Pipeline still running ... | |
PipelineRun is still running: Tasks Completed: 41 (Failed: 1, Cancelled 0), Incomplete: 2, Skipped: 11 | |
[get-pr-number : parse-pr-url] + echo -n 5155 | |
[get-pr-number : parse-pr-url] + tee /tekton/results/git_pr_number | |
[get-pr-number : parse-pr-url] 5155 | |
[acquire-lease : create-lease] + calculate_duration_in_seconds 90m | |
[acquire-lease : create-lease] + '[' m == m ']' | |
[acquire-lease : create-lease] + TOTAL_DURATION_IN_SECONDS=5400 | |
[acquire-lease : create-lease] + export TOTAL_DURATION_IN_SECONDS |
This file contains 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
export function log(): undefined; | |
export function log<T>(arg: T): T; | |
export function log<T extends readonly unknown[]>(...args: T): T; | |
export function log<T>(...args: T[]): T[] | T | undefined { | |
console.log(...args); | |
if (args.length === 0) return undefined; | |
if (args.length === 1) return args[0]; | |
return args; | |
} | |
This file contains 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
Pipeline still running ... | |
PipelineRun is still running: Tasks Completed: 24 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 7 | |
[set-github-started-label : post-comment] + EXTRA_ARGS= | |
[set-github-started-label : post-comment] + [[ ! -z operator-release-pipeline/started ]] | |
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --add-labels operator-release-pipeline/started' | |
[set-github-started-label : post-comment] Editing GitHub labels to PR https://github.com/redhat-openshift-ecosystem/community-operators-prod/pull/5917 | |
[set-github-started-label : post-comment] + [[ ! -z pipeline/trigger-release ]] | |
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --remove-labels pipeline/trigger-release' | |
[set-github-started-label : post-comment] + [[ true == \t\r\u\e ]] | |
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --remove-matching-namespace-labels' |
This file contains 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
fpu.c:57:8: warning: #warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)" [-Wcpp] | |
Script started on 2025-02-07 03:24:19+00:00 [COMMAND="/home/ludovic/nuttx-release/run-job.sh risc-v-06" <not executed on terminal>] | |
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh | |
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh | |
+ job=risc-v-06 | |
+ neofetch | |
.-/+oossssoo+/-. | |
`:+ssssssssssssssssss+:` | |
-+ssssssssssssssssssyyssss+- | |
.ossssssssssssssssssdMMMNysssso. |
This file contains 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
{ | |
"certified": false, | |
"deleted": false, | |
"docker_image_digest": "sha256:83cc1cd7b12bee994e2124c4aabd7f9fbd370ac07c8c97c6bbe541342882098a", | |
"docker_image_id": "sha256:4440b719714559fb394340182153301f74068c1b06f1d61c8b96015fc3690796", | |
"image_id": "sha256:83cc1cd7b12bee994e2124c4aabd7f9fbd370ac07c8c97c6bbe541342882098a", | |
"parsed_data": { | |
"architecture": "amd64", | |
"created": "2025-02-07 03:16:08.141879938 +0000 UTC", | |
"image_id": "sha256:83cc1cd7b12bee994e2124c4aabd7f9fbd370ac07c8c97c6bbe541342882098a", |
This file contains 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
Attempting to decompile older versions of Minecraft using | |
[ModCoderPack](https://minecraft.gamepedia.com/Programs_and_editors/Mod_Coder_Pack) | |
results in the following error: | |
Traceback (most recent call last): | |
File "C:/<the path>/mcp44/main.py", line 4, in <module> | |
decompile.main2() | |
File "C:\<the path>\mcp44\runtime\decompile.py", line 118, in main2 | |
main(options.config, options.force_jad) | |
File "C:\<the path>\mcp44\runtime\decompile.py", line 16, in main |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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 ProtoData; | |
message Stock { | |
int32 id = 1; | |
string display_name = 2; | |
} |
This file contains 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
function highlight_words() { | |
var doc = DocumentApp.getActiveDocument(); | |
var words = ['DONE','WIP']; | |
var styleDone = { [DocumentApp.Attribute.BACKGROUND_COLOR]:'#9bcb98' }; //light-green | |
var styleWIP = { [DocumentApp.Attribute.BACKGROUND_COLOR]:'#ffc182' }; //light-orange | |
var pgfs = doc.getParagraphs(); | |
for (var word of words) for (var pgf of pgfs) { | |
if (word === 'DONE') { | |
var location = pgf.findText(word); |