Cosmic
Cosmic
No worries at all! (I'm only a few years out of college myself. I get it) Feel free to handle things however you want. I'd be more than happy to...
Just some random tidbits: - Useful looking crate for handling HTTP cache semantics ([`http-cache-semantics`](https://crates.io/crates/http-cache-semantics)). Potentially this crate as a higher level one depending on how much `async` is a requirement...
Can reproduce 👍 It'd be nice to have a debug feature in the future that visibly renders the boundaries of selectable regions that way we can more proactively find and...
Can reproduce on `main` :+1: Looks like it's probably a bug in the interpreter, since adding that text as an interpreter test gets this ```text Snapshot: interpreter__tests__checklist_with_gap Source: src/interpreter/tests.rs:374 ─────────────────────────────────────────────────────────────────────────────────...
> Edit: it seems like it was always the plan to exclude sqlx from being cleaned: https://github.com/launchbadge/sqlx/pull/1802#issuecomment-1099801198 It looks like this issue is now of interest to me. I can...
Do you have a fairly large target dir (as in 10's of GBs)?
Cleaning that will likely drastically reduce the run time as a temporary workaround I've been meaning to dig into `cargo clean -p` more to see what all is slow there,...
Using compressed textures sounds exactly like what I would want :eyes: I'm not very familiar with stuff in the GPU space. Got a link or anything I can look at?
Have you tried using the latest `main`? There are unreleased changes that add in font fallback support
That could be up to whatever font ends up getting selected. You can set your default regular font in a config file that's described a bit here https://github.com/trimental/inlyne#configuration