Aaron Matthis
Aaron Matthis
Well, that's a veeery basic and probably sort of bug prone POC (with only "deps ARGS..." redirecting into pkg"ARGS..." working for now) https://github.com/rapus95/Developer.jl
Edit: this idea assumes that the parts are always made only from different materials and the schematics are used to combine these parts instead of crafting parts with schematics and...
I'd love to have a fling back armor which you get by dipping your armor into slime (manually with slime ball/block, or by being attacked by a slime). Only negative...
 So yes, I guess I messed up compatibility x) My iris is too old, isn't it?
How about introducing an `--ignore-infra-conmon-pidfile` argument for `podlet pod generate`? (And likewise for the other deliberately unsupported argument. That certainly would not violate the principle of least surprise and still...
Running into the same problem. Or rather, the pod has a different name when started via systemd than what it was created with. Thus, all container units that were built...
In cmd I ran into the same problem: ``` C:\Users\Aaron\Downloads\>sudo py -3.10 -m pip install transcribe-anything WARNING: Ignoring invalid distribution -overage (c:\python310\lib\site-packages) WARNING: Ignoring invalid distribution -ip (c:\python310\lib\site-packages) WARNING: Ignoring...
managed to install openai-whisper. Still doesn't recognize it :/ ``` C:\Users\Aaron\Downloads>sudo transcribe-anything --help Der Befehl "whisper" ist entweder falsch geschrieben oder konnte nicht gefunden werden. Traceback (most recent call last):...
> I think having this feature misleads you to think the defaults are fixed constants, when they are not. It just seems incompatible to me with the semantics we have...
if we were to ditch `kwdef` from the name and go with `init_defaults(::Type)` this could become the backbone for a more generic and extensible defaults framework. Though, for non-kwdef types...