scarf
scarf
I'm aware this might be a niche style, so it's perfectly okay if this suggestion is declined. However, I'm interested in how I could implement type declarations in the style...
This is a continuation of #1179. Today, I [encountered a bug](https://github.com/jiphyeonjeon-42/frontend/issues/435) because the component was passed a string (`"300"`) instead of a number (`300`) or a properly formatted string (`"300px"`)....
# Summary `stdenv.lib` needs to be migrated to `lib` due to [deprecation](https://github.com/NixOS/nixpkgs/issues/108938). ## Steps to reproduce follow https://github.com/obsidiansystems/obelisk#installing-obelisk ## Outcome ``` ~ nix-env -f https://github.com/obsidiansystems/obelisk/archive/master.tar.gz -iA command trace: Warning:...
### Description  every single line of kotlin is marked red, and build fails despite setting up jvm target and java home in `.vscode/settings.json` ```json { "kotlin.compiler.jvm.target": "1.8", "kotlin.externalSources.autoConvertToKotlin": true,...
Fixes [url hash links](https://developer.mozilla.org/en-US/docs/Web/API/URL/hash) not scrolling to their positions. ```html Foo link ```
## Summary it'd be useful to have a way to list and filter files (`--larger-than`, `--smaller-than`) with file sizes. ## Example ``` ╭───┬─────────────┬────────┬──────────╮ │ i │ Time │ Path │...
It would be great to also render docstrings as well
`Rename Symbol (F2)` functionality doesn't work at all.  pressing `enter` after this screen does nothing. pressing preview(`shift+enter`) results in error in terminal: ```nim /home/scarf/.nimble/bin/nim secret MyStream Welcome to fish,...
they're used in `fmt` strings and record initialization syntax. the way to support them is in https://code.visualstudio.com/api/language-extensions/language-configuration-guide but wasn't able to find `language-configuration.json` in the repo.
hi, i'd like to apply conventional PR titles for [our project](https://github.com/cataclysmbnteam/Cataclysm-BN), and thought it'd be neat to define valid scopes by regex. for example: ```yml scopes: - 'mods/(\w+)' ``` would...