LoganDark

Results 242 issues of LoganDark

Any crate with this Cargo.toml, or any one like it: ```toml [package] name = 'whatever' version = '0.1.0' edition = '2021' [features] default = ['font', 'allsorts/flate2_rust'] font = ['dep:allsorts'] [dependencies]...

C-bug
A-features
Feature accepted
A-namespaced-features

I'm going to open this as an issue because fundamentally this seems to be a problem with cmake-rs - as cmake on its own builds Luau just fine. Using `cmake...

Right now the rasterizer uses a nonzero filling method, which is convenient for many cases. It would be nice if it also provided an odd filling method, as well as...

i.e. kerning, ligatures, metrics, variable fonts, and so on. Currently everything is kind of up in the air. Going to have to do some local testing to figure this out.

I think there should be a proc macro or a const fn or something we can use to embed a `Font` directly in the binary such that error handling doesn't...

I can't figure out if cargo-public-api already has this feature, but I would find it really helpful if I didn't have to commit my changes just to diff the public...

enhancement

The logo also needs to be around 2000% bigger.

``` [0] LoganDark @ base.local : /Users/LoganDark $ /Users/LoganDark/.cargo/bin/cargo install --force --git https://github.com/meh/cancer Updating git repository `https://github.com/meh/cancer` Installing cancer v0.1.0 (https://github.com/meh/cancer#e8e10240) Updating registry `https://github.com/rust-lang/crates.io-index` Downloading unicode-width v0.1.4 Downloading app_dirs v1.1.1...

My crate has optional features that I'd like to be able to exclude from the `iai` run, but the `iai::main!` macro does not support attributes on each entry, meaning that...

Most terminal emulators have native scrollback. I'm thinking of using blessed for my terminal application, just so that command input can happen at the bottom of the screen despite logs...