pacak
pacak
As in a single custom color or a custom color scheme? What's your use case?
I see. And the `dull-colors` is not colorful enough? I was thinking about adding this support myself in the next breaking release. I'll probably drop `owo_colors` dependency as well in...
> I might have some time during the next week if I can help. I appreciate the offer :heart: So end of September I started experimenting with changing metadata representation,...
Feature wise - should be more or less parity, I don't see anything super unusual. Things like this become enums ```rust ... /// Number of tile rows. Must be a...
> Probably I can fill in some of the todo!() missing if they are self-contained Hmm... Probably not very self contained yet :) But we'll see how far I can...
Found one mostly self contained example, requires dealing with non-utf8 strings. This todo specifically. https://github.com/pacak/bpaf/blob/aec308e37f69da77906ffe354ec18197a284205c/bpaf_core/src/split.rs#L300 It's a replacement for this: https://github.com/pacak/bpaf/blob/068f514a87e9fe7b8753528e65221f572046b9f3/src/arg.rs#L117 `Strings` in Rust must be valid utf8, filenames doesn't...
Is it working if you pass `--att`?
Can you check if `master` works for you on ARM without having to pass anything special?
Cool. Thanks for confirming. I'll release the next version soon. On Sun, Feb 16, 2025, 16:50 Kornel ***@***.***> wrote: > Yes, it works now on ARM without any extra args....
What about when you cross compile? It worked for me from x86 to aarch, but I had to specify the processor because llvm-mca was defaulting to my current one... Not...