Andreas Deininger

Results 147 issues of Andreas Deininger

The [W3C Validator service](https://validator.w3.org/) reveals that all examples of the gobyexample site contain invalid html: See e.g. the [go routines example](https://validator.w3.org/nu/?showsource=yes&doc=https%3A%2F%2Fgobyexample.com%2Fgoroutines) This PR fixes this. It also adds a `lang`...

Somehow related to #877: Currently, it is possible to annotate a defaultValue for options and parameters. However, one can specify a string/value only, not multiple values. Fortunately, one can workaround...

type: API :electric_plug:
theme: compatibility
lang: java
lang: groovy
lang: kotlin
lang: scala

Hi, I played around with the new PropertiesDefaultProvider implementation, I ended up with some code like: ``` package test; import picocli.CommandLine; import picocli.CommandLine.Command; import picocli.CommandLine.Parameters; import picocli.CommandLine.PropertiesDefaultProvider; public class PropertiesDefaultProviderTest...

type: enhancement :sparkles:
type: API :electric_plug:
theme: compatibility

As of picocli 4.3, repeatable ArgGroups can now define positional parameters. I'm encountering difficulties while using this new feature: ``` import java.util.List; import picocli.CommandLine; import picocli.CommandLine.*; @Command(name = "grades") public...

theme: arg-group

This PR turns `hugo-fresh` into a hugo module. This way, the theme can pull in dependency `bulma` as go module. With this PR in place, setting up a new site...

This PR bump `bulma` to its latest version `0.9.3`, thus resolving #114.

I just skimmed through our sites, looking for minimum required hugo version. That's what I found: `README.md`, section [prerequisites](https://github.com/google/docsy/#prerequisites): we recommend version 0.53 or later [`theme.toml`](https://github.com/google/docsy/blob/master/theme.toml): min_version = 0.53 -...

bug
e0-minutes
docsy-docs
p1-high

**How to reproduce** * Create a new site from scratch as described [here](https://www.docsy.dev/docs/get-started/docsy-as-module/start-from-scratch/). * Create a new page inside the `docs` folder: `hugo new content/docs/_index.md` * Run `hugo` and you...

On my Linux system, I can run `npm run build` without problems. On my Windows 10 box, the same command fails, however: ``` F:\DocsyFinal\docsy-ad>npm run build > [email protected] build >...

infrastructure