#let

7 posts · Last used 18d

Back to Timeline
In reply to
gim
@gim@queer.group · Apr 28, 2026
Example: #let stateBubble() = box( height: 10pt, baseline: 15%, circle( fill: oklch((dto.stateOklchL/100)*100%, dto.stateOklchC, (1deg * dto.stateOklchH)) )) okclh doesn't take floats but ratios and angles. There aren't constructors for these types. You can only get them from string literals...
0
1
0
In reply to
gim
@gim@queer.group · Apr 28, 2026
Example: #let padInt(number, targetLen) = { if number >= calc.pow(10, targetLen) [ #str(number) ] else { let n = targetLen let r = number while n > 0 { n = n - 1 let p = calc.pow(10, n) let c = calc.floor(r / p) r = r - (c * p) str(c) } } } There's no function to left pad zeros to an int (or other number types). There isn't a function to cut off decimals either...
0
0
0
In reply to
gim
@gim@queer.group · Apr 28, 2026
Example: #let formatDate(s) = toml(bytes("date = " + s)).date.display("[day].[month].[year]") There's no standalone date parser so I have to use an adhoc toml...
0
1
0
In reply to
gim
@gim@queer.group · Apr 28, 2026
Example: #let formatMinutes(d) = [#padInt(calc.floor(d/60), 2):#padInt(calc.rem(d, 60), 2)h] There's a duration type but it has no display function...
0
1
0
ItalianNews
@ItalianNews@mastodon.ozioso.online · Mar 27, 2026
IlPescara: Online la puntata di “Andiamo a quel paese”, girata a Caramanico Terme: risate, tradizioni, sketch e curiosità [VIDEO] Online il secondo episodio di “Andiamo a quel paese”, il format ideato dai due comici e artisti abruzzesi dei “4 Santi” Danilo Brattelli, in arte “Kokko”, e Valerio Vespucci. Si tratta della puntata girata interamente a Caramanico Terme dove il progetto era stato accolto con grande entusiasmo... Online the episode of “Let’s Go Eat a Boot,” filmed in Caramanico Terme: laughter, traditions, sketches and curiosities [VIDEO] Episode two is now online of “Andiamo a quel paese,” the format created by the two comedians and artists from Abruzzo, “4 Santi,” Danilo Brattelli, known as “Kokko,” and Valerio Vespucci. It’s the episode filmed entirely in Caramanico Terme, where the project was welcomed with great enthusiasm… #Let’sGoEataBoot #CaramanicoTerme #Andiamo #Abruzzo #DaniloBrattelli #Kokko #ValerioVespucci https://www.ilpescara.it/attualita/andiamo-quel-paese-progetto-4-santi-online-puntata-caramanico-terme.html
0
0
0
afghanistan__dup_26600
@afghanistan__dup_26600@mastodon.neometropolis.net · Feb 24, 2026
This time, God willing, it will be much more enjoyable than the last. #Let's_go_forward_with_strength... Video: Archive دا ځل غـCh به د تیر پۀ پرتله څو چنده خوندور وي. ان شاء الله #ورو‌_خو_محکم_مخکې_ځو... ويډيو: آرشېف Source: Ⓜ️abdulhaq. عبدالحق فدا (@Abdulhaqfida111) [ https://x.com/Abdulhaqfida111/status/2026345774171254811 ] #Afghanistan
0
0
0
Sapphire_neo
@Sapphire_neo@mastodon.com.pl · Feb 22, 2026
古の刃 Стародавні клинки 古に生まれし刃 Клинки, народжені ще в давнину https://note.com/poison_raika/n/n047b0b574b3d <> #blade #born #ancient #time #let #forge #heart #become #sword #crush #limitless #ambition #people #share #aspiration #follow #may #take #peace
0
0
1

You've seen all posts