Caleb Smith

Results 72 comments of Caleb Smith

Given NixOS is radically different from most other operating systems, I can't promise it'll ever work, but see what this does: `python -m bcml --debug`

Did you try the setting to disable hard links?

The issue with the hard links option being greyed out was fixed relatively recently, I recommend using the latest or at least 3.9.24.

The plan to do BCML 4 was scrapped in favor of a completely new replacement that basically redoes absolutely everything from the ground up. Repo is here, with more info...

Similar case here, where this: ```yaml Vec2: !vec2 - 1.2 - 5.1 Vec3: !vec3 - 1.2 - 5.1 - 1.9 Vec4: !vec4 - 4.9 - 1.1 - 2.3 - 3.5...

So I've been investigating making a PR for this, but TBH I'm having a pretty hard time figuring out a way to implement. Presumably we don't want flow-only: that's basically...