Ivan Novikov

Results 13 comments of Ivan Novikov

@sijis Is it not implement in telegram and slack?

Is it posible to fix by templates?

Yes, it is. Workaround: Please follow this https://github.com/openapi-generators/openapi-python-client#using-custom-templates Edit this line in your custom template as you want. https://github.com/openapi-generators/openapi-python-client/blob/5861c7c307a94e8cd2a8645172681c322cc9fb45/openapi_python_client/templates/client.py.jinja#L45

@UrielMaD Hello! Sorry for the late answer. I don't inspect the codebase yet. I'll be happy If you want to make this feature! 👍 I guess the feature is quite...

I installed the APE on Windows, using this workaround to install ethash https://github.com/ethereum/ethash/issues/131 But it still has problems. For example, `ape plugins list` doesn't show anything. Something wrong with pydantic...

> > But it still has problems. For example, `ape plugins list` doesn't show anything. Something wrong with pydantic + enums in `installed = PluginGroup(plugin_type=PluginType.INSTALLED)` > > We think we...

Great! To clarify, In my case I tested on winsows 11 + python 3.10 + [custom install ethash](https://github.com/ethereum/ethash/issues/131#issuecomment-1091152227). So, it's still not easy "pip install" way.

So, I found a solution for my CI. (gitlab) ``` mkdir -p build/gradle_output ./gradlew lintRelease -w > build/gradle_output/lint_release.txt ./gradlew violationCommentsToGitLab ``` and in root build.gradle: ```groovy task violationCommentsToGitLab(type: ViolationCommentsToGitLabTask) {...

Hello engineers! Have you any workarounds for this?

An even simpler option is to use a prepared fork with all of the above changes: ```shell pip install https://codeload.github.com/Nov1kov/ethash/zip/refs/heads/master ```