haruna

Results 112 comments of haruna

空白を言語指定に使用しなければ良し しかしautoで推定された言語が出力言語と被ってしまった場合エラーを出すようにする

> but the date I get is "yesterday". Same. I tried to specify `TZ` (my timezone is `Asia/Tokyo`) to `env` of JasonEtco/create-an-issue, but it ignored `TZ`. In `src/action.ts` he uses...

How about `more` or `out-host -paging`

```bash mkdir -p ~/.config/alacritty curl -o- https://codeload.github.com/eendroroy/alacritty-theme/tar.gz/refs/heads/master | tar xzf - alacritty-theme-master/themes mv alacritty-theme-master ~/.config/alacritty echo "import:" >> ~/.config/alacritty/alacritty.yml find ~/.config/alacritty/alacritty-theme-master/themes -type f -name '*ml' | sed 's/^/ #- /'...

I have to fix mis-formatting: - `add-owns` -> `add-ons` - `HashCorp` -> `HashiCorp`

How about this one? https://github.com/charmoniumQ/tqdm-stubs

Now, nltk requires is Python 3.7 or later. So we are able to write type annotations mindlessly.

To get the pull counter of the image published on ghcr, you can use [PackageStatistics](https://docs.github.com/graphql/reference/objects#packagestatistics) or [PackageVersionStatistics](https://docs.github.com/graphql/reference/objects#packageversionstatistics) in GraphQL API (needs auth). To get information of tags and sizes of...

The number of pulls seems difficult to fetch, but it would be relatively easy to get just the tags and their image sizes, which do not require authentication.