Alexis BRENON

Results 20 issues of Alexis BRENON

#### Description This PR allows to change the prompt character (as well as its color) depending on the last command returned value. The `ROOT_SYMBOL` still apply if relevant. #### Screenshot...

new-feature
frozen
under-discussion
review-required

When defining options for proto values (e.g. Enum values) you have to get its [descriptor](https://scalapb.github.io/docs/user_defined_options/) to access it : ```scala MyEnum.VALUE_1.scalaValueDescriptor.asProto.getOptions.extensions(MyenumProto.myCustomOption) ``` It could be nice to get access to...

[coursier](https://get-coursier.io/) provides an option to print a [reversed tree](https://get-coursier.io/docs/cli-resolve.html#reverse-tree) of dependencies (your package being the leaves). It could be nice to provide this kind of option for tasks like `dependencyBrowseTree`.

Linked to #122 Provide an SBT task to delete generated images.

It could be nice to have a task that allow to delete the generated images. This can be useful in CI to avoid to clutter the image list of build...

Hi, While playing music, the left screen of Kore displays the notation (if any) of the currently playing item. However, there is no way to define it in Kore. You...

To follow PR #253, this improves handling of names hierarchy: - Generate names hierarchy in the right place in the code - Treat specifically topic and examples files By the...

Add a function to the ldoc API (available in config.ld) to pass some values to the templates. Typical use case is to use different configuration files between local development and...

Hi, `$ docker run --rm -v $PWD:/usr/src/app -p 4000:4000 starefossen/github-pages:latest jekyll serve --config _config.yml,_config_local.yml` `_config_local.yml` contains ```yaml host: 0.0.0.0 port: 4000 ``` Output: ``` Configuration file: _config.yml Configuration file: _config_local.yml...