Rubem Vasconcelos Pacelli

Results 79 comments of Rubem Vasconcelos Pacelli

I see... > we could add anchors with a prefix like pt-: line.pt-1. Are you proposing to add such prefix for absolute length anchors and leave the syntax `"line.i"` for...

Ah :( Well, it is up to you. I think `pt-i` too wordy, to be honest, but okay.

Yes. Four characters when only one is actually useful. This is obviously a matter of opinion, though. Fell free to disregard my point of view. Although it is verbose, `pt-i`...

The logfile of `/home/tapyu/.npm/_logs/2023-12-02T10_15_30_030Z-debug-0.log` contains ``` 0 verbose cli /usr/bin/node /usr/lib/node_modules/npm/bin/npm-cli.js 1 info using [email protected] 2 info using [email protected] 3 timing npm:load:whichnode Completed in 1ms 4 timing config:load:defaults Completed in...

Well, after some time, I realize that `npx awesome-lint https://github.com/tapyu/awesome-stem-academy` prompts `Awesome list must reside in a valid git repository` only if my current working directory doesn't contain `.git/`. I...

I see. While is bug is not fixed, it might be interesting to instruct users to run `npx awesome-lint` within a git repository, as I suggested in #182.

It is a shame that this repo is abandoned. I wonder what are our way out to maintain this repo. Can we flag this repo as abandoned to GitHub so...

@ArtemChandragupta re-opened I am not using this software anymore. I can keep this issue now on.

Fraction type is not allowed for `#box`'s `height`. > will become possible in the next Typst version. Do you have any issue or PR reference for that?

```typ #slide(title: "Motivation")[ #grid( columns: (1fr, 1fr), gutter: 10pt, box(width: 100%, height: 100%, fill: blue)[ test ], box(width: 100%, height: 100%, fill: blue)[ test ] ) ] ``` ![image](https://github.com/andreasKroepelin/polylux/assets/22801918/f4cfe103-9af4-4e11-91e9-e1e206755ef2) Note...