scarf

Results 314 issues of scarf

```kt fun BinaryTree.toGraphviz(): Graphviz = graph(directed = true) { node[ Color.DARKSLATEGRAY, "fillcolor" eq "azure2", Font.name("Ubuntu Mono"), Font.size(20), Style.FILLED, ] } .addNode(this) .toGraphviz() ``` In this code, outline color can be...

### Initial checklist * [x] I read the support docs * [x] I read the contributing guide * [x] I agree to follow the code of conduct * [x] I...

🤞 phase/open

# Summary python [3.10](https://docs.python.org/3/whatsnew/3.10.html) introduced [type guards](https://peps.python.org/pep-0647/) similar to that of [typescript](https://www.typescriptlang.org/docs/handbook/2/narrowing.html). however, flupy does not seem to support this feature. ![image](https://user-images.githubusercontent.com/54838975/227758264-a71d2f8e-99a4-4b04-9e4e-1d6207611be9.png) ```py from typing import Any, TypedDict, TypeGuard from...

## Summary ![image](https://github.com/muety/wakapi/assets/54838975/d50de189-f948-48fb-b749-c58b0b308d0c) ![image](https://github.com/muety/wakapi/assets/54838975/7e7b0368-ca8a-4f2d-b209-f60e5ecd9ae5) - fix #517 ## Description Added two new config, `DateFormat` and `DateTimeFormat` to make `FormatDateTimeHuman` and `FormatDateHuman` customizable.

- [x] I have read [CONTRIBUTING.md](https://github.com/idris-lang/Idris2/blob/main/CONTRIBUTING.md). - [x] I have checked that there is no existing PR/issue about my proposal. ## Summary Provide configuration file format `idris2.conf` like [`.ghci`], which...

Feature request

- [x] I have read [CONTRIBUTING.md](https://github.com/idris-lang/Idris2/blob/main/CONTRIBUTING.md). - [x] I have checked that there is no existing PR/issue about my proposal. ## Summary | Before | After | |-----------|----------| | ![before]...

good first issue
Feature request

# Summary `Exception: variable LibrariesC-45TextC-45Lexer-any is not bound` ## Reproduction 1. build idris2 from source, with `opts = "--inc chez"` in `idris2.ipkg`. 2. make install once more. 3. build fails:...

Installation Issue

- [x] I have read [CONTRIBUTING.md](https://github.com/idris-lang/Idris2/blob/main/CONTRIBUTING.md). - [x] I have checked that there is no existing PR/issue about my proposal. ## Summary ![image](https://github.com/idris-lang/Idris2/assets/54838975/5e3c865c-7462-4885-ba5d-1f7534a2f901) Add source link for each declaration like...

Feature request

I need to work with a tilesheet, composed of 10x10 tiles. for example, a 160x2560 image would contain 16x256=4096 tiles. after that, I need to merge those 4096 10x10 images...

having a type hint would help a lot for developing. afaik pyvips supports both 2 and 3, so it could use additional [`.pyi` stub file](https://mypy.readthedocs.io/en/stable/stubs.html).

enhancement