Sebastian Messmer
Sebastian Messmer
This (or something very similar) also happens when running CrystalDiskMark on a CryFS filesystem. CryFS uses dokany-fuse. Steps to repro: 1. Mount a CryFS filesystem: cryfs.exe basedir J: -f -o...
Thanks for your fast reply. I have a local copy of cmake-conan v0.15 in my repository at https://github.com/cryfs/cryfs/blob/develop/cmake-utils/conan.cmake. Here are the steps to repro: 1. Set up docker image and...
Oh I see, so it actually is related to the other issue. That makes sense. Thanks for investigating. On July 2, 2020 00:09:35 Carlos Zoido wrote: > > Hi @smessmer,...
`.clone().as_structure()` worked for me, closing this for now. But I think it would be a better API if `OwnedStructure` had `as_has_store()` (and the other related functions) available without having to...
Examples: - 06aebab343040c9baaa22322 - 067e688485782086e2504c69
I also noticed that there are test cases for serialization but none of them has a leading zero https://github.com/rustyscreeps/screeps-game-api/blob/master/src/local/object_id/raw.rs#L275
This is shard3 on the official game server
Oh sorry, it seems I gave you wrong information. It was on screeps.com but not in the online world. It's simulation mode that gives those ids to objects. Double checking...
CryFS architecture is compartmentalized enough so that it should be relatively easy to use it as a library. The priority currently is the rust rewrite though and that isn't ready...
When I add a `.cargo/config.toml` with ``` [unstable] unstable-options = true ``` then the error message changes to: ``` ~/screeps (master)> cargo screeps build cargo_screeps::run: compiling... error: conflicting usage of...