Rasmus Thomsen
Rasmus Thomsen
Yeah, that might work, spellchecking those probably doesn't make a ton of sense anyway
It'd be nice if this was more prominently said in the README or so, since at least I didn't know what that post version was for until now.
I happen to have an Aarch64 container that's more than capable of providing those, but I'd only be able to compile it with GDC since LDC isn't available on aarch64...
No, that's compiled against glibc and not musl. Apparently ldc is a little unstable on Aarch64 anyway, so maybe that's why it crashed for us on Alpine.
> Rather it should be investigated why it doesn't work for you there. I suppose it works only if dmd is available? I only have ldc2 available. Anyway, I can...
Yup, expected that, I guess that setting could check for dmd then though?
> ... > > ``` > ERROR: unsatisfiable constraints: > python (missing): > required by: world[python] > The command '/bin/sh -c apk --no-cache add python' returned a non-zero code: 1...
> /usr/share/xi/plugins/ That doesn't seem like the right location though, `share` usually is meant for arch independent stuff (icons, themes etc.), while binaries (like the plugins) should be in `lib`...
Hm, I guess we'd also need to fix handling input from stdin for this? If I run `cat README.md | xi-term` with this I just get the following: ``` error:...
> These attributes are not always useful. They bring more troubles than gains before they are implemented by D compiler. Hm, but others (including me) might find them useful to...