Anomalocaridid

Results 114 comments of Anomalocaridid

After no response for about a month and no activity on this repo since August 2021, I have decided to spin off my fork as its own project. Github repo:...

> Being able to have an input preprocessor is great, but I should be able to opt in to it based on file pattern. This way I can not only...

That would be a pretty neat approach. Maybe we could even go a step further and split Nyxt into a "base" browser module and an optional web engine module. That...

How's this? Rather than getting the `palette` by directly reading the config file in `parse_color_string()`, the `Context` gets passed from the `StringFormatter` all the way down to `parse_style_string()`, which passes...

> Replace palette with a map of palettes and a palette option to choose one of them. (changing this later would be a breaking change) I like that idea. That...

I have implemented support for multiple color palettes. Rather than a single table named `palette`, there is a table named `palettes` that maps names to tables representing individual color palettes....

@davidkna Oh I see, you want me to add the ability to override ANSI color codes. Sorry, I completely misunderstood you. That would make sense to add. My only concern...

@andytom I agree with both of your suggestions. How's this?

Sorry about that. Big oversights on my part. I changed `palette` in `StarshipRootConfig` and `palette_name` in `get_palettes` to use `Option`. I also changed the warning in `get_palettes` to be a...