TAKAHASHI Shuuji

Results 181 comments of TAKAHASHI Shuuji

In addition to the ones MargauxBarbier shared, there are two data sources we could use: ### 1. [three APIs on the government website](https://cio.go.jp/c19vaccine_opendata) API Format Sample Numbers of vaccination by...

Thank you @leonyzhe! I can log in successfully by editing `~/.lc/plugin.json` as @leonyzhe shows. My `plugin.json` has the following content now: ```json {"cache":true,"retry":true,"leetcode":true,"cookie.chrome":true} ``` I appended `"cookie.chrome":true`.

The error `TypeError: 'NoneType' object is not subscriptable` is caused due to 404 not found error of the original data source (https://apps.grupoice.com/CenceWeb/CencePosdespachoNacional.jsf). https://github.com/electricitymap/electricitymap-contrib/blob/b0794838e71330bcc9406e37b719394f6602c13f/parsers/CR.py#L203 I could not find the alternative since...

Have you tried a helpful tool called `pyupgrade`? It can automatically rewrite `Union` and `Option` to new type notation with `--py310-plus` flag: https://github.com/asottile/pyupgrade/#pep-604-typing-rewrites. Also, I can perform other refactorings like...

> HTTPSConnectionPool(host='marketplace.spp.org', port=443): Max retries exceeded with url: /file-browser-api/download/midterm-resource-forecast?path=%2F2022%2F07%2F18%2FOP-MTRF-202207180000.csv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) It looks like there is a (probably)...

Hi, @PPsyrius. Thank you for the additional information. I'm not familiar with Thailand's grid system so any information is helpful to understand it. About the above data, maybe their available...

Hi, I'm interested in Japanese translation. If the play-with-go supports localization, please feel free to notify me.๐Ÿ™‚

Hi, @Symbolics.๐Ÿ™‚ Unfortunately, though the style of the Airflow documentation is similar to the Docsy, it seems that Airflow documentation itself uses Sphinx (ref. [airflow/docs at master ยท apache/airflow](https://github.com/apache/airflow/tree/master/docs)) instead...

@Symbolics I'm sorry, I was wrong. The airflow documentation repository in the "example page" you pointed out uses Docsy certainly. I only saw another repository which is the source of...