Clarence "Sparr" Risher
Clarence "Sparr" Risher
### Problem https://github.com/containerd/containerd/blob/2353574aa9c5d6d481f3d824abf98e00020a3777/metadata/gc.go#L59-L66 These labels are defined here and used within the metadata package, but they are not exported so the strings are duplicated dozens of times across the containerd...
**Code** The code in question lives at https://github.com/sparr/vgm-extractor/tree/548abc7d017edfad06dd55170c9a0c7269c56dff but I have not reduced this to a test case yet. I will try to do so when I have a chance....
I opened #44 to enable `dotnet build` to find a c++ compiler at all. However, that leaves a lot of hurdles, some easier than others. I'm going to list them...
`VCTargetsPath=./ dotnet build` will allow the build process to find the c++ compiler. It will then fail for many other reasons that I'll open issues about.
### Are you on the latest version of AssetRipper? Yes, I'm on the latest release of AssetRipper. ### Which release are you using? Linux x64 ### Which game did this...
When watching the cut scene before the first moon mission, or when looking up from the moon, the earth and moon appear as ellipses. I suspect this is related to...
Fall back on `curl` if `wget` is not available to download music files. `curl -z FILENAME -O` is effectively similar to `wget -N` except that it prints three warnings if...
https://minnie.tuhs.org/Programs/CrazySmallCPU/ links to https://github.com/DoctorWkt/CrazySmallCPU/issues which seems to be an archived/hidden/deleted repo. That link should probably point to this repo, as the other github link on the same page does.
Now that #167 allows us to use the extension without logging into github, and the syntax and language functionality is mostly working without logging in, I notice that all actions...
This needs a lot of work, but the core functionality is working so I'm submitting this for feedback on the implementation so far. TODO list: - replace annotation comment instead...