FeepingCreature

Results 53 comments of FeepingCreature

Yeah, what are you waiting for?

It's gone... :(

This also worked for me. On its own, KMail would repeatedly forget the password and hit 401s. With this, it can log in without issue.

I don't really know JS, but I've had a cursory look. `sampleFromSchemaGeneric` in `fn.js` doesn't seem to recognize or handle `allOf` at all? Meaning it falls back to type recovery,...

Just ran into it as well.

If that doesn't work on 23.04, you may need `libstdc++-13-dev`.

I just followed the error messages from DMD's commandline. (`-defaultlib=libphobos2.so`). With other flags, LDC tries to minimize the difference in invocation to DMD, like `-of`. Ie. I started with `dmd...

Difference in compilation speed on 1.32.0 with and without `--disable-verify`: ![Screenshot_20230320_130014](https://user-images.githubusercontent.com/540727/226333249-dd07d98a-12dd-404e-bb85-2a02a181966f.png) Something's probably going pathological.

Jenkins adds new builds at the top. Bottom row is without `-disable-verify`, top row is with `-disable-verify`.