Félix Voituret
Félix Voituret
Hello and thank you for your suggestion. Indeed, pipe are not supported as we do not read data from stdin but from file only. One solution for your problem would...
We will try to find out why this is happening (we got the same issue on internal tools). As long as we found a fix we will let you know...
No news from this ? 3 years since the last release and lot of issues fixed not available then. Should been forked maybe ?
I have the same problem too, we would like to use Minio s3 server for storing artifact and configure s3-wagon to use Minio server URL as AWS endpoint.
Oh right sure ! I will do that by coming days and ping you once it is done !
> Totally unrelated question but: > > > as we also control the logging of TensorFlow > > How exactly do you do that? I've been struggling with this for...
> Would a callback on your main app help here? > > ```python > app = typer.Typer() > > @app.callback() > def main(verbose: bool = typer.Option(False, "--verbose", "-v")): > lvl...
We can introduce an command line parameter to set the target output link maybe ? With .md as default one
There is a specific command line processing API for doclet (see validOptions() and optionsLength() on Marklet.java) which can be used more easily than system properties I think. That way we...
Just checked out the code and turns out you already have implements options for file extension (-e) and link extension (-l) with .md as default value for both :)