scarf

Results 261 comments of scarf

![image](https://github.com/user-attachments/assets/175a233b-62ef-4233-911b-aabd29895e39) oh, wait, i thought old roads had diagonal tiles, my memory was wrong. yes in that case forget about what i've said, diagonal road tile would be awesome.

thank you, but would there be a way to do that using pyvips api? i need to use them in python script i'm writing.

Thank you, it works. however I've encountered thse problems: ![image](https://user-images.githubusercontent.com/54838975/197343329-0da7a205-fa07-4c86-b34c-08bce812b696.png) 1. can't remove `_files/0` part. for example if i run `image.dzsave(Path("patch"), ...)`, it saves tiles in `patch_files/0/`. could there be...

This is a known issue (related: #4423) and was the reason vsync was made opt-out in #4433. It seems to only affect windows, however. maybe we could add warning for...

> I need someone to confirm this. I can't replicate the issue. @scarf005 you have tried this with windows and can confirm that it happens? sorry, i do not own...

[metals.log](https://github.com/user-attachments/files/16623922/metals.log) hope this one's not too outdated

would it be okay if i zip the entire `.metals`? i edited the project (and Day7.scala) more after the incident so the reports might have been overwritten [.metals.tar.gz](https://github.com/user-attachments/files/16624009/default.metals.tar.gz) also below...

yes, i changed the file path from `src/Day1.scala` to `2015/Day1.scala` (project: github.com/scarf005/aoc-scala)

https://github.com/cataclysmbnteam/Cataclysm-BN/blob/cfdb773e2c7233238ab89d657c176b123c0d7ef1/src/npc.cpp#L669-L674 looks like items with `TRADER_AVOID` only makes NPCs to not spawn with one.

i think we should keep `TRADER_AVOID` to prevent breaking 3rd party mods. maybe deprecate it and create a new flag that does the same?