haruna

Results 155 comments of haruna

I'm going to rewrite this application and will investigate then.

Selenium has introduced [Selenium Manager](https://www.selenium.dev/documentation/selenium_manager/), which installs correct selenium-driver automatically. Please try gppt v4.0.0 and report again :bow:

You should follow linting with pre-commit.

It seems that `textlint --fix` always returns `0` (except with unexpected error?) because non-fixable rules seem to be ignored when either `--fix` or `--fix --dry-run` is given. ``` mkdir textlint...

```py import requests r = requests.head('http://github.com', allow_redirects=True) r.url ```

`py.typed` has been added successfully in CI. https://github.com/tkarabela/pysubs2/actions/runs/10126226229/job/28002628263?pr=98#step:10:196

I would appreciate it if you could create a new release to PyPI. Thank you in advance.

Confirmed built package includes `py.typed`: ```shellsession $ git clone --depth 1 https://github.com/tkarabela/pysubs2 $ cd pysubs2 $ pipx install build $ pyproject-build ... Successfully built pysubs2-1.7.3.tar.gz and pysubs2-1.7.3-py3-none-any.whl $ unar dist/pysubs2-1.7.3.tar.gz...

ローカルでは `pyproject.toml` に `poetry add --group docs portray` した後、 `portray in_browser` で確認できます。 また、GitHub Pagesを[有効化](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-from-a-branch)する必要があります。

workaround: https://github.com/tkytel/mantela-editor/blob/c6839ee0aa48e81aaf688ff4056b43040d72049b/src/helpers/JsonSchemaLinter.ts