PgBiel

Results 33 issues of PgBiel

We should add typings to manim: 1. It allows for more precise intellisense and easier-to-check code (via `mypy` and whatnot); 2. It ensures we follow a structure that makes sense...

documentation
enhancement
good first issue
hacktoberfest

Hello! Thank you for the wonderful app, it works flawlessly! I'd just like to leave a suggestion: could there be language support for Brazilian Portuguese and also for Spanish, for...

language-request

Hey all, so, I've been loving Wayfire so far (former Sway user), and I just wanted to share something that I've been missing from Sway and would like to see...

enhancement

A very widely requested function, simply draws a customizable diagonal line over math content. Its length, rotation and stroke, among with orientation/general style (inverted/cross), can be customized. # Ideas &...

Closes https://github.com/typst/typst/issues/753. This PR adds the following fields and methods to primitive types (please feel free to suggest more): - `length`: fields `em` (get `em` part), `pt` (get `pt` part);...

Fixes #619. This PR allows lists and enums to have `Content` as children, such that the `ListItem`/`EnumItem` objects can carry their associated styles. This can be breaking in principle (if...

I wanted to make an issue to discuss @laurmaedje's idea of adding scopes to functions, proposed initially here: https://github.com/typst/typst/pull/673#issuecomment-1503342253. I've achieved some good progress in implementing this so far (see...

scripting

It seems that, currently, CMYK rounds ratios rather aggressively upon print or such: ![image](https://user-images.githubusercontent.com/9021226/231864341-21d98b00-1fc8-4b23-b1bd-a407bdb7ff9a.png) As CMYK is represented internally as integers (and, as such, it would probably be very hard...

scripting

Small PR, fixes #787 by reutilizing `rgb`'s parameter type (which accepts both int and ratio) for `cmyk`. Ratios given to `cmyk()` are converted to ints internally, so might as well...

### Description Currently, using `locate` or `query` in Typst enables access to `location` objects, which point to some location in the document; in particular, they provide the number of the...

feature request
meta