Lucas Resch

Results 44 comments of Lucas Resch

So far I simply replaced the `@click.group` with the `@group` annotation from `click-extra`. That already colors the help screen and adds some additional options. Configuring these options seems impossible though,...

This would be great to have! I'm surprised its not already part of this otherwise great tool

I get your concerns, but I do believe that by improving this you would increase usability a lot. If you look at how LinkedIn for example does this, it is...

I just had a look at the code and saw that the [`DateRange`](https://github.com/AmruthPillai/Reactive-Resume/blob/ee5b0187e2cd0b967aaa4bbd0416d550a052de65/schema/src/atoms.ts#L1-L4) used throughout the schema relies on simple strings which are then formatted via the [`date` utils](https://github.com/AmruthPillai/Reactive-Resume/blob/b2c9515a634f1e7dd49a6158933ee500966651cd/client/utils/date.ts). Now...

Native support for Antora would be a great addition to this plugin!

I have a similar problem: I am receiving HTML that isn't completely correct, i.e. there are `` nodes but no wrapping `` or `` tags. Now I would like to...

I'm not 100% sure what you want to do but I'm guessing you want to add all children to this tag: ``` const children = processNodes(node.children, transform); return React.createElement(Button, null,...

How to get these translation files?

I would love to see support for podman. It is much simpler to use with WSL2 compared to docker, which needs software installed on the host operating system.

I would recommend changing the issue title to something more descriptive. Maybe something like: Allow settings localization This is partly a duplicate of #22, which has a more descriptive issue...