scarf

Results 314 issues of 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...

help wanted
good first issue
kind/doc

### Enter your suggestions in details: in lume external images have significant downsides to local images due to not being able to use image plugins.

enhancement

## 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...

docs
src

### 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...

bug

## 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...

docs
src
data

[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 -...

enhancement
☂️ umbrella

## Summary SUMMARY: Build "CMake integration for tracy" ## Purpose of change ![](https://media.discordapp.net/attachments/830916451517857894/1152175474085199872/image.png?width=1099&height=625) add an easy way to sample and profile BN executable by using [tracy](https://github.com/wolfpld/tracy) ## Describe the solution...

docs
src

## 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...

src
data

### Describe the bug knife inside burnt sheath ### Steps To Reproduce 1. somehow burn your sheath 2. store a knife ### Screenshots ![image](https://github.com/cataclysmbnteam/Cataclysm-BN/assets/54838975/2dc3fecd-66be-4efc-a677-433a235c2515) ### Versions and configuration - OS:...

bug
easy
src

![image](https://github.com/cataclysmbnteam/Cataclysm-BN/assets/54838975/7db83647-24a9-492a-b5e9-b46a34853150) 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`.