Alexandre ZANNI

Results 558 comments of Alexandre ZANNI

Someone to review this before I commit for all other languages?

@derikb I have made various PR on `list_tags` in 2020, look now there are plenty new options and the doc was updated.

@SukkaW Can you confirm https://github.com/hexojs/site/pull/1273/files is the right fix? So I can close this PR and make the change in #1273 for all languages.

it's seems there is no longer http://mongoid.org/ website (https://github.com/mongoid/mongoid-site) which is only redirecting to http://mongoid.github.io (https://github.com/mongoid/mongoid.github.io). I'm not sure where to PR. If this repo is not used maybe it...

There is already the possibility to filter by price, but not by "no price" (this include buyout). Is there a real need to differentiate buyout and price ?

@pavanw3b I'll think about it, thanks.

pip3 and python3 will works on every distro but python and pip can links to either pip2/pip3 python2/python3 depending on distros.

I tried with https://github.com/benhughes/static-api and it works well so this come from `static-api-generator` and not from my side.

A question comes to me, does static-api-generator only take YAML in input or JSON too? https://github.com/eduardoboucas/static-api-generator/blob/81979fae5252ef5eb2ed2714262c567a9589ba67/lib/io.js#L17-L22 I think this is only for YAML so we can transform this issue to...

As `static-api-generator` support only YAML it should raise an error or a warning when something else than `.yml` or `.yaml` are provided.