-
**Summary:**
Currently this app is not supporting foldable devices
**Steps to reproduce:**
Install application in Tablets
**Expected behaviour:**
Application should behave according…
-
Hi, it would be useful to be able to fold groups to keep everything in order
-
![Screenshot_20220413-060151_Retro Music](https://user-images.githubusercontent.com/41417119/163062266-0aea82e2-0c8d-448a-98fd-9deb6e882ca9.jpg)
The grid view (2) on foldable inside screen does not w…
-
There seems to be a [sensible notion of a traversable type-aligned sequence](http://stackoverflow.com/questions/35123930/how-should-i-traverse-type-aligned-sequences), for traversing what McBride call…
-
Hey everyone!
I'm submitting a **feature request**.
0. In general: I think that sidebar must be highly customizable.
1. I think it would be very convenient to have `toggle day/nigt` button at…
-
`type Foldable[T any, U any] interface {
leftValue() T
rightValue() U
hasLeftValue() bool
}`
here is the my case:
1: I build a mo.Either base on a if/else, saying Either[A,B], A and B imple…
kcmvp updated
4 months ago
-
Add an exception:
```
pub eff IndexOutOfBounds {
pub def throw(msg: String): Void
}
```
to Prelude.
Add a function `nth` to (almost) all collections that throws the above exception w…
-
I came across your Quarto document with the description of how to create Quarto websites. The feature that interests me most for my project is the collapsible TOC:
![image](https://github.com/UCSB-…
-
I am working on the Fountain extension, and I see that Zed supports folding parts of the code. What does it look for to add that fold arrow?
-
To reproduce:
``` scala
EphemeralStream.fromStream(Stream continually 1 take 10000).foldLeftM(0)((x, y) => Option(x + y))
```
Reported by @jedws https://groups.google.com/d/msg/scalaz/gkVCye-XWNo/lA…