Wesley Moore
Wesley Moore
I am seeing this too (Arch Linux; X11; AwesomeWM; x86_64). The backtrace I get running a master (54e6682) debug build is captured below: Backtrace 2024-03-03T03:41:53.626760Z ERROR lapce_app::panic_hook: thread main panicked...
> `--preserve-default-ignorables` is useful for showing ZWJ/ZWNJ/VS/CGJ etc glyphs when they font has them, which is a common want when trying to illustrate the shaping process in a step-by-step fashion....
We're on Crystal 1.6 and Lucky 1.0.0-rc1 now, just waiting for the 1.0 release.
I think it's reasonable to set `alt=""` on the image as it is a decorative element that does not add anything not already available as text in the email (since...
Add `#![no_std]` to `lib.rs` and compile for a target without `libstd`. E.g. `cargo build --target arm-unknown-linux-gnueabihf` you will probably get a lot of errors that need to be addressed.
Hmm I appreciate the solid use case but I'm not sure introducing templating is the way to go. It kinda feels like an external tool that generated the config would...
> One other problem I might run into, is that when having a lot of "profile page" feeds being scraped from the same website, fetching all of those pages at...
> With this I am actually all settled witht the current state. Cool. I will close this off then.
So this would be for when the actual text does not contain a time zone I assume? I imagine an optional field on the date table might work? ```toml [feed.config.date]...
> Yeah that's unfortunately the spec being too strict. Do you think I should open an issue on the OpenType docs instead then?