Simon Heimberg
Simon Heimberg
with asan, Version 1.2~git26366 (f2ddbe7@HEAD) Debug: ``` [00:01:33.223 real] DEBUG: *** Ending Lua interpretation! [00:02:56.124 real] DEBUG: *** # wl.Game().players[1]:get_buildings("barbarians_lumberjacks_hut")[1].destruction_blocked = true [00:02:56.138 real] DEBUG: *** Starting Lua interpretation! [00:02:56.154...
Managed to get it working. Here the two changed functions: ```sh y2j() { python -c 'import sys, yaml, json, yamlordereddictloader; json.dump(yaml.load(sys.stdin, Loader=yamlordereddictloader.SafeLoader), sys.stdout, indent=4)' } j2y() { python -c 'import...
Would be interesting to have listed which examples are broken.
I was able to compile with cmake on linux after I fixed above problem. Actually this is the same problem as is reported by [AppVeyor](https://ci.appveyor.com/project/eXpl0it3r/schiffbruch/builds/38320071/messages). A big success for me,...
maybe related: #1869
I am also fine to have it as (up to date) submodule, as suggested in #17 And to tag a new version #26 is still a good idea.
> Updated, please give it a try. It works :champagne: :tada: Thanks And thank you for the hint in README.md. I never heard about subtree.
Reading a chapter in new_fusepy_api[1] I see two possibilities: - The method `YourFuseClass.open(...)` returns any object (like a dict, a list, a class instance, ...). Then the other methods (`read(...)`,...
Version: ```ShellSession $ ratarmount --version ratarmount 0.15.1 ratarmountcore 0.7.1 System Software: Python 3.11.2 FUSE 3.14.0 libsqlite3 3.40.1 Compression Backends: indexed_gzip 1.8.7 indexed_zstd 1.1.3 libarchive 5.1 rapidgzip 0.14.2 rarfile 4.2 xz...
How to reproduce: ```ShellSession $ ratarmount --write-overlay ~/tmp-s/m-ovl/ ~/tmp-s/m-src1/ ~/tmp-s/mnt/ $ cd ~/tmp-s/mnt/ $ touch a -rw-r--r-- 1 simon simon 0 22. Jul 22:02 a $ chown $(id -u) a...