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
const marked = require('marked'); | |
module.exports = function({ mdText }) { | |
const transformedHTML = marked(mdText); | |
return transformedHTML; | |
} | |
//o |
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
@echo on | |
ipconfig /flushdns | |
netsh int teredo set state enterpriseclient 217.17.192.217 | |
netsh int teredo show state | |
pause |
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
JSON π 11m ββββββββββββββββββββββββββββββββββββ 88.1% | |
Rust π 1m ββββββββββββββββββββββββββββββββββββ 11.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
{ | |
"header": { | |
"reportVersion": 1, | |
"event": "Allocation failed - JavaScript heap out of memory", | |
"trigger": "FatalError", | |
"filename": "report.20200125.145829.1253.0.001.json", | |
"dumpEventTime": "2020-01-25T14:58:29Z", | |
"dumpEventTimeStamp": "1579935509058", | |
"processId": 1253, |
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
Placeholder |
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
import { opendir, mkdir, writeFile } from "node:fs/promises"; | |
import path from "node:path"; | |
// usage: put this script under the root folder of MysticalAgriculture project source and run it using Node.js v18 | |
// generated recipes will be under `thermal_integration/recipes` folder. | |
function generateInsolatorRecipe(name) { | |
const potentialEmptyTags = ["silicon", "rubber"]; | |
const potentialEmptyIngotTags = [ | |
"uranium", |
This file has been truncated, but you can view the full file.
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
[00:30:32] [Render thread/INFO] ======================================== | |
[00:30:32] [Render thread/INFO] Minecraft: 1.19.2 | |
[00:30:32] [Render thread/INFO] Side: client | |
[00:30:32] [Render thread/INFO] Development: false | |
[00:30:32] [Render thread/INFO] Version: 9.1.643 | |
[00:30:32] [Render thread/INFO] Loader: | |
[00:30:32] [Render thread/INFO] - Fabric: 0.14.22 | |
[00:30:32] [Render thread/INFO] - Fabric API: 0.76.1+1.19.2 | |
[00:30:32] [Render thread/INFO] Dependencies: | |
[00:30:32] [Render thread/INFO] - Cloth Config: 8.3.103 |
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
[18:41:58] [main/INFO] [Bouncepad]: Launching wrapped minecraft [net.minecraft.client.main.Main] | |
[18:41:59] [main/WARN] [mixin]: Re-entrance detected, this will cause serious problems. | |
org.spongepowered.asm.mixin.transformer.throwables.ReEntrantTransformerError: Re-entrance error. | |
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:366) [sponge-mixin-0.16.0+mixin.0.8.5.jar:0.16.0+mixin.0.8.5] | |
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:240) [sponge-mixin-0.16.0+mixin.0.8.5.jar:0.16.0+mixin.0.8.5] | |
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:208) [sponge-mixin-0.16.0+mixin.0.8.5.jar:0.16.0+mixin.0.8.5] | |
at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:71) [sponge-mixin-0.16.0+mixin.0.8.5.jar:0.16.0+mixin.0.8.5] | |
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:320) [bouncepad-0.4.33-cursed.jar:?] | |
at ne |