scarf

Results 314 issues of scarf

## Summary I've gotten some amount of feature requests and bug reports on [korean roguelike gallery](https://gall.dcinside.com/board/view/?id=rlike&no=412120), so here it goes. Will add separate linked issues later. - DDA pockets are...

### Is your feature request related to a problem? Please describe. currently bullet animations are... yellow ball. it could be better. ### Describe the solution you'd like https://github.com/cataclysmbnteam/Cataclysm-BN/blob/e1b06a0d6d30e47b33238e8e95187368391ee0b2/src/animation.cpp#L478-L508 - Add...

# Line comment ```asm ; author: person ``` running `❯ nasmfmt -ii 2 -ci 10 foo.s` ```asm ; author: person ``` becomes this # Data section ```asm section .data msg:...

default themes and github themes support `match` `case` syntax, however majority of other themes does not support them out of the box. running `Inspect editor tokens and scopes` shows result...

needs investigation

### Description ## Steps to reproduce 1. create a markdown document with headers. ex) `index.md` ``` # Header ## Other Header ``` 2. create a symlink to it. ```sh ln...

potential-bug
triage

**Is your feature request related to a problem? Please describe.** Everytime I auto-import, a notification pops up. I have to remove it manually using `ESC`, and it's quite tedius. **Describe...

status: needs triage

### Is your feature request related to a problem? Please describe. [DDA's README](https://github.com/CleverRaven/Cataclysm-DDA/) looks much better. let's change that! ### Describe the solution you'd like # Banner - [ ]...

enhancement

This issue is very similar to #167. 1. installed clangd-14 using `sudo apt install clangd-14` 2. configured clangd path to be `/usr/bin/clangd-14`. 3. `clangd: Check for language server update` gives...

bug

![image](https://user-images.githubusercontent.com/54838975/188310300-331981a1-7cbc-4576-9be8-7f714d626467.png) I've downloaded and ran the book in local vscode, following [this section](https://github.com/jamesdbrock/learn-you-a-haskell-notebook#how-to-run-on-your-local-computer-in-visual-studio-code). However unable to save the notebook due to permission error. here's the log: ``` '02-starting-out.ipynb'을(를) 저장하지 못함:...

## Summary `cabal install cabal-edit` fails with missing identifiers ## Haskell info (fetched using `ghcup tui`) ``` GHC 9.0.2 cabal 3.8.1.0 ``` ## Build Log ❯ cabal install cabal-edit Resolving...