LuckyTurtleDev

Results 90 comments of LuckyTurtleDev

> Why not just use the same one with proper thumbnailing support? This would be to easy.

I like the idea. Rocket does also provide a context macro for tera. I like the rocket syntax even more. ```rust let context = context! { // Note that shorthand...

I am using `Source Serif 4`, `Noto Sans` and `Source Code Pro`. ```tex \setromanfont{Source Serif 4} \setsansfont{Noto Sans}[BoldFont=* Bold] \setmonofont{Source Code Pro} ``` All of them are packaged by Arch...

@mnrvwl I did not expect that using a custom font would be so complex. I had though that it would simple be possible that tectonic can save the TTF/OTF to...

Maybe a merge request to fontec, witch add support to load additional fonts from paths/files definded by enviroment variables would solve this issue. Tectonic can download the fonts to the...

@vlasakm thans your example does work, but it does also create a lots of warning: ``` warning: noto.sty:171: Requested font "[NotoSans-Regular.ttf]/OT" at 9.99997pt warning: noto.sty:171: Requested font "[NotoSans-Regular.ttf]/OT" at 10.00003pt...

I have do the following think, witch does look pretty similar: ``` \usepackage{fontspec} \usepackage{noto} \usepackage{sourceserifpro} \usepackage{sourcecodepro} \setromanfont{SourceSerifPro}[ Extension = .otf, UprightFont = *-Regular, BoldFont = *-Bold, ItalicFont = *-RegularIt, BoldItalicFont...

> TL;DR: Delete the lines: Thanks that has fix the warnings

I have try to cross compile a project using this crate for aarch64 using the following docker file: ``` FROM --platform=$BUILDPLATFORM rust AS builder SHELL ["/bin/bash", "-uo", "pipefail", "-c"] ARG...

Same issue for dns.***.de. I notify the following :confused: : kdig can querry crab-hole quic server, but can not querry crab-hole tls servers. crab-hole can not querry crab-hole quic server,...