Shohei Ueda

Results 149 comments of Shohei Ueda

Please report it here https://github.com/actions/deploy-pages/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc

The Hugo macOS release asset has been renamed in v0.102.0 ```diff - https://github.com/gohugoio/hugo/releases/download/v0.101.0/hugo_extended_0.101.0_macOS-64bit.tar.gz + https://github.com/gohugoio/hugo/releases/download/v0.102.0/hugo_extended_0.102.0_macOS-universal.tar.gz ``` I will work on this.

I see. Besides MSI and Linux deb packages, other package management tools (like homebrew) will need to update the installation process to include the Embedded Dart Sass in the future,...

Now, we can pull a docker image from the Docker Hub or the GitHub Package Registry to skip a build step. But it is better the actions runner can cache...

I am planning the next major release from node12 to node16 this weekend.

https://github.com/peaceiris/actions-gh-pages/releases/tag/v3.9.0

@ealtintas ```sh $ ./speedtest-cli File "./speedtest-cli", line 1859 resultstr = humanized(results.download / args.units[1]) ^ TabError: inconsistent use of tabs and spaces in indentation ``` ```sh $ ./speedtest-cli File "./speedtest-cli", line...

@ealtintas You should implement for `--simple`. The output of `--simple` is still `Mbit/s`.

@ealtintas And, we can already use `--byte` option. ```sh $ speedtest-cli --byte --simple Ping: 42.391 ms Download: 2.29 Mbyte/s Upload: 0.88 Mbyte/s ```