scarf
scarf
https://github.com/lsd-rs/lsd/blob/2fe3fcdd3564836962eab8ba6b1444996fe24e1e/build.rs#L24-L36 despite lsd providing shell completions via [`clap_complete::generate_to`](https://docs.rs/clap_complete/latest/clap_complete/generator/fn.generate_to.html), there is no documentation that either `SHELL_COMPLETIONS_DIR` or `OUT_DIR` environment variable needs to be set to generate one. alternatively, LSD could provide...
### Enter your suggestions in details: in lume external images have significant downsides to local images due to not being able to use image plugins.
## Purpose of change - wanted to prevent header modification in #4266 as it triggered ~300 file rebuilds. ## Describe the solution cherry-picked solutions from #4073 and #4266: - for...
### Describe the bug with debug clairvoyance artifact, targeting ignores walls (because all monsters are visible regardless LOS) and try to aim targets closer in x,y position but differs in...
## Purpose of change - It's very hard to figure out which path exactly cata needs for beginners and devs alike. - Make it easier to figure out where is...
[Only some](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/419#issuecomment-1688237389) of @Aivean's [NPC performance optimizations](https://github.com/CleverRaven/Cataclysm-DDA/issues/45497) were ported to BN. This umbrella issue tracks them. ## Flag optimizations ```[tasklist] ### Flag & Big optimizations - [ ] #3354 -...
## Summary SUMMARY: Build "CMake integration for tracy" ## Purpose of change  add an easy way to sample and profile BN executable by using [tracy](https://github.com/wolfpld/tracy) ## Describe the solution...
## Purpose of change https://github.com/cataclysmbnteam/Cataclysm-BN/assets/54838975/8e2ba940-f7d1-42ec-b3ab-8351c179e878 it's #4125 but with ninja moving ## Describe the solution on top of #4125, it adds... - `src/cata_algo.h`: a very [convoluted template mess to use...
### Describe the bug knife inside burnt sheath ### Steps To Reproduce 1. somehow burn your sheath 2. store a knife ### Screenshots  ### Versions and configuration - OS:...
 https://github.com/cataclysmbnteam/Cataclysm-BN/pull/3979/files every PR gets superfluous `tmpnam` warnings, which i think should not touch because the line in question is `lua_tmpnam` not `tmpnam`.