sofia-m-a

Results 8 issues of sofia-m-a

Followup to (https://github.com/quchen/prettyprinter/issues/65) For background, I hope to replace the current ad-hoc style module used by Chapelure (https://hackage.haskell.org/package/chapelure-0.0.1.0/docs/Chapelure-Style.html) # Notes: * Added an `AnsiColor` type with three constructors: `Color16`, `ColorPalette`...

I think we should add a type equivalent to the following to transformers (and mtl): ````haskell newtype ChoiceT m a = ChoiceT { runChoiceT :: m (Maybe (ChoiceT m a))...

transformers

Currently, there's a way to toggle multiline mode based on matching a specific commmand: ``` >>> :multi ... continuation ``` However, it would be nice to provide a way to...

Using my code, the tiles don't render outside of a tile x-range of roughly -480—+28 [Here's my repo](https://github.com/sofia-m-a/bevy1-1) ![Tiles with my own outline, but not rendered by bevy_ecs_tilemap](https://i.imgur.com/o1FHCan.png) To reproduce:...

bug

Ideally we want a binding to a good implementation C function `wcswidth` to determine how many columns characters takes up, because as far as I can tell, this is the...

For whatever reason, my repository is 8 commits ahead but I don't think most of the commits would lead to changes? Anyway, I changed the rendering of label-less highlights to...

## Bevy version 0.14.1 ## Relevant system information Linux, nixOS ## What you did 1. Use cargo-generate to make a bevy project with the [Bevy quickstart](https://github.com/TheBevyFlock/bevy_quickstart/tree/main) template 2. Add a...

C-Bug
A-Assets
C-Performance
S-Ready-For-Implementation

## Bevy version 0.14.1 ## \[Optional\] Relevant system information Linux, NixOS, udev, Wayland, sway window manager, just a regular keyboard and mouse ## What you did Start up a bevy...

C-Bug
A-Input
A-Windowing
O-Linux
S-Needs-Investigation
C-Hardware-Specific