ふぁ

Results 17 comments of ふぁ

バグ報告ありがとうございます この問題を再現できませんでした DMMのアップデートによりログインの処理が変わっていたようなのでコードを修正しましたがこれでバグが直ったのかどうかは不明です バグが修正されてないのであればこのIssueをReopenして下さい Thanks for the bug report. I could not reproduce this issue. The DMM update seemed to have changed the login process, so I fixed the code,...

releases: [v4.3.1](https://github.com/fa0311/DMMGamePlayerFastLauncher/releases/tag/v4.3.1)

In most cases jQuery can be substituted by pure javascript methods. [Element.insertAdjacentHTML()](https://developer.mozilla.org/en-US/docs/Web/API/Element/insertAdjacentHTML) [Document.querySelector()](https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector) [jQuery.getScript alternative in native JavaScript](https://stackoverflow.com/questions/16839698/jquery-getscript-alternative-in-native-javascript)

This could be implemented with a [Custom Scripts](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Custom-Scripts). You can even make it your own.

We have released [v4.5.1](https://github.com/fa0311/DMMGamePlayerFastLauncher/releases/tag/v4.5.1) which fixes this. Please check.

This Pull Request fails type parsing by mypy.

Have you tried the following config? ```yaml useOneOfDiscriminatorLookup: true ```

Since Pydantic v2, the generator does not support Circular imports. Circular imports implementation needs more discussion.

All circular imports are pending in the new generator. It appears that this PullRequest only supports circular imports that occur at inheritance time. So we may have to revert this...

> To be clear - which current python client generator actually supports `allOf` correctly without causing a circular imports problem? The circular referencing issue is a result of the migration...