-
The current instance column API leaves a bit to be desired: instance columns are passed into the prover and verifier as `&[&[&[C::Scalar]]]`. Breaking apart this monstrosity:
- The outer slice repres…
str4d updated
2 years ago
-
Currently inter module communication is already possible in various ways at the Controller level as well as on the service layer. Transparent extension of views currently is not possible. To enable re…
-
Motivated by https://gitlab.haskell.org/ghc/ghc/-/issues/25322, I'm in the process of writing a custom layouter that does not need to call out to the parser to find syntax errors. I'm making good prog…
-
### Description
```typst
#set page(height: 2in)
#let body = for ii in range(5) [
A heading
#grid(lorem((ii + 1) * 10))
]
#scale(body, x: 50%, y: 50%, origin: top + left)
```
Produces
…
-
### Description
```typ
$p/q$ #box($p/q$)
```
![image](https://github.com/user-attachments/assets/f04f0bea-cb52-4c07-b7d6-77435d508309)
### Reproduction URL
_No response_
### Operating system
…
-
正常情况:scrollview中加入list_item1.xml,scrollview作为父控件,在代码里添加子控件list_item1,。
1、scrollview如下:
2、list_item1.xml如下:
代码中通过widget_add_child(scroll_view, list_it…
Sokyx updated
3 years ago
-
### Description
_A regression introduced with #5017_
A breakable block equation can overflow outside the bounds of its parent container. For example, the code
```typ
#set page(width: 3cm, heig…
-
Please excuse my haskell, but I am learning.
I just starting using brittany, thank you so much for this tool, I really appreciate it :)
I get an error on the following code:
```haskell
module …
-
I'm getting the following error from users on many api's and many different devices. Any idea why?
```
Fatal Exception: java.lang.IllegalArgumentException: you can't move above of maxItemCount
…
-
Hey Milan,
just gonna share a few things I saw I wish this library had. First up: I'm doing a line chart of values over time...is there a way to make this take a `List` and get time formatting on a…