Zoey

Results 51 comments of Zoey

My suggestion would be to prefer separate crates, as it avoids some of the issues I've seen in the current iteration- such as expression path semantics being unavoidable (and inaccessible)...

This *is* `config`, @dbofmmbt. Did you mean something else?

@matthiasbeyer I realized that one of the limitations I'm currently running into is the separation between my actual configuration (something I generally want to statically type and check against) and...

For anyone still running into this issue, https://crates.io/crates/serde_path_to_error worked well for this in my experimentation just now, thanks to `Config` implementing `serde::de::Deserializer`. It's not perfect, but it's a lot better...

That implementation order would cover the largest portion of use cases with just part 1, while covering niche cases like [Haskell-Methods](/dharmatech/haskell-methods) in part 3. I think "superrecord"-style types and such...

This is still causing me problems in 2022.1b with the official XR Plugin system and Valve's OpenVR XR loader; symlinking `libXRSDKOpenVr.so` and `libopenvr_api.so` to `${PROJECT_ROOT}/lib/x64/` alleviates it, but this comes...

The concept of `.local` and `.dev` configurations is pretty much a requirement as systems like alternate registries or Tokio's unstable mode begin coercing users into checking in `.cargo/config.toml`. As it...

So far as I can tell, there's no `&&` syntax equivalent; Adding new items to the search always gives the results of both separate searches, and makes nix-search effectively useless...

This occurred for me directly after recovering a save inaccessible due to #290 via use of the development build from Jenkins run 77; a connected client performed the action, and...

> Also Linux is not officially supported. So there is that. The crash only occurred on the non-Linux host machine, for the record.